|
|
|
1 | 2024-12-04T00:07:42.265Z | job assigned to worker 01JE7FV5KMFJVMRHKN8TB7FC9P [factory aws, i-0e12be61fdbee8751] (queued for 58 s) |
|
2 | 2024-12-04T00:07:50.576Z | starting task 0: "setup" |
3 | 2024-12-04T00:07:50.586Z | ++ uname -s |
4 | 2024-12-04T00:07:50.588Z | + kern=SunOS |
5 | 2024-12-04T00:07:50.588Z | + case "$kern" in |
6 | 2024-12-04T00:07:50.588Z | + groupadd -g 12345 build |
7 | 2024-12-04T00:07:50.591Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-04T00:07:52.597Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-04T00:07:52.733Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-04T00:07:52.735Z | + home_fs=zfs |
11 | 2024-12-04T00:07:52.735Z | + [[ zfs == autofs ]] |
12 | 2024-12-04T00:07:52.736Z | + mkdir -p /home/build |
13 | 2024-12-04T00:07:52.739Z | + chown build:build /home/build /work |
14 | 2024-12-04T00:07:54.739Z | + chmod 0700 /home/build /work |
15 | 2024-12-04T00:07:54.744Z | process exited: duration 4164 ms, exit code 0 |
|
16 | 2024-12-04T00:07:54.749Z | starting task 1: "rust-toolchain" |
17 | 2024-12-04T00:07:54.754Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-04T00:07:54.754Z | ' stable |
19 | 2024-12-04T00:07:54.754Z | * toolchain channel = "stable" |
20 | 2024-12-04T00:07:54.754Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-04T00:07:54.754Z | * toolchain profile = "default" |
22 | 2024-12-04T00:07:54.754Z | ' default |
23 | 2024-12-04T00:07:54.757Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-04T00:07:54.757Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-04T00:07:54.874Z | info: downloading installer |
26 | 2024-12-04T00:07:56.134Z | info: profile set to 'default' |
27 | 2024-12-04T00:07:56.134Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-04T00:07:56.137Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-04T00:07:56.306Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-04T00:07:56.306Z | info: downloading component 'cargo' |
31 | 2024-12-04T00:07:57.298Z | info: downloading component 'clippy' |
32 | 2024-12-04T00:07:57.680Z | info: downloading component 'rust-docs' |
33 | 2024-12-04T00:07:59.069Z | info: downloading component 'rust-std' |
34 | 2024-12-04T00:08:01.068Z | info: downloading component 'rustc' |
35 | 2024-12-04T00:08:08.678Z | info: downloading component 'rustfmt' |
36 | 2024-12-04T00:08:08.970Z | info: installing component 'cargo' |
37 | 2024-12-04T00:08:09.776Z | info: installing component 'clippy' |
38 | 2024-12-04T00:08:10.150Z | info: installing component 'rust-docs' |
39 | 2024-12-04T00:08:11.835Z | info: installing component 'rust-std' |
40 | 2024-12-04T00:08:13.453Z | info: installing component 'rustc' |
41 | 2024-12-04T00:08:19.182Z | info: installing component 'rustfmt' |
42 | 2024-12-04T00:08:19.515Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-04T00:08:19.515Z | |
44 | 2024-12-04T00:08:19.874Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-04T00:08:19.874Z | |
46 | 2024-12-04T00:08:19.877Z | |
47 | 2024-12-04T00:08:19.877Z | Rust is installed now. Great! |
48 | 2024-12-04T00:08:19.877Z | |
49 | 2024-12-04T00:08:19.877Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-04T00:08:19.878Z | environment variable. This has not been done automatically. |
51 | 2024-12-04T00:08:19.878Z | |
52 | 2024-12-04T00:08:19.878Z | To configure your current shell, you need to source |
53 | 2024-12-04T00:08:19.878Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-04T00:08:19.878Z | |
55 | 2024-12-04T00:08:19.878Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-04T00:08:19.878Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-04T00:08:19.878Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-04T00:08:19.943Z | + rustc --version |
59 | 2024-12-04T00:08:20.007Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-04T00:08:20.010Z | process exited: duration 25259 ms, exit code 0 |
|
61 | 2024-12-04T00:08:20.015Z | starting task 2: "authentication" |
62 | 2024-12-04T00:08:20.035Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-04T00:08:20.040Z | starting task 3: "clone repository" |
64 | 2024-12-04T00:08:20.045Z | + mkdir -p /work/oxidecomputer/dropshot |
65 | 2024-12-04T00:08:20.049Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
66 | 2024-12-04T00:08:21.424Z | Cloning into '/work/oxidecomputer/dropshot'... |
67 | 2024-12-04T00:08:23.610Z | + cd /work/oxidecomputer/dropshot |
68 | 2024-12-04T00:08:23.610Z | + git fetch origin ba0f62ae13277ab8ca8566fe999d6996a54aa9ab |
69 | 2024-12-04T00:08:24.032Z | From https://github.com/oxidecomputer/dropshot |
70 | 2024-12-04T00:08:24.032Z | * branch ba0f62ae13277ab8ca8566fe999d6996a54aa9ab -> FETCH_HEAD |
71 | 2024-12-04T00:08:24.039Z | + [[ -n eliza/custom-error-httpresponse-result ]] |
72 | 2024-12-04T00:08:24.041Z | ++ git branch --show-current |
73 | 2024-12-04T00:08:24.045Z | + current=main |
74 | 2024-12-04T00:08:24.045Z | + [[ main != eliza/custom-error-httpresponse-result ]] |
75 | 2024-12-04T00:08:24.045Z | + git branch -f eliza/custom-error-httpresponse-result ba0f62ae13277ab8ca8566fe999d6996a54aa9ab |
76 | 2024-12-04T00:08:24.047Z | + git checkout -f eliza/custom-error-httpresponse-result |
77 | 2024-12-04T00:08:24.068Z | Switched to branch 'eliza/custom-error-httpresponse-result' |
78 | 2024-12-04T00:08:24.071Z | + git reset --hard ba0f62ae13277ab8ca8566fe999d6996a54aa9ab |
79 | 2024-12-04T00:08:24.076Z | HEAD is now at ba0f62a ugh what |
80 | 2024-12-04T00:08:24.079Z | process exited: duration 4035 ms, exit code 0 |
|
81 | 2024-12-04T00:08:24.084Z | starting task 4: "build" |
82 | 2024-12-04T00:08:24.089Z | + cargo --version |
83 | 2024-12-04T00:08:24.093Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-12-04T00:08:24.250Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-12-04T00:08:24.250Z | info: downloading component 'cargo' |
86 | 2024-12-04T00:08:25.083Z | info: downloading component 'clippy' |
87 | 2024-12-04T00:08:25.401Z | info: downloading component 'rust-docs' |
88 | 2024-12-04T00:08:26.570Z | info: downloading component 'rust-std' |
89 | 2024-12-04T00:08:28.423Z | info: downloading component 'rustc' |
90 | 2024-12-04T00:08:35.110Z | info: downloading component 'rustfmt' |
91 | 2024-12-04T00:08:35.363Z | info: installing component 'cargo' |
92 | 2024-12-04T00:08:36.156Z | info: installing component 'clippy' |
93 | 2024-12-04T00:08:36.518Z | info: installing component 'rust-docs' |
94 | 2024-12-04T00:08:38.170Z | info: installing component 'rust-std' |
95 | 2024-12-04T00:08:39.871Z | info: installing component 'rustc' |
96 | 2024-12-04T00:08:45.741Z | info: installing component 'rustfmt' |
97 | 2024-12-04T00:08:46.141Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-12-04T00:08:46.143Z | + rustc --version |
99 | 2024-12-04T00:08:46.219Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-12-04T00:08:46.224Z | + banner build |
101 | 2024-12-04T00:08:46.400Z | |
102 | 2024-12-04T00:08:46.400Z | ##### # # # # ##### |
103 | 2024-12-04T00:08:46.401Z | # # # # # # # # |
104 | 2024-12-04T00:08:46.403Z | ##### # # # # # # |
105 | 2024-12-04T00:08:46.403Z | # # # # # # # # |
106 | 2024-12-04T00:08:46.403Z | # # # # # # # # |
107 | 2024-12-04T00:08:46.403Z | ##### #### # ###### ##### |
108 | 2024-12-04T00:08:46.403Z | |
109 | 2024-12-04T00:08:46.403Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
110 | 2024-12-04T00:08:46.539Z | Updating crates.io index |
111 | 2024-12-04T00:08:47.295Z | Downloading crates ... |
112 | 2024-12-04T00:08:47.371Z | Downloaded is-terminal v0.4.12 |
113 | 2024-12-04T00:08:47.395Z | Downloaded version_check v0.9.5 |
114 | 2024-12-04T00:08:47.398Z | Downloaded pest_generator v2.7.6 |
115 | 2024-12-04T00:08:47.402Z | Downloaded want v0.3.0 |
116 | 2024-12-04T00:08:47.405Z | Downloaded usdt-impl v0.5.0 |
117 | 2024-12-04T00:08:47.405Z | Downloaded zeroize v1.7.0 |
118 | 2024-12-04T00:08:47.412Z | Downloaded take_mut v0.2.2 |
119 | 2024-12-04T00:08:47.414Z | Downloaded url v2.5.2 |
120 | 2024-12-04T00:08:47.418Z | Downloaded sha2 v0.10.8 |
121 | 2024-12-04T00:08:47.425Z | Downloaded simple-mermaid v0.1.1 |
122 | 2024-12-04T00:08:47.428Z | Downloaded plain v0.2.3 |
123 | 2024-12-04T00:08:47.428Z | Downloaded spin v0.9.8 |
124 | 2024-12-04T00:08:47.435Z | Downloaded slog-async v2.8.0 |
125 | 2024-12-04T00:08:47.437Z | Downloaded serde_tokenstream v0.2.2 |
126 | 2024-12-04T00:08:47.443Z | Downloaded slog-term v2.9.1 |
127 | 2024-12-04T00:08:47.448Z | Downloaded schemars v0.8.21 |
128 | 2024-12-04T00:08:47.471Z | Downloaded thiserror-impl v1.0.69 |
129 | 2024-12-04T00:08:47.474Z | Downloaded rustls-pki-types v1.10.0 |
130 | 2024-12-04T00:08:47.477Z | Downloaded proc-macro2 v1.0.92 |
131 | 2024-12-04T00:08:47.480Z | Downloaded ppv-lite86 v0.2.15 |
132 | 2024-12-04T00:08:47.482Z | Downloaded pest v2.7.6 |
133 | 2024-12-04T00:08:47.485Z | Downloaded pin-project-lite v0.2.12 |
134 | 2024-12-04T00:08:47.490Z | Downloaded tempfile v3.14.0 |
135 | 2024-12-04T00:08:47.493Z | Downloaded paste v1.0.15 |
136 | 2024-12-04T00:08:47.496Z | Downloaded reqwest v0.12.9 |
137 | 2024-12-04T00:08:47.504Z | Downloaded usdt-attr-macro v0.5.0 |
138 | 2024-12-04T00:08:47.507Z | Downloaded untrusted v0.9.0 |
139 | 2024-12-04T00:08:47.507Z | Downloaded waitgroup v0.1.2 |
140 | 2024-12-04T00:08:47.510Z | Downloaded unicode-width v0.1.9 |
141 | 2024-12-04T00:08:47.512Z | Downloaded usdt-macro v0.5.0 |
142 | 2024-12-04T00:08:47.516Z | Downloaded usdt v0.5.0 |
143 | 2024-12-04T00:08:47.525Z | Downloaded unicase v2.6.0 |
144 | 2024-12-04T00:08:47.532Z | Downloaded schema v0.1.0 |
145 | 2024-12-04T00:08:47.535Z | Downloaded async-stream-impl v0.3.6 |
146 | 2024-12-04T00:08:47.538Z | Downloaded async-channel v2.3.1 |
147 | 2024-12-04T00:08:47.543Z | Downloaded sync_wrapper v1.0.1 |
148 | 2024-12-04T00:08:47.545Z | Downloaded async-trait v0.1.83 |
149 | 2024-12-04T00:08:47.548Z | Downloaded target-triple v0.1.3 |
150 | 2024-12-04T00:08:47.548Z | Downloaded time-core v0.1.2 |
151 | 2024-12-04T00:08:47.551Z | Downloaded pretty-hex v0.4.1 |
152 | 2024-12-04T00:08:47.551Z | Downloaded utf-8 v0.7.6 |
153 | 2024-12-04T00:08:47.551Z | Downloaded deranged v0.3.11 |
154 | 2024-12-04T00:08:47.554Z | Downloaded scroll_derive v0.12.0 |
155 | 2024-12-04T00:08:47.554Z | Downloaded foreign-types v0.3.2 |
156 | 2024-12-04T00:08:47.556Z | Downloaded slog-bunyan v2.5.0 |
157 | 2024-12-04T00:08:47.556Z | Downloaded parking v2.2.0 |
158 | 2024-12-04T00:08:47.559Z | Downloaded futures-channel v0.3.31 |
159 | 2024-12-04T00:08:47.562Z | Downloaded tinyvec_macros v0.1.0 |
160 | 2024-12-04T00:08:47.564Z | Downloaded fnv v1.0.7 |
161 | 2024-12-04T00:08:47.567Z | Downloaded futures-executor v0.3.31 |
162 | 2024-12-04T00:08:47.567Z | Downloaded unicode-ident v1.0.12 |
163 | 2024-12-04T00:08:47.570Z | Downloaded dirs-sys-next v0.1.2 |
164 | 2024-12-04T00:08:47.572Z | Downloaded percent-encoding v2.3.1 |
165 | 2024-12-04T00:08:47.572Z | Downloaded openssl-sys v0.9.103 |
166 | 2024-12-04T00:08:47.575Z | Downloaded quinn-proto v0.11.8 |
167 | 2024-12-04T00:08:47.582Z | Downloaded tower-service v0.3.1 |
168 | 2024-12-04T00:08:47.585Z | Downloaded thread-id v4.0.0 |
169 | 2024-12-04T00:08:47.585Z | Downloaded pin-utils v0.1.0 |
170 | 2024-12-04T00:08:47.587Z | Downloaded scroll v0.12.0 |
171 | 2024-12-04T00:08:47.587Z | Downloaded rustc-hash v2.0.0 |
172 | 2024-12-04T00:08:47.589Z | Downloaded futures v0.3.31 |
173 | 2024-12-04T00:08:47.593Z | Downloaded sha1 v0.10.6 |
174 | 2024-12-04T00:08:47.595Z | Downloaded serde_json v1.0.133 |
175 | 2024-12-04T00:08:47.601Z | Downloaded slog-json v2.6.1 |
176 | 2024-12-04T00:08:47.604Z | Downloaded uuid v1.11.0 |
177 | 2024-12-04T00:08:47.606Z | Downloaded futures-core v0.3.31 |
178 | 2024-12-04T00:08:47.608Z | Downloaded signal-hook-registry v1.4.0 |
179 | 2024-12-04T00:08:47.610Z | Downloaded semver v1.0.23 |
180 | 2024-12-04T00:08:47.613Z | Downloaded schemars_derive v0.8.21 |
181 | 2024-12-04T00:08:47.616Z | Downloaded httparse v1.8.0 |
182 | 2024-12-04T00:08:47.616Z | Downloaded schema-derive v0.1.0 |
183 | 2024-12-04T00:08:47.618Z | Downloaded fastrand v2.1.1 |
184 | 2024-12-04T00:08:47.618Z | Downloaded event-listener v5.0.0 |
185 | 2024-12-04T00:08:47.621Z | Downloaded cfg-if v1.0.0 |
186 | 2024-12-04T00:08:47.621Z | Downloaded slab v0.4.9 |
187 | 2024-12-04T00:08:47.623Z | Downloaded serde_spanned v0.6.7 |
188 | 2024-12-04T00:08:47.625Z | Downloaded powerfmt v0.2.0 |
189 | 2024-12-04T00:08:47.626Z | Downloaded futures-task v0.3.31 |
190 | 2024-12-04T00:08:47.628Z | Downloaded openssl-macros v0.1.1 |
191 | 2024-12-04T00:08:47.628Z | Downloaded futures-macro v0.3.31 |
192 | 2024-12-04T00:08:47.628Z | Downloaded futures-io v0.3.31 |
193 | 2024-12-04T00:08:47.631Z | Downloaded event-listener-strategy v0.5.2 |
194 | 2024-12-04T00:08:47.631Z | Downloaded tokio-rustls v0.25.0 |
195 | 2024-12-04T00:08:47.634Z | Downloaded pkg-config v0.3.31 |
196 | 2024-12-04T00:08:47.634Z | Downloaded parking_lot_core v0.9.4 |
197 | 2024-12-04T00:08:47.637Z | Downloaded thiserror-impl v2.0.3 |
198 | 2024-12-04T00:08:47.637Z | Downloaded thiserror v1.0.69 |
199 | 2024-12-04T00:08:47.641Z | Downloaded termcolor v1.1.2 |
200 | 2024-12-04T00:08:47.643Z | Downloaded quote v1.0.37 |
201 | 2024-12-04T00:08:47.646Z | Downloaded toml_datetime v0.6.8 |
202 | 2024-12-04T00:08:47.646Z | Downloaded subtle v2.5.0 |
203 | 2024-12-04T00:08:47.648Z | Downloaded match_cfg v0.1.0 |
204 | 2024-12-04T00:08:47.648Z | Downloaded http-body v1.0.1 |
205 | 2024-12-04T00:08:47.651Z | Downloaded equivalent v1.0.0 |
206 | 2024-12-04T00:08:47.651Z | Downloaded dtrace-parser v0.2.0 |
207 | 2024-12-04T00:08:47.651Z | Downloaded try-lock v0.2.3 |
208 | 2024-12-04T00:08:47.651Z | Downloaded num_threads v0.1.3 |
209 | 2024-12-04T00:08:47.654Z | Downloaded smallvec v1.13.2 |
210 | 2024-12-04T00:08:47.656Z | Downloaded tokio-macros v2.4.0 |
211 | 2024-12-04T00:08:47.656Z | Downloaded pest_meta v2.7.6 |
212 | 2024-12-04T00:08:47.659Z | Downloaded newline-converter v0.3.0 |
213 | 2024-12-04T00:08:47.659Z | Downloaded num-conv v0.1.0 |
214 | 2024-12-04T00:08:47.659Z | Downloaded digest v0.10.7 |
215 | 2024-12-04T00:08:47.662Z | Downloaded serde_derive_internals v0.29.0 |
216 | 2024-12-04T00:08:47.666Z | Downloaded rustls-pemfile v2.1.3 |
217 | 2024-12-04T00:08:47.666Z | Downloaded rustls-native-certs v0.7.0 |
218 | 2024-12-04T00:08:47.669Z | Downloaded block-buffer v0.10.2 |
219 | 2024-12-04T00:08:47.669Z | Downloaded term v0.7.0 |
220 | 2024-12-04T00:08:47.671Z | Downloaded tracing v0.1.40 |
221 | 2024-12-04T00:08:47.674Z | Downloaded itoa v1.0.1 |
222 | 2024-12-04T00:08:47.677Z | Downloaded tokio-native-tls v0.3.1 |
223 | 2024-12-04T00:08:47.680Z | Downloaded tokio-rustls v0.26.0 |
224 | 2024-12-04T00:08:47.680Z | Downloaded thread_local v1.1.4 |
225 | 2024-12-04T00:08:47.683Z | Downloaded unicode-bidi v0.3.15 |
226 | 2024-12-04T00:08:47.685Z | Downloaded pest_derive v2.7.6 |
227 | 2024-12-04T00:08:47.687Z | Downloaded time-macros v0.2.18 |
228 | 2024-12-04T00:08:47.687Z | Downloaded ryu v1.0.5 |
229 | 2024-12-04T00:08:47.690Z | Downloaded parking_lot v0.12.1 |
230 | 2024-12-04T00:08:47.694Z | Downloaded iana-time-zone v0.1.47 |
231 | 2024-12-04T00:08:47.696Z | Downloaded http-body-util v0.1.2 |
232 | 2024-12-04T00:08:47.696Z | Downloaded cpufeatures v0.2.2 |
233 | 2024-12-04T00:08:47.699Z | Downloaded zerocopy-derive v0.7.32 |
234 | 2024-12-04T00:08:47.702Z | Downloaded thiserror v2.0.3 |
235 | 2024-12-04T00:08:47.706Z | Downloaded tokio-tungstenite v0.24.0 |
236 | 2024-12-04T00:08:47.708Z | Downloaded hostname v0.3.1 |
237 | 2024-12-04T00:08:47.711Z | Downloaded glob v0.3.0 |
238 | 2024-12-04T00:08:47.711Z | Downloaded debug-ignore v1.0.5 |
239 | 2024-12-04T00:08:47.713Z | Downloaded byteorder v1.4.3 |
240 | 2024-12-04T00:08:47.716Z | Downloaded trybuild v1.0.101 |
241 | 2024-12-04T00:08:47.718Z | Downloaded typenum v1.14.0 |
242 | 2024-12-04T00:08:47.720Z | Downloaded toml v0.8.19 |
243 | 2024-12-04T00:08:47.724Z | Downloaded socket2 v0.5.5 |
244 | 2024-12-04T00:08:47.727Z | Downloaded tracing-core v0.1.32 |
245 | 2024-12-04T00:08:47.729Z | Downloaded rcgen v0.13.1 |
246 | 2024-12-04T00:08:47.732Z | Downloaded quinn v0.11.4 |
247 | 2024-12-04T00:08:47.736Z | Downloaded tungstenite v0.24.0 |
248 | 2024-12-04T00:08:47.740Z | Downloaded generic-array v0.14.5 |
249 | 2024-12-04T00:08:47.743Z | Downloaded getrandom v0.2.11 |
250 | 2024-12-04T00:08:47.746Z | Downloaded native-tls v0.2.12 |
251 | 2024-12-04T00:08:47.748Z | Downloaded log v0.4.17 |
252 | 2024-12-04T00:08:47.751Z | Downloaded atomic-waker v1.1.1 |
253 | 2024-12-04T00:08:47.751Z | Downloaded serde v1.0.215 |
254 | 2024-12-04T00:08:47.754Z | Downloaded tokio-util v0.7.7 |
255 | 2024-12-04T00:08:47.759Z | Downloaded crossbeam-utils v0.8.15 |
256 | 2024-12-04T00:08:47.762Z | Downloaded memmap v0.7.0 |
257 | 2024-12-04T00:08:47.764Z | Downloaded anyhow v1.0.93 |
258 | 2024-12-04T00:08:47.767Z | Downloaded toml_edit v0.22.20 |
259 | 2024-12-04T00:08:47.789Z | Downloaded winnow v0.6.18 |
260 | 2024-12-04T00:08:47.796Z | Downloaded unicode-normalization v0.1.24 |
261 | 2024-12-04T00:08:47.800Z | Downloaded mio v1.0.3 |
262 | 2024-12-04T00:08:47.805Z | Downloaded time v0.3.36 |
263 | 2024-12-04T00:08:47.813Z | Downloaded zerocopy v0.7.32 |
264 | 2024-12-04T00:08:47.827Z | Downloaded portable-atomic v1.9.0 |
265 | 2024-12-04T00:08:47.834Z | Downloaded http v1.1.0 |
266 | 2024-12-04T00:08:47.837Z | Downloaded base64 v0.22.1 |
267 | 2024-12-04T00:08:47.842Z | Downloaded memchr v2.6.0 |
268 | 2024-12-04T00:08:47.846Z | Downloaded rustls-webpki v0.102.8 |
269 | 2024-12-04T00:08:47.864Z | Downloaded webpki-roots v0.26.5 |
270 | 2024-12-04T00:08:47.867Z | Downloaded rustls v0.23.13 |
271 | 2024-12-04T00:08:47.878Z | Downloaded syn v2.0.90 |
272 | 2024-12-04T00:08:47.888Z | Downloaded hashbrown v0.15.0 |
273 | 2024-12-04T00:08:47.894Z | Downloaded hyper v1.5.1 |
274 | 2024-12-04T00:08:47.900Z | Downloaded rustix v0.38.40 |
275 | 2024-12-04T00:08:47.921Z | Downloaded futures-util v0.3.31 |
276 | 2024-12-04T00:08:47.932Z | Downloaded goblin v0.8.0 |
277 | 2024-12-04T00:08:47.937Z | Downloaded rustls v0.22.4 |
278 | 2024-12-04T00:08:47.949Z | Downloaded chrono v0.4.38 |
279 | 2024-12-04T00:08:47.956Z | Downloaded h2 v0.4.6 |
280 | 2024-12-04T00:08:47.962Z | Downloaded openssl v0.10.66 |
281 | 2024-12-04T00:08:47.971Z | Downloaded idna v0.5.0 |
282 | 2024-12-04T00:08:47.977Z | Downloaded vcpkg v0.2.15 |
283 | 2024-12-04T00:08:48.014Z | Downloaded crossbeam-channel v0.5.1 |
284 | 2024-12-04T00:08:48.018Z | Downloaded indexmap v2.7.0 |
285 | 2024-12-04T00:08:48.021Z | Downloaded expectorate v1.1.0 |
286 | 2024-12-04T00:08:48.024Z | Downloaded num-traits v0.2.14 |
287 | 2024-12-04T00:08:48.027Z | Downloaded hyper-rustls v0.26.0 |
288 | 2024-12-04T00:08:48.029Z | Downloaded cc v1.0.83 |
289 | 2024-12-04T00:08:48.032Z | Downloaded multer v3.1.0 |
290 | 2024-12-04T00:08:48.035Z | Downloaded mime_guess v2.0.5 |
291 | 2024-12-04T00:08:48.036Z | Downloaded lock_api v0.4.6 |
292 | 2024-12-04T00:08:48.036Z | Downloaded hyper-staticfile v0.10.1 |
293 | 2024-12-04T00:08:48.039Z | Downloaded hostname v0.4.0 |
294 | 2024-12-04T00:08:48.039Z | Downloaded openapiv3 v2.0.0 |
295 | 2024-12-04T00:08:48.050Z | Downloaded heck v0.5.0 |
296 | 2024-12-04T00:08:48.053Z | Downloaded dyn-clone v1.0.4 |
297 | 2024-12-04T00:08:48.053Z | Downloaded rand v0.8.4 |
298 | 2024-12-04T00:08:48.056Z | Downloaded once_cell v1.20.1 |
299 | 2024-12-04T00:08:48.059Z | Downloaded hyper-rustls v0.27.3 |
300 | 2024-12-04T00:08:48.061Z | Downloaded console v0.15.7 |
301 | 2024-12-04T00:08:48.064Z | Downloaded prettyplease v0.2.25 |
302 | 2024-12-04T00:08:48.066Z | Downloaded mime v0.3.16 |
303 | 2024-12-04T00:08:48.066Z | Downloaded yasna v0.5.2 |
304 | 2024-12-04T00:08:48.069Z | Downloaded serde_derive v1.0.215 |
305 | 2024-12-04T00:08:48.072Z | Downloaded ipnet v2.10.0 |
306 | 2024-12-04T00:08:48.072Z | Downloaded hyper-util v0.1.10 |
307 | 2024-12-04T00:08:48.075Z | Downloaded ucd-trie v0.1.6 |
308 | 2024-12-04T00:08:48.078Z | Downloaded tinyvec v1.5.1 |
309 | 2024-12-04T00:08:48.080Z | Downloaded unicode-segmentation v1.10.0 |
310 | 2024-12-04T00:08:48.083Z | Downloaded tokio v1.41.1 |
311 | 2024-12-04T00:08:48.121Z | Downloaded lazy_static v1.5.0 |
312 | 2024-12-04T00:08:48.125Z | Downloaded subprocess v0.2.9 |
313 | 2024-12-04T00:08:48.125Z | Downloaded slog v2.7.0 |
314 | 2024-12-04T00:08:48.131Z | Downloaded libc v0.2.167 |
315 | 2024-12-04T00:08:48.151Z | Downloaded similar v2.2.1 |
316 | 2024-12-04T00:08:48.156Z | Downloaded hyper-tls v0.6.0 |
317 | 2024-12-04T00:08:48.158Z | Downloaded httpdate v1.0.1 |
318 | 2024-12-04T00:08:48.158Z | Downloaded http-range v0.1.4 |
319 | 2024-12-04T00:08:48.161Z | Downloaded futures-sink v0.3.31 |
320 | 2024-12-04T00:08:48.161Z | Downloaded form_urlencoded v1.2.1 |
321 | 2024-12-04T00:08:48.161Z | Downloaded dof v0.3.0 |
322 | 2024-12-04T00:08:48.163Z | Downloaded crypto-common v0.1.6 |
323 | 2024-12-04T00:08:48.163Z | Downloaded async-stream v0.3.6 |
324 | 2024-12-04T00:08:48.166Z | Downloaded errno v0.3.8 |
325 | 2024-12-04T00:08:48.166Z | Downloaded bytes v1.9.0 |
326 | 2024-12-04T00:08:48.169Z | Downloaded concurrent-queue v2.5.0 |
327 | 2024-12-04T00:08:48.172Z | Downloaded serde_urlencoded v0.7.1 |
328 | 2024-12-04T00:08:48.172Z | Downloaded serde_path_to_error v0.1.16 |
329 | 2024-12-04T00:08:48.175Z | Downloaded scopeguard v1.2.0 |
330 | 2024-12-04T00:08:48.177Z | Downloaded rand_core v0.6.3 |
331 | 2024-12-04T00:08:48.177Z | Downloaded rand_chacha v0.3.1 |
332 | 2024-12-04T00:08:48.177Z | Downloaded quinn-udp v0.5.5 |
333 | 2024-12-04T00:08:48.180Z | Downloaded buf-list v1.0.3 |
334 | 2024-12-04T00:08:48.183Z | Downloaded pem v3.0.4 |
335 | 2024-12-04T00:08:48.183Z | Downloaded openssl-probe v0.1.4 |
336 | 2024-12-04T00:08:48.187Z | Downloaded data-encoding v2.4.0 |
337 | 2024-12-04T00:08:48.188Z | Downloaded foreign-types-shared v0.1.1 |
338 | 2024-12-04T00:08:48.188Z | Downloaded dirs-next v2.0.0 |
339 | 2024-12-04T00:08:48.188Z | Downloaded camino v1.1.9 |
340 | 2024-12-04T00:08:48.191Z | Downloaded bitflags v2.4.0 |
341 | 2024-12-04T00:08:48.192Z | Downloaded autocfg v1.1.0 |
342 | 2024-12-04T00:08:48.204Z | Downloaded encoding_rs v0.8.32 |
343 | 2024-12-04T00:08:48.367Z | Downloaded ring v0.17.7 |
344 | 2024-12-04T00:08:48.633Z | Compiling proc-macro2 v1.0.92 |
345 | 2024-12-04T00:08:48.633Z | Compiling unicode-ident v1.0.12 |
346 | 2024-12-04T00:08:48.636Z | Compiling libc v0.2.167 |
347 | 2024-12-04T00:08:48.636Z | Compiling cfg-if v1.0.0 |
348 | 2024-12-04T00:08:48.636Z | Compiling serde v1.0.215 |
349 | 2024-12-04T00:08:48.636Z | Compiling itoa v1.0.1 |
350 | 2024-12-04T00:08:48.636Z | Compiling memchr v2.6.0 |
351 | 2024-12-04T00:08:48.654Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=6d5ac2bc70b90dcc -C extra-filename=-6d5ac2bc70b90dcc --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-6d5ac2bc70b90dcc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
352 | 2024-12-04T00:08:48.657Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.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=3c3232a6ac1239e6 -C extra-filename=-3c3232a6ac1239e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
353 | 2024-12-04T00:08:48.657Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.167/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=149fbb35d6a3a4da -C extra-filename=-149fbb35d6a3a4da --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-149fbb35d6a3a4da -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
354 | 2024-12-04T00:08:48.657Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=bf8464dc6ea26318 -C extra-filename=-bf8464dc6ea26318 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
355 | 2024-12-04T00:08:48.657Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/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=3373b415eee76ca6 -C extra-filename=-3373b415eee76ca6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-3373b415eee76ca6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
356 | 2024-12-04T00:08:48.657Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.167/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=e9bae7074ebb6b87 -C extra-filename=-e9bae7074ebb6b87 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-e9bae7074ebb6b87 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
357 | 2024-12-04T00:08:48.657Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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=979466e3b4b81ac2 -C extra-filename=-979466e3b4b81ac2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
358 | 2024-12-04T00:08:48.690Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.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=aa4c913eb9ddf930 -C extra-filename=-aa4c913eb9ddf930 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
359 | 2024-12-04T00:08:48.726Z | Compiling version_check v0.9.5 |
360 | 2024-12-04T00:08:48.729Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1f7ff76feed9ab8 -C extra-filename=-f1f7ff76feed9ab8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
361 | 2024-12-04T00:08:48.830Z | Compiling once_cell v1.20.1 |
362 | 2024-12-04T00:08:48.832Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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=f4b8406ee03acd2c -C extra-filename=-f4b8406ee03acd2c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
363 | 2024-12-04T00:08:48.917Z | Compiling pin-project-lite v0.2.12 |
364 | 2024-12-04T00:08:48.919Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.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=1468577fe7b525e6 -C extra-filename=-1468577fe7b525e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
365 | 2024-12-04T00:08:49.030Z | Compiling autocfg v1.1.0 |
366 | 2024-12-04T00:08:49.032Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32f8ee768796a478 -C extra-filename=-32f8ee768796a478 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
367 | 2024-12-04T00:08:49.233Z | Compiling bytes v1.9.0 |
368 | 2024-12-04T00:08:49.235Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=34df12a77920a882 -C extra-filename=-34df12a77920a882 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
369 | 2024-12-04T00:08:49.320Z | Compiling log v0.4.17 |
370 | 2024-12-04T00:08:49.322Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=ea7aa5a476e05b2d -C extra-filename=-ea7aa5a476e05b2d --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-ea7aa5a476e05b2d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
371 | 2024-12-04T00:08:49.575Z | Compiling futures-core v0.3.31 |
372 | 2024-12-04T00:08:49.577Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=b3d09398cdf3eb85 -C extra-filename=-b3d09398cdf3eb85 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
373 | 2024-12-04T00:08:49.765Z | Compiling parking_lot_core v0.9.4 |
374 | 2024-12-04T00:08:49.767Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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=9f19662d43c8ab77 -C extra-filename=-9f19662d43c8ab77 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-9f19662d43c8ab77 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
375 | 2024-12-04T00:08:50.124Z | Compiling ryu v1.0.5 |
376 | 2024-12-04T00:08:50.126Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=981cbed5343f7492 -C extra-filename=-981cbed5343f7492 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-981cbed5343f7492 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
377 | 2024-12-04T00:08:50.194Z | Compiling slab v0.4.9 |
378 | 2024-12-04T00:08:50.196Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7b4046b37d81a911 -C extra-filename=-7b4046b37d81a911 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-7b4046b37d81a911 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow` |
379 | 2024-12-04T00:08:51.100Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-3373b415eee76ca6/build-script-build` |
380 | 2024-12-04T00:08:51.100Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-6d5ac2bc70b90dcc/build-script-build` |
381 | 2024-12-04T00:08:51.100Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-149fbb35d6a3a4da/build-script-build` |
382 | 2024-12-04T00:08:51.100Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-e9bae7074ebb6b87/build-script-build` |
383 | 2024-12-04T00:08:51.100Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-ea7aa5a476e05b2d/build-script-build` |
384 | 2024-12-04T00:08:51.101Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-9f19662d43c8ab77/build-script-build` |
385 | 2024-12-04T00:08:51.108Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-981cbed5343f7492/build-script-build` |
386 | 2024-12-04T00:08:51.117Z | Compiling smallvec v1.13.2 |
387 | 2024-12-04T00:08:51.120Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=0a0d67f00959a153 -C extra-filename=-0a0d67f00959a153 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
388 | 2024-12-04T00:08:51.163Z | Compiling thiserror v1.0.69 |
389 | 2024-12-04T00:08:51.166Z | Running `/home/build/.rustup/toolchains/1.82.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=91aa6a79d99ae220 -C extra-filename=-91aa6a79d99ae220 --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-bf8464dc6ea26318.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
390 | 2024-12-04T00:08:51.174Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/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=84c427b2c26a1919 -C extra-filename=-84c427b2c26a1919 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-84c427b2c26a1919 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
391 | 2024-12-04T00:08:51.184Z | Compiling scopeguard v1.2.0 |
392 | 2024-12-04T00:08:51.187Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.167/src/lib.rs --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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=3fce8dd4cd87ce7c -C extra-filename=-3fce8dd4cd87ce7c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --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_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --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"))'` |
393 | 2024-12-04T00:08:51.187Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=eab02f069d41ca64 -C extra-filename=-eab02f069d41ca64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
394 | 2024-12-04T00:08:51.197Z | Compiling futures-sink v0.3.31 |
395 | 2024-12-04T00:08:51.199Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=82b9ad00b7936384 -C extra-filename=-82b9ad00b7936384 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
396 | 2024-12-04T00:08:51.221Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.167/src/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=e5cb610c7ca69e90 -C extra-filename=-e5cb610c7ca69e90 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --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_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --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"))'` |
397 | 2024-12-04T00:08:51.321Z | Compiling lock_api v0.4.6 |
398 | 2024-12-04T00:08:51.324Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.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=c4fc5fd5a7eef552 -C extra-filename=-c4fc5fd5a7eef552 --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-eab02f069d41ca64.rmeta --cap-lints allow` |
399 | 2024-12-04T00:08:51.345Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.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=09390516ab086c15 -C extra-filename=-09390516ab086c15 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
400 | 2024-12-04T00:08:51.473Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=8a17a6419f9b95e8 -C extra-filename=-8a17a6419f9b95e8 --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-3c3232a6ac1239e6.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)'` |
401 | 2024-12-04T00:08:51.491Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slab-7b4046b37d81a911/build-script-build` |
402 | 2024-12-04T00:08:51.565Z | Compiling serde_json v1.0.133 |
403 | 2024-12-04T00:08:51.567Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.133/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=50069a0dde149efe -C extra-filename=-50069a0dde149efe --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-50069a0dde149efe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
404 | 2024-12-04T00:08:51.625Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5191d0578b3449a2 -C extra-filename=-5191d0578b3449a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
405 | 2024-12-04T00:08:51.704Z | Compiling fnv v1.0.7 |
406 | 2024-12-04T00:08:51.707Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=01ac370b0f4770be -C extra-filename=-01ac370b0f4770be --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
407 | 2024-12-04T00:08:51.734Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-84c427b2c26a1919/build-script-build` |
408 | 2024-12-04T00:08:51.802Z | Compiling http v1.1.0 |
409 | 2024-12-04T00:08:51.804Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e9fe2f5193b8aeb6 -C extra-filename=-e9fe2f5193b8aeb6 --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-34df12a77920a882.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-01ac370b0f4770be.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-aa4c913eb9ddf930.rmeta --cap-lints allow` |
410 | 2024-12-04T00:08:51.815Z | Compiling futures-channel v0.3.31 |
411 | 2024-12-04T00:08:51.818Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=50a874b5ae8464ab -C extra-filename=-50a874b5ae8464ab --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-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --cap-lints allow` |
412 | 2024-12-04T00:08:51.903Z | Compiling hashbrown v0.15.0 |
413 | 2024-12-04T00:08:51.906Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.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=d7dc87c93d63ea37 -C extra-filename=-d7dc87c93d63ea37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
414 | 2024-12-04T00:08:51.951Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-50069a0dde149efe/build-script-build` |
415 | 2024-12-04T00:08:51.972Z | Compiling cc v1.0.83 |
416 | 2024-12-04T00:08:51.985Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=dc20a54c13291b13 -C extra-filename=-dc20a54c13291b13 --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-3fce8dd4cd87ce7c.rmeta --cap-lints allow` |
417 | 2024-12-04T00:08:52.018Z | Compiling pin-utils v0.1.0 |
418 | 2024-12-04T00:08:52.021Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a6c1cbd48085085 -C extra-filename=-4a6c1cbd48085085 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
419 | 2024-12-04T00:08:52.031Z | Compiling futures-io v0.3.31 |
420 | 2024-12-04T00:08:52.033Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=d5960c4ba7dd9268 -C extra-filename=-d5960c4ba7dd9268 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
421 | 2024-12-04T00:08:52.102Z | Compiling equivalent v1.0.0 |
422 | 2024-12-04T00:08:52.104Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.0/src/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=bf8bc862661708a7 -C extra-filename=-bf8bc862661708a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
423 | 2024-12-04T00:08:52.205Z | Compiling futures-task v0.3.31 |
424 | 2024-12-04T00:08:52.208Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=2019e2fa12d7bf52 -C extra-filename=-2019e2fa12d7bf52 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
425 | 2024-12-04T00:08:52.226Z | Compiling httparse v1.8.0 |
426 | 2024-12-04T00:08:52.229Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7e93688949a77053 -C extra-filename=-7e93688949a77053 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-7e93688949a77053 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
427 | 2024-12-04T00:08:52.376Z | Compiling quote v1.0.37 |
428 | 2024-12-04T00:08:52.378Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=891ad5a865471da0 -C extra-filename=-891ad5a865471da0 --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-8a17a6419f9b95e8.rmeta --cap-lints allow` |
429 | 2024-12-04T00:08:52.526Z | Compiling rustls-pki-types v1.10.0 |
430 | 2024-12-04T00:08:52.530Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=2b96447e7090b08d -C extra-filename=-2b96447e7090b08d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
431 | 2024-12-04T00:08:52.691Z | Compiling getrandom v0.2.11 |
432 | 2024-12-04T00:08:52.695Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=cf1b4f79a98a7c29 -C extra-filename=-cf1b4f79a98a7c29 --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rmeta --cap-lints allow` |
433 | 2024-12-04T00:08:52.880Z | Compiling syn v2.0.90 |
434 | 2024-12-04T00:08:52.883Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.90/src/lib.rs --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=95fb14f9dd58e10d -C extra-filename=-95fb14f9dd58e10d --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-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-3c3232a6ac1239e6.rmeta --cap-lints allow` |
435 | 2024-12-04T00:08:53.117Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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=1fc0db0ef1260cc2 -C extra-filename=-1fc0db0ef1260cc2 --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --cap-lints allow` |
436 | 2024-12-04T00:08:53.187Z | Compiling signal-hook-registry v1.4.0 |
437 | 2024-12-04T00:08:53.189Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.0/src/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=566100c9539038c3 -C extra-filename=-566100c9539038c3 --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-e5cb610c7ca69e90.rmeta --cap-lints allow` |
438 | 2024-12-04T00:08:53.203Z | Compiling mio v1.0.3 |
439 | 2024-12-04T00:08:53.206Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.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 --warn=unexpected_cfgs --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=0d1163ff7da86724 -C extra-filename=-0d1163ff7da86724 --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-e5cb610c7ca69e90.rmeta --cap-lints allow` |
440 | 2024-12-04T00:08:53.383Z | Compiling socket2 v0.5.5 |
441 | 2024-12-04T00:08:53.396Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=a9ccbbb553e09bed -C extra-filename=-a9ccbbb553e09bed --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-e5cb610c7ca69e90.rmeta --cap-lints allow` |
442 | 2024-12-04T00:08:53.754Z | Compiling parking_lot v0.12.1 |
443 | 2024-12-04T00:08:53.757Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=02ff1409b80e688b -C extra-filename=-02ff1409b80e688b --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-c4fc5fd5a7eef552.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-1fc0db0ef1260cc2.rmeta --cap-lints allow` |
444 | 2024-12-04T00:08:53.785Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-7e93688949a77053/build-script-build` |
445 | 2024-12-04T00:08:53.804Z | Compiling spin v0.9.8 |
446 | 2024-12-04T00:08:53.807Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=2f9d92d182118ed5 -C extra-filename=-2f9d92d182118ed5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
447 | 2024-12-04T00:08:54.054Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=88bc9aa68eab0f91 -C extra-filename=-88bc9aa68eab0f91 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd` |
448 | 2024-12-04T00:08:54.126Z | Compiling tracing-core v0.1.32 |
449 | 2024-12-04T00:08:54.130Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=980c7224a867e573 -C extra-filename=-980c7224a867e573 --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-f4b8406ee03acd2c.rmeta --cap-lints allow` |
450 | 2024-12-04T00:08:54.291Z | Compiling ring v0.17.7 |
451 | 2024-12-04T00:08:54.294Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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=33e768aa6d8d467b -C extra-filename=-33e768aa6d8d467b --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-33e768aa6d8d467b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-dc20a54c13291b13.rlib --cap-lints allow` |
452 | 2024-12-04T00:08:54.441Z | Compiling ucd-trie v0.1.6 |
453 | 2024-12-04T00:08:54.444Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=42742a2a22fa8aa3 -C extra-filename=-42742a2a22fa8aa3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
454 | 2024-12-04T00:08:54.467Z | Compiling byteorder v1.4.3 |
455 | 2024-12-04T00:08:54.470Z | Running `/home/build/.rustup/toolchains/1.82.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=b8b699a6465511d1 -C extra-filename=-b8b699a6465511d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
456 | 2024-12-04T00:08:54.560Z | Compiling untrusted v0.9.0 |
457 | 2024-12-04T00:08:54.563Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=708e3792e0eecbdb -C extra-filename=-708e3792e0eecbdb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
458 | 2024-12-04T00:08:54.739Z | Compiling atomic-waker v1.1.1 |
459 | 2024-12-04T00:08:54.742Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.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=1e5daed852122a14 -C extra-filename=-1e5daed852122a14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
460 | 2024-12-04T00:08:54.761Z | Compiling pkg-config v0.3.31 |
461 | 2024-12-04T00:08:54.764Z | Running `/home/build/.rustup/toolchains/1.82.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=cac326d7487d69c9 -C extra-filename=-cac326d7487d69c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
462 | 2024-12-04T00:08:54.774Z | Compiling typenum v1.14.0 |
463 | 2024-12-04T00:08:54.777Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.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=e4d4dd3ced0061f4 -C extra-filename=-e4d4dd3ced0061f4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-e4d4dd3ced0061f4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
464 | 2024-12-04T00:08:54.926Z | Compiling tracing v0.1.40 |
465 | 2024-12-04T00:08:54.926Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=5af3d613f2e83943 -C extra-filename=-5af3d613f2e83943 --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-1468577fe7b525e6.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-980c7224a867e573.rmeta --cap-lints allow` |
466 | 2024-12-04T00:08:54.964Z | Compiling vcpkg v0.2.15 |
467 | 2024-12-04T00:08:54.967Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53f17a4e94ce7c6a -C extra-filename=-53f17a4e94ce7c6a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
468 | 2024-12-04T00:08:55.125Z | Compiling http-body v1.0.1 |
469 | 2024-12-04T00:08:55.129Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e109fdd836c0acb9 -C extra-filename=-e109fdd836c0acb9 --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-34df12a77920a882.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --cap-lints allow` |
470 | 2024-12-04T00:08:55.329Z | Compiling generic-array v0.14.5 |
471 | 2024-12-04T00:08:55.329Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-33e768aa6d8d467b/build-script-build` |
472 | 2024-12-04T00:08:55.332Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.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=b1ee6e45757ca8a0 -C extra-filename=-b1ee6e45757ca8a0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-b1ee6e45757ca8a0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow` |
473 | 2024-12-04T00:08:55.354Z | Compiling crossbeam-utils v0.8.15 |
474 | 2024-12-04T00:08:55.357Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-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=00da5ed24b64f559 -C extra-filename=-00da5ed24b64f559 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-00da5ed24b64f559 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
475 | 2024-12-04T00:08:55.653Z | Compiling try-lock v0.2.3 |
476 | 2024-12-04T00:08:55.655Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.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=306ebdf760c746d8 -C extra-filename=-306ebdf760c746d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
477 | 2024-12-04T00:08:55.655Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-b1ee6e45757ca8a0/build-script-build` |
478 | 2024-12-04T00:08:55.709Z | Compiling httpdate v1.0.1 |
479 | 2024-12-04T00:08:55.712Z | Running `/home/build/.rustup/toolchains/1.82.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=d48c3fbcb9d9ce8e -C extra-filename=-d48c3fbcb9d9ce8e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
480 | 2024-12-04T00:08:55.720Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-e4d4dd3ced0061f4/build-script-main` |
481 | 2024-12-04T00:08:55.782Z | Compiling want v0.3.0 |
482 | 2024-12-04T00:08:55.785Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.0/src/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=5233a237641b7492 -C extra-filename=-5233a237641b7492 --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-91aa6a79d99ae220.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-306ebdf760c746d8.rmeta --cap-lints allow` |
483 | 2024-12-04T00:08:55.836Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-00da5ed24b64f559/build-script-build` |
484 | 2024-12-04T00:08:55.836Z | Compiling powerfmt v0.2.0 |
485 | 2024-12-04T00:08:55.839Z | Compiling zeroize v1.7.0 |
486 | 2024-12-04T00:08:55.839Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=7eb74dd6cd99c168 -C extra-filename=-7eb74dd6cd99c168 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
487 | 2024-12-04T00:08:55.850Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=95f509254fd0b285 -C extra-filename=-95f509254fd0b285 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
488 | 2024-12-04T00:08:55.937Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.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=8e87caecd60ca14e -C extra-filename=-8e87caecd60ca14e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
489 | 2024-12-04T00:08:56.079Z | Compiling num-conv v0.1.0 |
490 | 2024-12-04T00:08:56.081Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=27a85599505da96b -C extra-filename=-27a85599505da96b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
491 | 2024-12-04T00:08:56.168Z | Compiling subtle v2.5.0 |
492 | 2024-12-04T00:08:56.176Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=ca54d4c430356ec7 -C extra-filename=-ca54d4c430356ec7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
493 | 2024-12-04T00:08:56.221Z | Compiling time-core v0.1.2 |
494 | 2024-12-04T00:08:56.224Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a01f1f19c1b90d99 -C extra-filename=-a01f1f19c1b90d99 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
495 | 2024-12-04T00:08:56.239Z | Compiling deranged v0.3.11 |
496 | 2024-12-04T00:08:56.242Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.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=500c245c96496426 -C extra-filename=-500c245c96496426 --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-7eb74dd6cd99c168.rmeta --cap-lints allow` |
497 | 2024-12-04T00:08:56.363Z | Running `/home/build/.rustup/toolchains/1.82.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=84b48dda44be213c -C extra-filename=-84b48dda44be213c --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-bf8464dc6ea26318.rmeta --cap-lints allow` |
498 | 2024-12-04T00:08:56.376Z | Compiling time-macros v0.2.18 |
499 | 2024-12-04T00:08:56.379Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=5269a051887fbb93 -C extra-filename=-5269a051887fbb93 --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-27a85599505da96b.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-a01f1f19c1b90d99.rlib --extern proc_macro --cap-lints allow` |
500 | 2024-12-04T00:08:56.613Z | Compiling bitflags v2.4.0 |
501 | 2024-12-04T00:08:56.624Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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=b20130464ebc8926 -C extra-filename=-b20130464ebc8926 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
502 | 2024-12-04T00:08:56.624Z | Compiling openssl-sys v0.9.103 |
503 | 2024-12-04T00:08:56.624Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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=65d3fb4405796ada -C extra-filename=-65d3fb4405796ada --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-65d3fb4405796ada -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-dc20a54c13291b13.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-cac326d7487d69c9.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow` |
504 | 2024-12-04T00:08:56.757Z | Compiling num_threads v0.1.3 |
505 | 2024-12-04T00:08:56.760Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.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=ef69120e0df12c56 -C extra-filename=-ef69120e0df12c56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
506 | 2024-12-04T00:08:56.850Z | Compiling base64 v0.22.1 |
507 | 2024-12-04T00:08:56.853Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=8109389a6bf1ad53 -C extra-filename=-8109389a6bf1ad53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
508 | 2024-12-04T00:08:57.218Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.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=165cc2ebd59ec319 -C extra-filename=-165cc2ebd59ec319 --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-8e87caecd60ca14e.rmeta --cap-lints allow --cfg relaxed_coherence` |
509 | 2024-12-04T00:08:57.303Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-65d3fb4405796ada/build-script-main` |
510 | 2024-12-04T00:08:57.556Z | Compiling slog v2.7.0 |
511 | 2024-12-04T00:08:57.560Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=7c37cc8491317074 -C extra-filename=-7c37cc8491317074 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-7c37cc8491317074 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
512 | 2024-12-04T00:08:57.616Z | Compiling usdt-impl v0.5.0 |
513 | 2024-12-04T00:08:57.619Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=803f4cb2b64df2fd -C extra-filename=-803f4cb2b64df2fd --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-803f4cb2b64df2fd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow` |
514 | 2024-12-04T00:08:57.932Z | Compiling unicase v2.6.0 |
515 | 2024-12-04T00:08:57.936Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.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=819ce48d520558b5 -C extra-filename=-819ce48d520558b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-819ce48d520558b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow` |
516 | 2024-12-04T00:08:57.967Z | Compiling openssl v0.10.66 |
517 | 2024-12-04T00:08:57.969Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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=8e22270e3198d420 -C extra-filename=-8e22270e3198d420 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-8e22270e3198d420 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
518 | 2024-12-04T00:08:57.980Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-7c37cc8491317074/build-script-build` |
519 | 2024-12-04T00:08:58.029Z | Compiling tower-service v0.3.1 |
520 | 2024-12-04T00:08:58.032Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.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=82ed2a476a240d95 -C extra-filename=-82ed2a476a240d95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
521 | 2024-12-04T00:08:58.136Z | Compiling paste v1.0.15 |
522 | 2024-12-04T00:08:58.139Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75740250ed219447 -C extra-filename=-75740250ed219447 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-75740250ed219447 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
523 | 2024-12-04T00:08:58.208Z | Compiling openssl-probe v0.1.4 |
524 | 2024-12-04T00:08:58.211Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.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=816f078d1a7c4648 -C extra-filename=-816f078d1a7c4648 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
525 | 2024-12-04T00:08:58.354Z | Compiling percent-encoding v2.3.1 |
526 | 2024-12-04T00:08:58.357Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=979a6ffd7abfd08b -C extra-filename=-979a6ffd7abfd08b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
527 | 2024-12-04T00:08:58.386Z | Compiling foreign-types-shared v0.1.1 |
528 | 2024-12-04T00:08:58.389Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e88c51f198c4536 -C extra-filename=-3e88c51f198c4536 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
529 | 2024-12-04T00:08:58.476Z | Compiling tinyvec_macros v0.1.0 |
530 | 2024-12-04T00:08:58.479Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.0/src/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=49cfbf5822d304f3 -C extra-filename=-49cfbf5822d304f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
531 | 2024-12-04T00:08:58.529Z | Compiling foreign-types v0.3.2 |
532 | 2024-12-04T00:08:58.532Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d52dbc4bf401aff -C extra-filename=-5d52dbc4bf401aff --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-3e88c51f198c4536.rmeta --cap-lints allow` |
533 | 2024-12-04T00:08:58.546Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-75740250ed219447/build-script-build` |
534 | 2024-12-04T00:08:58.559Z | Compiling form_urlencoded v1.2.1 |
535 | 2024-12-04T00:08:58.562Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=a14e9e00c55afb81 -C extra-filename=-a14e9e00c55afb81 --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-979a6ffd7abfd08b.rmeta --cap-lints allow` |
536 | 2024-12-04T00:08:58.596Z | Compiling tinyvec v1.5.1 |
537 | 2024-12-04T00:08:58.599Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.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=e2a6fcdea0e898e1 -C extra-filename=-e2a6fcdea0e898e1 --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-49cfbf5822d304f3.rmeta --cap-lints allow` |
538 | 2024-12-04T00:08:58.609Z | Compiling crypto-common v0.1.6 |
539 | 2024-12-04T00:08:58.612Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=c047b672914131c4 -C extra-filename=-c047b672914131c4 --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-165cc2ebd59ec319.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-8e87caecd60ca14e.rmeta --cap-lints allow` |
540 | 2024-12-04T00:08:58.684Z | Compiling block-buffer v0.10.2 |
541 | 2024-12-04T00:08:58.687Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.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=358ef7d8dbb468dd -C extra-filename=-358ef7d8dbb468dd --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-165cc2ebd59ec319.rmeta --cap-lints allow` |
542 | 2024-12-04T00:08:58.762Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-819ce48d520558b5/build-script-build` |
543 | 2024-12-04T00:08:58.811Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=ba4a1f026620b3c1 -C extra-filename=-ba4a1f026620b3c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128` |
544 | 2024-12-04T00:08:58.833Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-803f4cb2b64df2fd/build-script-build` |
545 | 2024-12-04T00:08:58.904Z | Compiling rand_core v0.6.3 |
546 | 2024-12-04T00:08:58.907Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.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=78378047b0bd594d -C extra-filename=-78378047b0bd594d --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-cf1b4f79a98a7c29.rmeta --cap-lints allow` |
547 | 2024-12-04T00:08:58.949Z | Compiling thread-id v4.0.0 |
548 | 2024-12-04T00:08:58.952Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.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=91c610e3500632b4 -C extra-filename=-91c610e3500632b4 --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-3fce8dd4cd87ce7c.rmeta --cap-lints allow` |
549 | 2024-12-04T00:08:59.033Z | Compiling num-traits v0.2.14 |
550 | 2024-12-04T00:08:59.035Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-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=fc705c99a25feaa7 -C extra-filename=-fc705c99a25feaa7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-fc705c99a25feaa7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow` |
551 | 2024-12-04T00:08:59.254Z | Compiling time v0.3.36 |
552 | 2024-12-04T00:08:59.257Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=b994db6d66eee6e2 -C extra-filename=-b994db6d66eee6e2 --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-500c245c96496426.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-aa4c913eb9ddf930.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-27a85599505da96b.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-ef69120e0df12c56.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-7eb74dd6cd99c168.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-a01f1f19c1b90d99.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-5269a051887fbb93.so --cap-lints allow` |
553 | 2024-12-04T00:08:59.303Z | Compiling rustls v0.23.13 |
554 | 2024-12-04T00:08:59.305Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=d4ff289f15f84ff0 -C extra-filename=-d4ff289f15f84ff0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-d4ff289f15f84ff0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
555 | 2024-12-04T00:08:59.345Z | Compiling rustls v0.22.4 |
556 | 2024-12-04T00:08:59.347Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=80a2939cdf5c6a83 -C extra-filename=-80a2939cdf5c6a83 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-80a2939cdf5c6a83 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
557 | 2024-12-04T00:08:59.488Z | Compiling native-tls v0.2.12 |
558 | 2024-12-04T00:08:59.490Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.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=16d913dc6d0b4258 -C extra-filename=-16d913dc6d0b4258 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-16d913dc6d0b4258 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
559 | 2024-12-04T00:08:59.590Z | Compiling mime v0.3.16 |
560 | 2024-12-04T00:08:59.592Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.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=36690c8dad1b6175 -C extra-filename=-36690c8dad1b6175 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
561 | 2024-12-04T00:08:59.613Z | Compiling ppv-lite86 v0.2.15 |
562 | 2024-12-04T00:08:59.616Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.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=9774e8c5fed9e534 -C extra-filename=-9774e8c5fed9e534 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
563 | 2024-12-04T00:08:59.839Z | Compiling semver v1.0.23 |
564 | 2024-12-04T00:08:59.841Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=9bafc270b7e4bdba -C extra-filename=-9bafc270b7e4bdba --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-9bafc270b7e4bdba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
565 | 2024-12-04T00:08:59.860Z | Compiling plain v0.2.3 |
566 | 2024-12-04T00:08:59.863Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ca2d3bfed42e6d9 -C extra-filename=-8ca2d3bfed42e6d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
567 | 2024-12-04T00:09:00.008Z | Compiling unicode-width v0.1.9 |
568 | 2024-12-04T00:09:00.011Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=a345b4990bc1a485 -C extra-filename=-a345b4990bc1a485 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
569 | 2024-12-04T00:09:00.128Z | Compiling lazy_static v1.5.0 |
570 | 2024-12-04T00:09:00.131Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=627c4027aa780a5c -C extra-filename=-627c4027aa780a5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
571 | 2024-12-04T00:09:00.150Z | Compiling unicode-normalization v0.1.24 |
572 | 2024-12-04T00:09:00.153Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.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=a5a883fe9b1e3cfc -C extra-filename=-a5a883fe9b1e3cfc --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-e2a6fcdea0e898e1.rmeta --cap-lints allow` |
573 | 2024-12-04T00:09:00.218Z | Compiling rand_chacha v0.3.1 |
574 | 2024-12-04T00:09:00.221Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=ba88b5615c9f7437 -C extra-filename=-ba88b5615c9f7437 --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-9774e8c5fed9e534.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-78378047b0bd594d.rmeta --cap-lints allow` |
575 | 2024-12-04T00:09:00.231Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-fc705c99a25feaa7/build-script-build` |
576 | 2024-12-04T00:09:00.288Z | Running `/work/oxidecomputer/dropshot/target/debug/build/semver-9bafc270b7e4bdba/build-script-build` |
577 | 2024-12-04T00:09:00.346Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.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=7800a465226533c7 -C extra-filename=-7800a465226533c7 --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` |
578 | 2024-12-04T00:09:00.474Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-8e22270e3198d420/build-script-build` |
579 | 2024-12-04T00:09:00.494Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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=1300ef79126eef80 -C extra-filename=-1300ef79126eef80 --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-e5cb610c7ca69e90.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)'` |
580 | 2024-12-04T00:09:00.504Z | Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-16d913dc6d0b4258/build-script-build` |
581 | 2024-12-04T00:09:00.521Z | Compiling digest v0.10.7 |
582 | 2024-12-04T00:09:00.524Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=37878c4d7075d174 -C extra-filename=-37878c4d7075d174 --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-358ef7d8dbb468dd.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-c047b672914131c4.rmeta --cap-lints allow` |
583 | 2024-12-04T00:09:00.710Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6fc1b37be07b8a5 -C extra-filename=-e6fc1b37be07b8a5 --out-dir /work/oxidecomputer/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"))'` |
584 | 2024-12-04T00:09:00.892Z | Compiling rustls-pemfile v2.1.3 |
585 | 2024-12-04T00:09:00.894Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=876d3c4765ed3b5c -C extra-filename=-876d3c4765ed3b5c --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-8109389a6bf1ad53.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --cap-lints allow` |
586 | 2024-12-04T00:09:01.167Z | Compiling dirs-sys-next v0.1.2 |
587 | 2024-12-04T00:09:01.169Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=beca1a3b2f33cc70 -C extra-filename=-beca1a3b2f33cc70 --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-e5cb610c7ca69e90.rmeta --cap-lints allow` |
588 | 2024-12-04T00:09:01.317Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=509ccdd1efca7e0c -C extra-filename=-509ccdd1efca7e0c --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-509ccdd1efca7e0c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow` |
589 | 2024-12-04T00:09:01.330Z | Compiling unicode-segmentation v1.10.0 |
590 | 2024-12-04T00:09:01.332Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.0/src/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_std"))' -C metadata=3c222546f4e316c8 -C extra-filename=-3c222546f4e316c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
591 | 2024-12-04T00:09:01.682Z | Compiling unicode-bidi v0.3.15 |
592 | 2024-12-04T00:09:01.685Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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=7ee3adb29e198dd7 -C extra-filename=-7ee3adb29e198dd7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
593 | 2024-12-04T00:09:01.746Z | Compiling pretty-hex v0.4.1 |
594 | 2024-12-04T00:09:01.749Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=ad75c1db41af3142 -C extra-filename=-ad75c1db41af3142 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
595 | 2024-12-04T00:09:01.769Z | Compiling cpufeatures v0.2.2 |
596 | 2024-12-04T00:09:01.772Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.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=97335ab674623c7c -C extra-filename=-97335ab674623c7c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
597 | 2024-12-04T00:09:01.851Z | Compiling winnow v0.6.18 |
598 | 2024-12-04T00:09:01.854Z | Compiling sha1 v0.10.6 |
599 | 2024-12-04T00:09:01.854Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=28f3cd4599f92705 -C extra-filename=-28f3cd4599f92705 --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-bf8464dc6ea26318.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-97335ab674623c7c.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-37878c4d7075d174.rmeta --cap-lints allow` |
600 | 2024-12-04T00:09:01.854Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=d01edbdc2e5a52f4 -C extra-filename=-d01edbdc2e5a52f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
601 | 2024-12-04T00:09:01.936Z | Compiling newline-converter v0.3.0 |
602 | 2024-12-04T00:09:01.939Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4da89df7808efd6 -C extra-filename=-c4da89df7808efd6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_segmentation-3c222546f4e316c8.rmeta --cap-lints allow` |
603 | 2024-12-04T00:09:02.046Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-509ccdd1efca7e0c/build-script-build` |
604 | 2024-12-04T00:09:02.085Z | Compiling dirs-next v2.0.0 |
605 | 2024-12-04T00:09:02.087Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b08e433dbbc6a10a -C extra-filename=-b08e433dbbc6a10a --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-bf8464dc6ea26318.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-beca1a3b2f33cc70.rmeta --cap-lints allow` |
606 | 2024-12-04T00:09:02.182Z | Compiling mime_guess v2.0.5 |
607 | 2024-12-04T00:09:02.184Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=fd0a2951d1cbaeb6 -C extra-filename=-fd0a2951d1cbaeb6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-fd0a2951d1cbaeb6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-7800a465226533c7.rlib --cap-lints allow` |
608 | 2024-12-04T00:09:02.251Z | Compiling rand v0.8.4 |
609 | 2024-12-04T00:09:02.254Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=8c40c199d1ffaf6d -C extra-filename=-8c40c199d1ffaf6d --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-e5cb610c7ca69e90.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-ba88b5615c9f7437.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-78378047b0bd594d.rmeta --cap-lints allow` |
610 | 2024-12-04T00:09:02.264Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=80f668b706d60c0f -C extra-filename=-80f668b706d60c0f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg has_i128 --cfg has_to_int_unchecked` |
611 | 2024-12-04T00:09:02.918Z | Compiling idna v0.5.0 |
612 | 2024-12-04T00:09:02.921Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.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=a8bb780e311d2587 -C extra-filename=-a8bb780e311d2587 --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-7ee3adb29e198dd7.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-a5a883fe9b1e3cfc.rmeta --cap-lints allow` |
613 | 2024-12-04T00:09:03.180Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=26935090f49a185d -C extra-filename=-26935090f49a185d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
614 | 2024-12-04T00:09:03.206Z | Compiling serde_derive_internals v0.29.0 |
615 | 2024-12-04T00:09:03.210Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7183f0a88ee4179e -C extra-filename=-7183f0a88ee4179e --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-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rmeta --cap-lints allow` |
616 | 2024-12-04T00:09:03.573Z | Compiling serde_derive v1.0.215 |
617 | 2024-12-04T00:09:03.576Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.215/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=715a216b66961b0d -C extra-filename=-715a216b66961b0d --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow` |
618 | 2024-12-04T00:09:03.721Z | Compiling thiserror-impl v1.0.69 |
619 | 2024-12-04T00:09:03.724Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.69/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=4002c7d886a1d333 -C extra-filename=-4002c7d886a1d333 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow` |
620 | 2024-12-04T00:09:03.832Z | Compiling tokio-macros v2.4.0 |
621 | 2024-12-04T00:09:03.835Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0682af8e94728f0d -C extra-filename=-0682af8e94728f0d --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow` |
622 | 2024-12-04T00:09:03.929Z | Compiling futures-macro v0.3.31 |
623 | 2024-12-04T00:09:03.932Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=2aecab29d7b43bad -C extra-filename=-2aecab29d7b43bad --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow` |
624 | 2024-12-04T00:09:04.643Z | Compiling zerocopy-derive v0.7.32 |
625 | 2024-12-04T00:09:04.647Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e3d189dbbd08bde -C extra-filename=-5e3d189dbbd08bde --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow` |
626 | 2024-12-04T00:09:05.155Z | Compiling scroll_derive v0.12.0 |
627 | 2024-12-04T00:09:05.158Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=33fcb0a67dde7425 -C extra-filename=-33fcb0a67dde7425 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow` |
628 | 2024-12-04T00:09:05.277Z | Compiling tokio v1.41.1 |
629 | 2024-12-04T00:09:05.280Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.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="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", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=699da11246f16cdf -C extra-filename=-699da11246f16cdf --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-34df12a77920a882.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-0d1163ff7da86724.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-02ff1409b80e688b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-566100c9539038c3.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-a9ccbbb553e09bed.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-0682af8e94728f0d.so --cap-lints allow` |
630 | 2024-12-04T00:09:05.607Z | Compiling openssl-macros v0.1.1 |
631 | 2024-12-04T00:09:05.611Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e135b0927aafead1 -C extra-filename=-e135b0927aafead1 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow` |
632 | 2024-12-04T00:09:05.723Z | Compiling futures-util v0.3.31 |
633 | 2024-12-04T00:09:05.726Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=b305596667746d75 -C extra-filename=-b305596667746d75 --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-50a874b5ae8464ab.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-d5960c4ba7dd9268.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-2aecab29d7b43bad.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-979466e3b4b81ac2.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-4a6c1cbd48085085.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-5191d0578b3449a2.rmeta --cap-lints allow` |
634 | 2024-12-04T00:09:06.394Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/src/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=0aaea96c34cef114 -C extra-filename=-0aaea96c34cef114 --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-4002c7d886a1d333.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
635 | 2024-12-04T00:09:06.417Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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=e70c0979b85f7751 -C extra-filename=-e70c0979b85f7751 --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-b20130464ebc8926.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-5d52dbc4bf401aff.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f4b8406ee03acd2c.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-e135b0927aafead1.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-1300ef79126eef80.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)'` |
636 | 2024-12-04T00:09:06.492Z | Compiling pest v2.7.6 |
637 | 2024-12-04T00:09:06.495Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=2eef3194dc6ba9a9 -C extra-filename=-2eef3194dc6ba9a9 --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-979466e3b4b81ac2.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0aaea96c34cef114.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-42742a2a22fa8aa3.rmeta --cap-lints allow` |
638 | 2024-12-04T00:09:06.509Z | Compiling scroll v0.12.0 |
639 | 2024-12-04T00:09:06.512Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=dcc771c00eedc6cc -C extra-filename=-dcc771c00eedc6cc --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-33fcb0a67dde7425.so --cap-lints allow` |
640 | 2024-12-04T00:09:06.553Z | Compiling zerocopy v0.7.32 |
641 | 2024-12-04T00:09:06.556Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=443946e5ab94bd94 -C extra-filename=-443946e5ab94bd94 --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-b8b699a6465511d1.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-5e3d189dbbd08bde.so --cap-lints allow` |
642 | 2024-12-04T00:09:07.059Z | Compiling goblin v0.8.0 |
643 | 2024-12-04T00:09:07.063Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=e614d54054cfb84e -C extra-filename=-e614d54054cfb84e --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-91aa6a79d99ae220.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-8ca2d3bfed42e6d9.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-dcc771c00eedc6cc.rmeta --cap-lints allow` |
644 | 2024-12-04T00:09:08.113Z | Compiling concurrent-queue v2.5.0 |
645 | 2024-12-04T00:09:08.116Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=8af49fe657b43a1b -C extra-filename=-8af49fe657b43a1b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-84b48dda44be213c.rmeta --cap-lints allow` |
646 | 2024-12-04T00:09:08.467Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.90/src/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="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"' --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=6e2bffb1ff0631a8 -C extra-filename=-6e2bffb1ff0631a8 --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-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-3c3232a6ac1239e6.rmeta --cap-lints allow` |
647 | 2024-12-04T00:09:09.148Z | Compiling pest_meta v2.7.6 |
648 | 2024-12-04T00:09:09.151Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=72368f55a4b6813d -C extra-filename=-72368f55a4b6813d --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-f4b8406ee03acd2c.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-2eef3194dc6ba9a9.rmeta --cap-lints allow` |
649 | 2024-12-04T00:09:09.468Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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=9ade8965e9aa113a -C extra-filename=-9ade8965e9aa113a --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-cf1b4f79a98a7c29.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-2f9d92d182118ed5.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-708e3792e0eecbdb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
650 | 2024-12-04T00:09:10.699Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/src/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=286d99e12a9aaf0a -C extra-filename=-286d99e12a9aaf0a --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-715a216b66961b0d.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)'` |
651 | 2024-12-04T00:09:12.104Z | Compiling rustls-webpki v0.102.8 |
652 | 2024-12-04T00:09:12.108Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=95a02480c0e44845 -C extra-filename=-95a02480c0e44845 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-9ade8965e9aa113a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-708e3792e0eecbdb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out` |
653 | 2024-12-04T00:09:12.978Z | Compiling pest_generator v2.7.6 |
654 | 2024-12-04T00:09:12.981Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=606e4b2a56562082 -C extra-filename=-606e4b2a56562082 --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-2eef3194dc6ba9a9.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-72368f55a4b6813d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rmeta --cap-lints allow` |
655 | 2024-12-04T00:09:13.564Z | Compiling tokio-util v0.7.7 |
656 | 2024-12-04T00:09:13.567Z | Running `/home/build/.rustup/toolchains/1.82.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=9099db10dea8f7bd -C extra-filename=-9099db10dea8f7bd --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-34df12a77920a882.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-5af3d613f2e83943.rmeta --cap-lints allow` |
657 | 2024-12-04T00:09:14.429Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-d4ff289f15f84ff0/build-script-build` |
658 | 2024-12-04T00:09:14.449Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-80a2939cdf5c6a83/build-script-build` |
659 | 2024-12-04T00:09:14.468Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=114f625e5ae784d5 -C extra-filename=-114f625e5ae784d5 --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-91aa6a79d99ae220.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-9ade8965e9aa113a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-95a02480c0e44845.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-ca54d4c430356ec7.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-95f509254fd0b285.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out` |
660 | 2024-12-04T00:09:14.637Z | Compiling pest_derive v2.7.6 |
661 | 2024-12-04T00:09:14.640Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6d6f967c014cfed5 -C extra-filename=-6d6f967c014cfed5 --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-2eef3194dc6ba9a9.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-606e4b2a56562082.rlib --extern proc_macro --cap-lints allow` |
662 | 2024-12-04T00:09:15.015Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=3da0bb7b6c3e57d0 -C extra-filename=-3da0bb7b6c3e57d0 --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-f4b8406ee03acd2c.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-9ade8965e9aa113a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-95a02480c0e44845.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-ca54d4c430356ec7.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-95f509254fd0b285.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
663 | 2024-12-04T00:09:15.533Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.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=584088b9bb42395f -C extra-filename=-584088b9bb42395f --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-91aa6a79d99ae220.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-e70c0979b85f7751.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-816f078d1a7c4648.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-1300ef79126eef80.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
664 | 2024-12-04T00:09:15.622Z | Compiling dtrace-parser v0.2.0 |
665 | 2024-12-04T00:09:15.625Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87b246bf901cb4a8 -C extra-filename=-87b246bf901cb4a8 --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-2eef3194dc6ba9a9.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-6d6f967c014cfed5.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0aaea96c34cef114.rmeta --cap-lints allow` |
666 | 2024-12-04T00:09:16.187Z | Compiling http-body-util v0.1.2 |
667 | 2024-12-04T00:09:16.198Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38326b8782ab3333 -C extra-filename=-38326b8782ab3333 --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-34df12a77920a882.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b305596667746d75.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e109fdd836c0acb9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow` |
668 | 2024-12-04T00:09:16.702Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.133/src/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=bc302a82a811c21e -C extra-filename=-bc302a82a811c21e --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-aa4c913eb9ddf930.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-979466e3b4b81ac2.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-09390516ab086c15.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
669 | 2024-12-04T00:09:17.108Z | Compiling indexmap v2.7.0 |
670 | 2024-12-04T00:09:17.110Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--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=f5ae170035e5292b -C extra-filename=-f5ae170035e5292b --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-bf8bc862661708a7.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-d7dc87c93d63ea37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --cap-lints allow` |
671 | 2024-12-04T00:09:17.814Z | Compiling serde_tokenstream v0.2.2 |
672 | 2024-12-04T00:09:17.817Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99827c599c2fff1c -C extra-filename=-99827c599c2fff1c --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-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rmeta --cap-lints allow` |
673 | 2024-12-04T00:09:18.281Z | Compiling serde_spanned v0.6.7 |
674 | 2024-12-04T00:09:18.284Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=8b7829529fbd2ca5 -C extra-filename=-8b7829529fbd2ca5 --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-286d99e12a9aaf0a.rmeta --cap-lints allow` |
675 | 2024-12-04T00:09:18.358Z | Compiling toml_datetime v0.6.8 |
676 | 2024-12-04T00:09:18.361Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=0afc841415c49b15 -C extra-filename=-0afc841415c49b15 --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-286d99e12a9aaf0a.rmeta --cap-lints allow` |
677 | 2024-12-04T00:09:18.505Z | Compiling h2 v0.4.6 |
678 | 2024-12-04T00:09:18.507Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=3d204705d88c02bc -C extra-filename=-3d204705d88c02bc --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-1e5daed852122a14.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-01ac370b0f4770be.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-5191d0578b3449a2.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-9099db10dea8f7bd.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-5af3d613f2e83943.rmeta --cap-lints allow` |
679 | 2024-12-04T00:09:18.547Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.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=cdeff804394df1fc -C extra-filename=-cdeff804394df1fc --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-e5cb610c7ca69e90.rmeta --cap-lints allow` |
680 | 2024-12-04T00:09:18.650Z | Compiling dof v0.3.0 |
681 | 2024-12-04T00:09:18.653Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=e004b382ed32ce97 -C extra-filename=-e004b382ed32ce97 --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-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0aaea96c34cef114.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-443946e5ab94bd94.rmeta --cap-lints allow` |
682 | 2024-12-04T00:09:18.903Z | Compiling toml_edit v0.22.20 |
683 | 2024-12-04T00:09:18.906Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=105914d4c2538e31 -C extra-filename=-105914d4c2538e31 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-8b7829529fbd2ca5.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-0afc841415c49b15.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-d01edbdc2e5a52f4.rmeta --cap-lints allow` |
684 | 2024-12-04T00:09:19.535Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=d4bcb48293a50998 -C extra-filename=-d4bcb48293a50998 --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-b8b699a6465511d1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-e004b382ed32ce97.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-87b246bf901cb4a8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-3fce8dd4cd87ce7c.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0aaea96c34cef114.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-91c610e3500632b4.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
685 | 2024-12-04T00:09:19.898Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=9780e4b903f9a47e -C extra-filename=-9780e4b903f9a47e --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-e614d54054cfb84e.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-ad75c1db41af3142.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0aaea96c34cef114.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-443946e5ab94bd94.rmeta --cap-lints allow` |
686 | 2024-12-04T00:09:20.903Z | Compiling multer v3.1.0 |
687 | 2024-12-04T00:09:20.906Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=5c817e893026d061 -C extra-filename=-5c817e893026d061 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-5c817e893026d061 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow` |
688 | 2024-12-04T00:09:21.262Z | Compiling thread_local v1.1.4 |
689 | 2024-12-04T00:09:21.264Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.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("criterion"))' -C metadata=4dae1bbed52207db -C extra-filename=-4dae1bbed52207db --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-f4b8406ee03acd2c.rmeta --cap-lints allow` |
690 | 2024-12-04T00:09:21.838Z | Compiling encoding_rs v0.8.32 |
691 | 2024-12-04T00:09:21.843Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.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="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=da84eb7f21b90d9f -C extra-filename=-da84eb7f21b90d9f --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-bf8464dc6ea26318.rmeta --cap-lints allow` |
692 | 2024-12-04T00:09:21.855Z | Compiling parking v2.2.0 |
693 | 2024-12-04T00:09:21.857Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=0def4507c54f5e1d -C extra-filename=-0def4507c54f5e1d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
694 | 2024-12-04T00:09:22.229Z | Compiling thiserror v2.0.3 |
695 | 2024-12-04T00:09:22.232Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.3/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=b258834876d74811 -C extra-filename=-b258834876d74811 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-b258834876d74811 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
696 | 2024-12-04T00:09:22.307Z | Compiling rustix v0.38.40 |
697 | 2024-12-04T00:09:22.310Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.40/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=b9a3ff3d700174d0 -C extra-filename=-b9a3ff3d700174d0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-b9a3ff3d700174d0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
698 | 2024-12-04T00:09:22.821Z | Compiling heck v0.5.0 |
699 | 2024-12-04T00:09:22.824Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae7a000cb0c7e733 -C extra-filename=-ae7a000cb0c7e733 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
700 | 2024-12-04T00:09:23.015Z | Compiling target-triple v0.1.3 |
701 | 2024-12-04T00:09:23.017Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-0.1.3/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=c3b862f14b893039 -C extra-filename=-c3b862f14b893039 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-c3b862f14b893039 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
702 | 2024-12-04T00:09:23.136Z | Compiling match_cfg v0.1.0 |
703 | 2024-12-04T00:09:23.139Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=97b440040956074b -C extra-filename=-97b440040956074b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
704 | 2024-12-04T00:09:23.226Z | Compiling camino v1.1.9 |
705 | 2024-12-04T00:09:23.229Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=09afcb09feb91121 -C extra-filename=-09afcb09feb91121 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-09afcb09feb91121 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
706 | 2024-12-04T00:09:23.262Z | Compiling hyper v1.5.1 |
707 | 2024-12-04T00:09:23.265Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.5.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 --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=d603e575084d4cd2 -C extra-filename=-d603e575084d4cd2 --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-34df12a77920a882.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-50a874b5ae8464ab.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b305596667746d75.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-3d204705d88c02bc.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e109fdd836c0acb9.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-88bc9aa68eab0f91.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-d48c3fbcb9d9ce8e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-aa4c913eb9ddf930.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-5233a237641b7492.rmeta --cap-lints allow` |
708 | 2024-12-04T00:09:23.516Z | Compiling schemars v0.8.21 |
709 | 2024-12-04T00:09:23.519Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=c5375a892673d5a9 -C extra-filename=-c5375a892673d5a9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-c5375a892673d5a9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
710 | 2024-12-04T00:09:23.805Z | Compiling similar v2.2.1 |
711 | 2024-12-04T00:09:23.808Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.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="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=a49e58eed91754e6 -C extra-filename=-a49e58eed91754e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
712 | 2024-12-04T00:09:23.888Z | Compiling slog-async v2.8.0 |
713 | 2024-12-04T00:09:23.891Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=030021f3cd14cece -C extra-filename=-030021f3cd14cece --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-030021f3cd14cece -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
714 | 2024-12-04T00:09:24.400Z | Compiling iana-time-zone v0.1.47 |
715 | 2024-12-04T00:09:24.403Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.47/src/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="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=b3142988ecfbb2ab -C extra-filename=-b3142988ecfbb2ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
716 | 2024-12-04T00:09:24.937Z | Compiling chrono v0.4.38 |
717 | 2024-12-04T00:09:24.939Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=d37d4721ad12f540 -C extra-filename=-d37d4721ad12f540 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/dropshot/target/debug/deps/libiana_time_zone-b3142988ecfbb2ab.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-80f668b706d60c0f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --cap-lints allow` |
718 | 2024-12-04T00:09:25.767Z | Compiling hyper-util v0.1.10 |
719 | 2024-12-04T00:09:25.770Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.10/src/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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=9f7890a11b263d51 -C extra-filename=-9f7890a11b263d51 --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-34df12a77920a882.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-50a874b5ae8464ab.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b305596667746d75.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e109fdd836c0acb9.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-a9ccbbb553e09bed.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-5af3d613f2e83943.rmeta --cap-lints allow` |
720 | 2024-12-04T00:09:26.476Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-030021f3cd14cece/build-script-build` |
721 | 2024-12-04T00:09:26.490Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-c5375a892673d5a9/build-script-build` |
722 | 2024-12-04T00:09:26.503Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-09afcb09feb91121/build-script-build` |
723 | 2024-12-04T00:09:26.520Z | Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-c3b862f14b893039/build-script-build` |
724 | 2024-12-04T00:09:26.534Z | Compiling hostname v0.3.1 |
725 | 2024-12-04T00:09:26.537Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=b49f2ee15ca8b107 -C extra-filename=-b49f2ee15ca8b107 --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-e5cb610c7ca69e90.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-97b440040956074b.rmeta --cap-lints allow` |
726 | 2024-12-04T00:09:26.552Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-b9a3ff3d700174d0/build-script-build` |
727 | 2024-12-04T00:09:26.566Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-b258834876d74811/build-script-build` |
728 | 2024-12-04T00:09:26.667Z | Compiling toml v0.8.19 |
729 | 2024-12-04T00:09:26.670Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=1a11f278b5a12dd4 -C extra-filename=-1a11f278b5a12dd4 --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-286d99e12a9aaf0a.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-8b7829529fbd2ca5.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-0afc841415c49b15.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-105914d4c2538e31.rmeta --cap-lints allow` |
730 | 2024-12-04T00:09:26.813Z | Compiling event-listener v5.0.0 |
731 | 2024-12-04T00:09:26.816Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.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 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=984c5e480c5e2c91 -C extra-filename=-984c5e480c5e2c91 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-8af49fe657b43a1b.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-0def4507c54f5e1d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow` |
732 | 2024-12-04T00:09:26.904Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-5c817e893026d061/build-script-build` |
733 | 2024-12-04T00:09:26.964Z | Compiling tokio-rustls v0.26.0 |
734 | 2024-12-04T00:09:26.966Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=c61062f0cdb525d4 -C extra-filename=-c61062f0cdb525d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3da0bb7b6c3e57d0.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out` |
735 | 2024-12-04T00:09:27.428Z | Compiling usdt-macro v0.5.0 |
736 | 2024-12-04T00:09:27.430Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=e6c19f7cda97c364 -C extra-filename=-e6c19f7cda97c364 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-87b246bf901cb4a8.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-99827c599c2fff1c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-d4bcb48293a50998.rlib --extern proc_macro --cap-lints allow` |
737 | 2024-12-04T00:09:27.441Z | Compiling usdt-attr-macro v0.5.0 |
738 | 2024-12-04T00:09:27.444Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=daf2705b80c5f618 -C extra-filename=-daf2705b80c5f618 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-87b246bf901cb4a8.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-99827c599c2fff1c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-d4bcb48293a50998.rlib --extern proc_macro --cap-lints allow` |
739 | 2024-12-04T00:09:27.776Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=a7434486cfe7cde6 -C extra-filename=-a7434486cfe7cde6 --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-b8b699a6465511d1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-9780e4b903f9a47e.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-87b246bf901cb4a8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-6e2bffb1ff0631a8.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0aaea96c34cef114.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-cdeff804394df1fc.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
740 | 2024-12-04T00:09:28.144Z | Compiling tokio-rustls v0.25.0 |
741 | 2024-12-04T00:09:28.149Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=261684e3954b4db4 -C extra-filename=-261684e3954b4db4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out` |
742 | 2024-12-04T00:09:28.520Z | Compiling slog-json v2.6.1 |
743 | 2024-12-04T00:09:28.525Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=174544b94d5dfd32 -C extra-filename=-174544b94d5dfd32 --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-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-b994db6d66eee6e2.rmeta --cap-lints allow` |
744 | 2024-12-04T00:09:28.561Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-12-04T00:09:28.564Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7330373093722a56 -C extra-filename=-7330373093722a56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-aa4c913eb9ddf930.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-09390516ab086c15.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --cap-lints allow` |
746 | 2024-12-04T00:09:28.875Z | Compiling uuid v1.11.0 |
747 | 2024-12-04T00:09:28.878Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=498c1649ef0e09ad -C extra-filename=-498c1649ef0e09ad --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-cf1b4f79a98a7c29.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --cap-lints allow` |
748 | 2024-12-04T00:09:28.889Z | Compiling tokio-native-tls v0.3.1 |
749 | 2024-12-04T00:09:28.889Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=9f5d7e915df8af88 -C extra-filename=-9f5d7e915df8af88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-584088b9bb42395f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
750 | 2024-12-04T00:09:28.902Z | Compiling futures-executor v0.3.31 |
751 | 2024-12-04T00:09:28.905Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=d908c9cb640c5ace -C extra-filename=-d908c9cb640c5ace --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-b3d09398cdf3eb85.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b305596667746d75.rmeta --cap-lints allow` |
752 | 2024-12-04T00:09:28.928Z | Compiling schemars_derive v0.8.21 |
753 | 2024-12-04T00:09:28.932Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=092a45c4e3be2e9a -C extra-filename=-092a45c4e3be2e9a --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-7183f0a88ee4179e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow` |
754 | 2024-12-04T00:09:29.032Z | Compiling url v2.5.2 |
755 | 2024-12-04T00:09:29.035Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=913803c8d6c21733 -C extra-filename=-913803c8d6c21733 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-a8bb780e311d2587.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --cap-lints allow` |
756 | 2024-12-04T00:09:29.110Z | Compiling thiserror-impl v2.0.3 |
757 | 2024-12-04T00:09:29.113Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48e8be1d1c2723c3 -C extra-filename=-48e8be1d1c2723c3 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow` |
758 | 2024-12-04T00:09:29.149Z | Compiling async-stream-impl v0.3.6 |
759 | 2024-12-04T00:09:29.151Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62fb7d036b71b6b6 -C extra-filename=-62fb7d036b71b6b6 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow` |
760 | 2024-12-04T00:09:29.533Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-fd0a2951d1cbaeb6/build-script-build` |
761 | 2024-12-04T00:09:29.568Z | Compiling term v0.7.0 |
762 | 2024-12-04T00:09:29.570Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=6eed646087c4d0d4 -C extra-filename=-6eed646087c4d0d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dirs_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_next-b08e433dbbc6a10a.rmeta --cap-lints allow` |
763 | 2024-12-04T00:09:29.602Z | Compiling crossbeam-channel v0.5.1 |
764 | 2024-12-04T00:09:29.605Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=a3de9060686ce897 -C extra-filename=-a3de9060686ce897 --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-bf8464dc6ea26318.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-84b48dda44be213c.rmeta --cap-lints allow` |
765 | 2024-12-04T00:09:29.699Z | Compiling webpki-roots v0.26.5 |
766 | 2024-12-04T00:09:29.702Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.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())' -C metadata=e84daaff706f9bb2 -C extra-filename=-e84daaff706f9bb2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --cap-lints allow` |
767 | 2024-12-04T00:09:29.784Z | Compiling errno v0.3.8 |
768 | 2024-12-04T00:09:29.786Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.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=3213011574471753 -C extra-filename=-3213011574471753 --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-e5cb610c7ca69e90.rmeta --cap-lints allow` |
769 | 2024-12-04T00:09:29.908Z | Compiling memmap v0.7.0 |
770 | 2024-12-04T00:09:29.911Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70545e52819acffa -C extra-filename=-70545e52819acffa --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-e5cb610c7ca69e90.rmeta --cap-lints allow` |
771 | 2024-12-04T00:09:30.016Z | Compiling is-terminal v0.4.12 |
772 | 2024-12-04T00:09:30.019Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74ca92b174abbfaf -C extra-filename=-74ca92b174abbfaf --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-e5cb610c7ca69e90.rmeta --cap-lints allow` |
773 | 2024-12-04T00:09:30.138Z | Compiling dropshot v0.14.0 (/work/oxidecomputer/dropshot/dropshot) |
774 | 2024-12-04T00:09:30.141Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=8a97e02cde3d27b1 -C extra-filename=-8a97e02cde3d27b1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-8a97e02cde3d27b1 -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib` |
775 | 2024-12-04T00:09:30.283Z | Compiling utf-8 v0.7.6 |
776 | 2024-12-04T00:09:30.285Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38ee3b2062c0dce3 -C extra-filename=-38ee3b2062c0dce3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
777 | 2024-12-04T00:09:30.463Z | Compiling anyhow v1.0.93 |
778 | 2024-12-04T00:09:30.466Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=7b9a22e698183de5 -C extra-filename=-7b9a22e698183de5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-7b9a22e698183de5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
779 | 2024-12-04T00:09:30.489Z | Compiling buf-list v1.0.3 |
780 | 2024-12-04T00:09:30.492Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/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("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=d4cfbbab8d1a0c77 -C extra-filename=-d4cfbbab8d1a0c77 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-d4cfbbab8d1a0c77 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
781 | 2024-12-04T00:09:30.614Z | Compiling take_mut v0.2.2 |
782 | 2024-12-04T00:09:30.618Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9705e1ce3ffa86bd -C extra-filename=-9705e1ce3ffa86bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
783 | 2024-12-04T00:09:30.750Z | Compiling data-encoding v2.4.0 |
784 | 2024-12-04T00:09:30.768Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1740eafda9ed7f93 -C extra-filename=-1740eafda9ed7f93 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
785 | 2024-12-04T00:09:30.772Z | Compiling dyn-clone v1.0.4 |
786 | 2024-12-04T00:09:30.772Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.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=3cccc72c03ea1e2c -C extra-filename=-3cccc72c03ea1e2c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
787 | 2024-12-04T00:09:30.938Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=3c57e5b1b8bdd95c -C extra-filename=-3c57e5b1b8bdd95c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_channel-a3de9060686ce897.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-9705e1ce3ffa86bd.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-4dae1bbed52207db.rmeta --cap-lints allow --cfg integer128` |
788 | 2024-12-04T00:09:31.058Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-8a97e02cde3d27b1/build-script-build` |
789 | 2024-12-04T00:09:31.080Z | Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-d4cfbbab8d1a0c77/build-script-build` |
790 | 2024-12-04T00:09:31.097Z | Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-7b9a22e698183de5/build-script-build` |
791 | 2024-12-04T00:09:31.117Z | Compiling async-stream v0.3.6 |
792 | 2024-12-04T00:09:31.120Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.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())' -C metadata=9c0d4e6667c268b2 -C extra-filename=-9c0d4e6667c268b2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream_impl-62fb7d036b71b6b6.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow` |
793 | 2024-12-04T00:09:31.143Z | Compiling slog-term v2.9.1 |
794 | 2024-12-04T00:09:31.146Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=0f72be3958f0cafc -C extra-filename=-0f72be3958f0cafc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-74ca92b174abbfaf.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-6eed646087c4d0d4.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-4dae1bbed52207db.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-b994db6d66eee6e2.rmeta --cap-lints allow` |
795 | 2024-12-04T00:09:31.272Z | Compiling usdt v0.5.0 |
796 | 2024-12-04T00:09:31.275Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=00025b0d74ec197b -C extra-filename=-00025b0d74ec197b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-9780e4b903f9a47e.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-87b246bf901cb4a8.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-e614d54054cfb84e.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-70545e52819acffa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-daf2705b80c5f618.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a7434486cfe7cde6.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-e6c19f7cda97c364.so --cap-lints allow` |
797 | 2024-12-04T00:09:31.413Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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 --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=c86ee934ee1397a8 -C extra-filename=-c86ee934ee1397a8 --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-b20130464ebc8926.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-3213011574471753.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
798 | 2024-12-04T00:09:31.443Z | Compiling hyper-rustls v0.27.3 |
799 | 2024-12-04T00:09:31.446Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=00632a09d71275bb -C extra-filename=-00632a09d71275bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b305596667746d75.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3da0bb7b6c3e57d0.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c61062f0cdb525d4.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-e84daaff706f9bb2.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out` |
800 | 2024-12-04T00:09:31.836Z | Compiling tungstenite v0.24.0 |
801 | 2024-12-04T00:09:31.839Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=f261c837c93f3707 -C extra-filename=-f261c837c93f3707 --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-b8b699a6465511d1.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-1740eafda9ed7f93.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-88bc9aa68eab0f91.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-8c40c199d1ffaf6d.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0aaea96c34cef114.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-38ee3b2062c0dce3.rmeta --cap-lints allow` |
802 | 2024-12-04T00:09:31.941Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=a299d5fdfbff4099 -C extra-filename=-a299d5fdfbff4099 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-3cccc72c03ea1e2c.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-092a45c4e3be2e9a.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
803 | 2024-12-04T00:09:32.098Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=6ae8158b2a559b36 -C extra-filename=-6ae8158b2a559b36 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-36690c8dad1b6175.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-7800a465226533c7.rmeta --cap-lints allow` |
804 | 2024-12-04T00:09:32.221Z | Compiling futures v0.3.31 |
805 | 2024-12-04T00:09:32.225Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=d4d1e1b8a1fc9253 -C extra-filename=-d4d1e1b8a1fc9253 --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-50a874b5ae8464ab.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-d908c9cb640c5ace.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-d5960c4ba7dd9268.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b305596667746d75.rmeta --cap-lints allow` |
806 | 2024-12-04T00:09:32.237Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a8ba3893ad58a173 -C extra-filename=-a8ba3893ad58a173 --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-48e8be1d1c2723c3.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
807 | 2024-12-04T00:09:32.329Z | Compiling hyper-tls v0.6.0 |
808 | 2024-12-04T00:09:32.332Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=0845b7a28f38565c -C extra-filename=-0845b7a28f38565c --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-34df12a77920a882.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-584088b9bb42395f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-9f5d7e915df8af88.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
809 | 2024-12-04T00:09:32.375Z | Compiling slog-bunyan v2.5.0 |
810 | 2024-12-04T00:09:32.378Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=f08b30356ebeac93 -C extra-filename=-f08b30356ebeac93 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-b49f2ee15ca8b107.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-b994db6d66eee6e2.rmeta --cap-lints allow` |
811 | 2024-12-04T00:09:32.430Z | Compiling event-listener-strategy v0.5.2 |
812 | 2024-12-04T00:09:32.433Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fa7db010941b548a -C extra-filename=-fa7db010941b548a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-984c5e480c5e2c91.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow` |
813 | 2024-12-04T00:09:32.578Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=31d65fcd4edff98d -C extra-filename=-31d65fcd4edff98d --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-34df12a77920a882.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-da84eb7f21b90d9f.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b305596667746d75.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-88bc9aa68eab0f91.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-979466e3b4b81ac2.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-36690c8dad1b6175.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-2f9d92d182118ed5.rmeta --cap-lints allow` |
814 | 2024-12-04T00:09:32.635Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=24455bca1c15cdda -C extra-filename=-24455bca1c15cdda --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-286d99e12a9aaf0a.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'` |
815 | 2024-12-04T00:09:32.743Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-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=570ec66220d987f8 -C extra-filename=-570ec66220d987f8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(host_os, values("windows"))'` |
816 | 2024-12-04T00:09:32.845Z | Compiling dropshot_endpoint v0.14.0 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
817 | 2024-12-04T00:09:32.848Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=da0de2743d7e246b -C extra-filename=-da0de2743d7e246b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-99827c599c2fff1c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro` |
818 | 2024-12-04T00:09:33.151Z | Compiling openapiv3 v2.0.0 |
819 | 2024-12-04T00:09:33.153Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=605e1eeb5fd6835a -C extra-filename=-605e1eeb5fd6835a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --cap-lints allow` |
820 | 2024-12-04T00:09:33.332Z | Compiling serde_path_to_error v0.1.16 |
821 | 2024-12-04T00:09:33.335Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4b58fab2711e574 -C extra-filename=-d4b58fab2711e574 --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-aa4c913eb9ddf930.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --cap-lints allow` |
822 | 2024-12-04T00:09:33.716Z | Compiling async-trait v0.1.83 |
823 | 2024-12-04T00:09:33.719Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2baac0c8e25d16e0 -C extra-filename=-2baac0c8e25d16e0 --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-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow` |
824 | 2024-12-04T00:09:33.757Z | Compiling rustls-native-certs v0.7.0 |
825 | 2024-12-04T00:09:33.761Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=993d69216f3b581f -C extra-filename=-993d69216f3b581f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-816f078d1a7c4648.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --cap-lints allow` |
826 | 2024-12-04T00:09:33.841Z | Compiling yasna v0.5.2 |
827 | 2024-12-04T00:09:33.844Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=9d47881a7d382a4d -C extra-filename=-9d47881a7d382a4d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-b994db6d66eee6e2.rmeta --cap-lints allow` |
828 | 2024-12-04T00:09:34.210Z | Compiling console v0.15.7 |
829 | 2024-12-04T00:09:34.213Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=4395bccb5998f745 -C extra-filename=-4395bccb5998f745 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-a345b4990bc1a485.rmeta --cap-lints allow` |
830 | 2024-12-04T00:09:34.224Z | Compiling pem v3.0.4 |
831 | 2024-12-04T00:09:34.226Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=f2eb2cf507bb4c3a -C extra-filename=-f2eb2cf507bb4c3a --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-8109389a6bf1ad53.rmeta --cap-lints allow` |
832 | 2024-12-04T00:09:34.317Z | Compiling waitgroup v0.1.2 |
833 | 2024-12-04T00:09:34.319Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b75cd0d73508ffe2 -C extra-filename=-b75cd0d73508ffe2 --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-1e5daed852122a14.rmeta --cap-lints allow` |
834 | 2024-12-04T00:09:34.551Z | Compiling hostname v0.4.0 |
835 | 2024-12-04T00:09:34.554Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=f8c0515fc5f648fe -C extra-filename=-f8c0515fc5f648fe --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-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rmeta --cap-lints allow` |
836 | 2024-12-04T00:09:34.832Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-04T00:09:34.835Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=29b218de4e496fc8 -C extra-filename=-29b218de4e496fc8 --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-b3d09398cdf3eb85.rmeta --cap-lints allow` |
838 | 2024-12-04T00:09:34.979Z | Compiling termcolor v1.1.2 |
839 | 2024-12-04T00:09:34.982Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=33d234490d42fde8 -C extra-filename=-33d234490d42fde8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
840 | 2024-12-04T00:09:35.115Z | Compiling debug-ignore v1.0.5 |
841 | 2024-12-04T00:09:35.117Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=dcf4c983dd45bc4a -C extra-filename=-dcf4c983dd45bc4a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
842 | 2024-12-04T00:09:35.255Z | Compiling http-range v0.1.4 |
843 | 2024-12-04T00:09:35.259Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.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=03ab5caafee51b40 -C extra-filename=-03ab5caafee51b40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
844 | 2024-12-04T00:09:35.622Z | Compiling ipnet v2.10.0 |
845 | 2024-12-04T00:09:35.624Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=0b8f3dbd4a70e225 -C extra-filename=-0b8f3dbd4a70e225 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
846 | 2024-12-04T00:09:35.651Z | Compiling simple-mermaid v0.1.1 |
847 | 2024-12-04T00:09:35.654Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simple-mermaid-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=71398331f9b7fde0 -C extra-filename=-71398331f9b7fde0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
848 | 2024-12-04T00:09:35.744Z | Compiling glob v0.3.0 |
849 | 2024-12-04T00:09:35.746Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.0/src/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=e1c7d662d594373d -C extra-filename=-e1c7d662d594373d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
850 | 2024-12-04T00:09:35.816Z | Compiling fastrand v2.1.1 |
851 | 2024-12-04T00:09:35.819Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=a0c2f3a71ec2ef8a -C extra-filename=-a0c2f3a71ec2ef8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
852 | 2024-12-04T00:09:35.891Z | Compiling hyper-staticfile v0.10.1 |
853 | 2024-12-04T00:09:35.894Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41f6affb57852796 -C extra-filename=-41f6affb57852796 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b305596667746d75.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-03ab5caafee51b40.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-d48c3fbcb9d9ce8e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-8c40c199d1ffaf6d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-913803c8d6c21733.rmeta --cap-lints allow` |
854 | 2024-12-04T00:09:36.085Z | Compiling expectorate v1.1.0 |
855 | 2024-12-04T00:09:36.088Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=c66df1b5bceb0ad2 -C extra-filename=-c66df1b5bceb0ad2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-4395bccb5998f745.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-c4da89df7808efd6.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-a49e58eed91754e6.rmeta --cap-lints allow` |
856 | 2024-12-04T00:09:36.149Z | Compiling trybuild v1.0.101 |
857 | 2024-12-04T00:09:36.152Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.101/src/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("diff", "dissimilar"))' -C metadata=a1765e5dac7c51ed -C extra-filename=-a1765e5dac7c51ed --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-e1c7d662d594373d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-715a216b66961b0d.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-570ec66220d987f8.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-33d234490d42fde8.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rmeta --cap-lints allow` |
858 | 2024-12-04T00:09:36.241Z | Compiling tempfile v3.14.0 |
859 | 2024-12-04T00:09:36.244Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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("nightly"))' -C metadata=542f3def27b988ef -C extra-filename=-542f3def27b988ef --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-bf8464dc6ea26318.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-a0c2f3a71ec2ef8a.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f4b8406ee03acd2c.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-c86ee934ee1397a8.rmeta --cap-lints allow` |
860 | 2024-12-04T00:09:36.426Z | Compiling reqwest v0.12.9 |
861 | 2024-12-04T00:09:36.428Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=70c6d85dddae1f2f -C extra-filename=-70c6d85dddae1f2f --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-8109389a6bf1ad53.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-da84eb7f21b90d9f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b305596667746d75.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-3d204705d88c02bc.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e109fdd836c0acb9.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-00632a09d71275bb.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-0845b7a28f38565c.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-0b8f3dbd4a70e225.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-36690c8dad1b6175.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-584088b9bb42395f.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f4b8406ee03acd2c.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3da0bb7b6c3e57d0.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-29b218de4e496fc8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-9f5d7e915df8af88.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c61062f0cdb525d4.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-913803c8d6c21733.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-e84daaff706f9bb2.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
862 | 2024-12-04T00:09:36.881Z | Compiling rcgen v0.13.1 |
863 | 2024-12-04T00:09:36.884Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.13.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="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=0e27c55f56d58982 -C extra-filename=-0e27c55f56d58982 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-9ade8965e9aa113a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-b994db6d66eee6e2.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-9d47881a7d382a4d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out` |
864 | 2024-12-04T00:09:37.041Z | Compiling hyper-rustls v0.26.0 |
865 | 2024-12-04T00:09:37.045Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=9b8fb4367008baf9 -C extra-filename=-9b8fb4367008baf9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b305596667746d75.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-993d69216f3b581f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out` |
866 | 2024-12-04T00:09:37.203Z | Compiling tokio-tungstenite v0.24.0 |
867 | 2024-12-04T00:09:37.203Z | Compiling async-channel v2.3.1 |
868 | 2024-12-04T00:09:37.205Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=c66ec27ca8bde895 -C extra-filename=-c66ec27ca8bde895 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b305596667746d75.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-f261c837c93f3707.rmeta --cap-lints allow` |
869 | 2024-12-04T00:09:37.205Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0e08e4e3a5bb3d9e -C extra-filename=-0e08e4e3a5bb3d9e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-8af49fe657b43a1b.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-fa7db010941b548a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow` |
870 | 2024-12-04T00:09:37.545Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/src/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("backtrace", "default", "std"))' -C metadata=76050d3e2fcf2745 -C extra-filename=-76050d3e2fcf2745 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
871 | 2024-12-04T00:09:37.606Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=48c0d340c8194ba0 -C extra-filename=-48c0d340c8194ba0 --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-34df12a77920a882.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds` |
872 | 2024-12-04T00:09:37.653Z | Compiling subprocess v0.2.9 |
873 | 2024-12-04T00:09:37.656Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1442251075c6c00a -C extra-filename=-1442251075c6c00a --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-e5cb610c7ca69e90.rmeta --cap-lints allow` |
874 | 2024-12-04T00:09:37.754Z | Compiling prettyplease v0.2.25 |
875 | 2024-12-04T00:09:37.757Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/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("verbatim"))' -C metadata=f0d9d5cc17bf1772 -C extra-filename=-f0d9d5cc17bf1772 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-f0d9d5cc17bf1772 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
876 | 2024-12-04T00:09:38.137Z | Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-f0d9d5cc17bf1772/build-script-build` |
877 | 2024-12-04T00:09:38.150Z | Compiling schema-derive v0.1.0 |
878 | 2024-12-04T00:09:38.154Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schema-derive-0.1.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=966bc3211550751b -C extra-filename=-966bc3211550751b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro --cap-lints allow` |
879 | 2024-12-04T00:09:38.167Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=7632bed3be682f72 -C extra-filename=-7632bed3be682f72 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-3fce8dd4cd87ce7c.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-a345b4990bc1a485.rmeta --cap-lints allow` |
880 | 2024-12-04T00:09:38.525Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=3260d1ae9a5ddbcb -C extra-filename=-3260d1ae9a5ddbcb --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-8a17a6419f9b95e8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
881 | 2024-12-04T00:09:39.781Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=63d3e8e6520526ae -C extra-filename=-63d3e8e6520526ae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-7632bed3be682f72.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-c4da89df7808efd6.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-a49e58eed91754e6.rmeta --cap-lints allow` |
882 | 2024-12-04T00:09:40.309Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ea790563c1bcade6 -C extra-filename=-ea790563c1bcade6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out` |
883 | 2024-12-04T00:09:40.336Z | Compiling schema v0.1.0 |
884 | 2024-12-04T00:09:40.339Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ead4e278f4ae52d -C extra-filename=-6ead4e278f4ae52d --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-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-966bc3211550751b.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rmeta --cap-lints allow` |
885 | 2024-12-04T00:09:40.426Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=eb13bd2a6578fc15 -C extra-filename=-eb13bd2a6578fc15 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-63d3e8e6520526ae.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-3260d1ae9a5ddbcb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-6ead4e278f4ae52d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-99827c599c2fff1c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro` |
886 | 2024-12-04T00:09:43.378Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=16b28f8306517c42 -C extra-filename=-16b28f8306517c42 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
887 | 2024-12-04T00:09:48.384Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=594a55d40cbbaf99 -C extra-filename=-594a55d40cbbaf99 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
888 | 2024-12-04T00:09:48.392Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6025907c7c2efd0e -C extra-filename=-6025907c7c2efd0e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
889 | 2024-12-04T00:09:48.392Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=5652cb84411e0295 -C extra-filename=-5652cb84411e0295 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
890 | 2024-12-04T00:09:48.394Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=fb9ad5c7e96af1f4 -C extra-filename=-fb9ad5c7e96af1f4 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
891 | 2024-12-04T00:09:48.401Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=e4fea9c7c5394b23 -C extra-filename=-e4fea9c7c5394b23 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
892 | 2024-12-04T00:09:48.403Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=c5d199f4b9eb00b5 -C extra-filename=-c5d199f4b9eb00b5 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
893 | 2024-12-04T00:09:48.403Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7f2561f443bfa129 -C extra-filename=-7f2561f443bfa129 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
894 | 2024-12-04T00:10:03.389Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ca5b1e1670c46369 -C extra-filename=-ca5b1e1670c46369 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
895 | 2024-12-04T00:10:06.464Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7cff0b889060be6a -C extra-filename=-7cff0b889060be6a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
896 | 2024-12-04T00:10:09.319Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=4679887192b14f12 -C extra-filename=-4679887192b14f12 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
897 | 2024-12-04T00:10:09.674Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=166c992593a7eca3 -C extra-filename=-166c992593a7eca3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
898 | 2024-12-04T00:10:10.866Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=4220b3312c6caa5e -C extra-filename=-4220b3312c6caa5e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
899 | 2024-12-04T00:10:14.802Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ef8c2620d453362a -C extra-filename=-ef8c2620d453362a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
900 | 2024-12-04T00:10:15.766Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=de0dcde43d657ac6 -C extra-filename=-de0dcde43d657ac6 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
901 | 2024-12-04T00:10:24.947Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=9ee9b3f95f9ff258 -C extra-filename=-9ee9b3f95f9ff258 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
902 | 2024-12-04T00:10:29.114Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bb279c2060dcdb0b -C extra-filename=-bb279c2060dcdb0b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
903 | 2024-12-04T00:10:32.139Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=1d15a43249a04059 -C extra-filename=-1d15a43249a04059 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
904 | 2024-12-04T00:10:33.720Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=28948f05b851a33f -C extra-filename=-28948f05b851a33f --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
905 | 2024-12-04T00:10:37.917Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=56e9dd7ce0fdccf9 -C extra-filename=-56e9dd7ce0fdccf9 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
906 | 2024-12-04T00:10:38.273Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=31477e630c4b3cad -C extra-filename=-31477e630c4b3cad --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
907 | 2024-12-04T00:10:38.564Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=acfdda318083b188 -C extra-filename=-acfdda318083b188 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
908 | 2024-12-04T00:10:40.451Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=af4df9b57387a87a -C extra-filename=-af4df9b57387a87a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
909 | 2024-12-04T00:10:50.464Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=67d6544123a244d8 -C extra-filename=-67d6544123a244d8 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
910 | 2024-12-04T00:10:55.260Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ea2bfe01875c2835 -C extra-filename=-ea2bfe01875c2835 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ea790563c1bcade6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-da0de2743d7e246b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
911 | 2024-12-04T00:11:17.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
912 | 2024-12-04T00:11:17.238Z | |
913 | 2024-12-04T00:11:17.238Z | real 2:30.792771121 |
914 | 2024-12-04T00:11:17.238Z | user 14:45.223971549 |
915 | 2024-12-04T00:11:17.240Z | sys 2:27.345252474 |
916 | 2024-12-04T00:11:17.240Z | trap 0.659803396 |
917 | 2024-12-04T00:11:17.240Z | tflt 7.587206691 |
918 | 2024-12-04T00:11:17.240Z | dflt 7.074141099 |
919 | 2024-12-04T00:11:17.240Z | kflt 0.017384154 |
920 | 2024-12-04T00:11:17.240Z | lock 30:30.275132184 |
921 | 2024-12-04T00:11:17.240Z | slp 1:12:32.500483439 |
922 | 2024-12-04T00:11:17.240Z | lat 38.102166252 |
923 | 2024-12-04T00:11:17.240Z | stop 56.720948414 |
924 | 2024-12-04T00:11:17.240Z | + banner test |
925 | 2024-12-04T00:11:17.243Z | |
926 | 2024-12-04T00:11:17.243Z | ##### ###### #### ##### |
927 | 2024-12-04T00:11:17.243Z | # # # # |
928 | 2024-12-04T00:11:17.243Z | # ##### #### # |
929 | 2024-12-04T00:11:17.243Z | # # # # |
930 | 2024-12-04T00:11:17.243Z | # # # # # |
931 | 2024-12-04T00:11:17.243Z | # ###### #### # |
932 | 2024-12-04T00:11:17.243Z | |
933 | 2024-12-04T00:11:17.244Z | + ptime -m cargo test --all-features --locked --verbose |
934 | 2024-12-04T00:11:17.501Z | Fresh unicode-ident v1.0.12 |
935 | 2024-12-04T00:11:17.501Z | Fresh cfg-if v1.0.0 |
936 | 2024-12-04T00:11:17.501Z | Fresh itoa v1.0.1 |
937 | 2024-12-04T00:11:17.501Z | Fresh memchr v2.6.0 |
938 | 2024-12-04T00:11:17.504Z | Fresh proc-macro2 v1.0.92 |
939 | 2024-12-04T00:11:17.505Z | Fresh version_check v0.9.5 |
940 | 2024-12-04T00:11:17.505Z | Fresh once_cell v1.20.1 |
941 | 2024-12-04T00:11:17.505Z | Fresh pin-project-lite v0.2.12 |
942 | 2024-12-04T00:11:17.505Z | Fresh autocfg v1.1.0 |
943 | 2024-12-04T00:11:17.505Z | Fresh quote v1.0.37 |
944 | 2024-12-04T00:11:17.505Z | Fresh libc v0.2.167 |
945 | 2024-12-04T00:11:17.505Z | Fresh bytes v1.9.0 |
946 | 2024-12-04T00:11:17.505Z | Fresh futures-core v0.3.31 |
947 | 2024-12-04T00:11:17.505Z | Fresh cc v1.0.83 |
948 | 2024-12-04T00:11:17.505Z | Fresh getrandom v0.2.11 |
949 | 2024-12-04T00:11:17.505Z | Fresh futures-sink v0.3.31 |
950 | 2024-12-04T00:11:17.505Z | Fresh serde_derive v1.0.215 |
951 | 2024-12-04T00:11:17.505Z | Fresh log v0.4.17 |
952 | 2024-12-04T00:11:17.505Z | Fresh scopeguard v1.2.0 |
953 | 2024-12-04T00:11:17.507Z | Fresh smallvec v1.13.2 |
954 | 2024-12-04T00:11:17.507Z | Fresh ryu v1.0.5 |
955 | 2024-12-04T00:11:17.507Z | Fresh thiserror-impl v1.0.69 |
956 | 2024-12-04T00:11:17.507Z | Fresh serde v1.0.215 |
957 | 2024-12-04T00:11:17.507Z | Fresh lock_api v0.4.6 |
958 | 2024-12-04T00:11:17.507Z | Fresh parking_lot_core v0.9.4 |
959 | 2024-12-04T00:11:17.507Z | Fresh slab v0.4.9 |
960 | 2024-12-04T00:11:17.507Z | Fresh tokio-macros v2.4.0 |
961 | 2024-12-04T00:11:17.507Z | Fresh signal-hook-registry v1.4.0 |
962 | 2024-12-04T00:11:17.507Z | Fresh parking_lot v0.12.1 |
963 | 2024-12-04T00:11:17.507Z | Fresh thiserror v1.0.69 |
964 | 2024-12-04T00:11:17.507Z | Fresh socket2 v0.5.5 |
965 | 2024-12-04T00:11:17.507Z | Fresh mio v1.0.3 |
966 | 2024-12-04T00:11:17.507Z | Fresh fnv v1.0.7 |
967 | 2024-12-04T00:11:17.507Z | Fresh futures-channel v0.3.31 |
968 | 2024-12-04T00:11:17.507Z | Fresh http v1.1.0 |
969 | 2024-12-04T00:11:17.507Z | Fresh serde_json v1.0.133 |
970 | 2024-12-04T00:11:17.507Z | Fresh tokio v1.41.1 |
971 | 2024-12-04T00:11:17.507Z | Fresh futures-macro v0.3.31 |
972 | 2024-12-04T00:11:17.507Z | Fresh hashbrown v0.15.0 |
973 | 2024-12-04T00:11:17.507Z | Fresh futures-io v0.3.31 |
974 | 2024-12-04T00:11:17.507Z | Fresh pin-utils v0.1.0 |
975 | 2024-12-04T00:11:17.507Z | Fresh futures-task v0.3.31 |
976 | 2024-12-04T00:11:17.507Z | Fresh equivalent v1.0.0 |
977 | 2024-12-04T00:11:17.507Z | Fresh futures-util v0.3.31 |
978 | 2024-12-04T00:11:17.507Z | Fresh rustls-pki-types v1.10.0 |
979 | 2024-12-04T00:11:17.507Z | Fresh spin v0.9.8 |
980 | 2024-12-04T00:11:17.507Z | Fresh tracing-core v0.1.32 |
981 | 2024-12-04T00:11:17.508Z | Fresh ucd-trie v0.1.6 |
982 | 2024-12-04T00:11:17.508Z | Fresh indexmap v2.7.0 |
983 | 2024-12-04T00:11:17.508Z | Fresh untrusted v0.9.0 |
984 | 2024-12-04T00:11:17.508Z | Fresh byteorder v1.4.3 |
985 | 2024-12-04T00:11:17.508Z | Fresh tracing v0.1.40 |
986 | 2024-12-04T00:11:17.508Z | Fresh pest v2.7.6 |
987 | 2024-12-04T00:11:17.508Z | Fresh pkg-config v0.3.31 |
988 | 2024-12-04T00:11:17.508Z | Fresh httparse v1.8.0 |
989 | 2024-12-04T00:11:17.508Z | Fresh ring v0.17.7 |
990 | 2024-12-04T00:11:17.508Z | Fresh atomic-waker v1.1.1 |
991 | 2024-12-04T00:11:17.508Z | Fresh vcpkg v0.2.15 |
992 | 2024-12-04T00:11:17.508Z | Fresh tokio-util v0.7.7 |
993 | 2024-12-04T00:11:17.508Z | Fresh pest_meta v2.7.6 |
994 | 2024-12-04T00:11:17.508Z | Fresh http-body v1.0.1 |
995 | 2024-12-04T00:11:17.508Z | Fresh zerocopy-derive v0.7.32 |
996 | 2024-12-04T00:11:17.508Z | Fresh try-lock v0.2.3 |
997 | 2024-12-04T00:11:17.508Z | Fresh pest_generator v2.7.6 |
998 | 2024-12-04T00:11:17.509Z | Fresh h2 v0.4.6 |
999 | 2024-12-04T00:11:17.509Z | Fresh rustls-webpki v0.102.8 |
1000 | 2024-12-04T00:11:17.509Z | Fresh want v0.3.0 |
1001 | 2024-12-04T00:11:17.509Z | Fresh zerocopy v0.7.32 |
1002 | 2024-12-04T00:11:17.509Z | Fresh typenum v1.14.0 |
1003 | 2024-12-04T00:11:17.509Z | Fresh httpdate v1.0.1 |
1004 | 2024-12-04T00:11:17.509Z | Fresh powerfmt v0.2.0 |
1005 | 2024-12-04T00:11:17.509Z | Fresh num-conv v0.1.0 |
1006 | 2024-12-04T00:11:17.509Z | Fresh zeroize v1.7.0 |
1007 | 2024-12-04T00:11:17.509Z | Fresh time-core v0.1.2 |
1008 | 2024-12-04T00:11:17.509Z | Fresh subtle v2.5.0 |
1009 | 2024-12-04T00:11:17.509Z | Fresh hyper v1.5.1 |
1010 | 2024-12-04T00:11:17.509Z | Fresh crossbeam-utils v0.8.15 |
1011 | 2024-12-04T00:11:17.509Z | Fresh deranged v0.3.11 |
1012 | 2024-12-04T00:11:17.509Z | Fresh generic-array v0.14.5 |
1013 | 2024-12-04T00:11:17.509Z | Fresh time-macros v0.2.18 |
1014 | 2024-12-04T00:11:17.509Z | Fresh pest_derive v2.7.6 |
1015 | 2024-12-04T00:11:17.509Z | Fresh serde_tokenstream v0.2.2 |
1016 | 2024-12-04T00:11:17.509Z | Fresh base64 v0.22.1 |
1017 | 2024-12-04T00:11:17.509Z | Fresh num_threads v0.1.3 |
1018 | 2024-12-04T00:11:17.509Z | Fresh bitflags v2.4.0 |
1019 | 2024-12-04T00:11:17.509Z | Fresh time v0.3.36 |
1020 | 2024-12-04T00:11:17.510Z | Fresh dtrace-parser v0.2.0 |
1021 | 2024-12-04T00:11:17.510Z | Fresh scroll_derive v0.12.0 |
1022 | 2024-12-04T00:11:17.510Z | Fresh openssl-probe v0.1.4 |
1023 | 2024-12-04T00:11:17.510Z | Fresh percent-encoding v2.3.1 |
1024 | 2024-12-04T00:11:17.510Z | Fresh foreign-types-shared v0.1.1 |
1025 | 2024-12-04T00:11:17.510Z | Fresh lazy_static v1.5.0 |
1026 | 2024-12-04T00:11:17.510Z | Fresh tower-service v0.3.1 |
1027 | 2024-12-04T00:11:17.510Z | Fresh unicode-width v0.1.9 |
1028 | 2024-12-04T00:11:17.510Z | Fresh tinyvec_macros v0.1.0 |
1029 | 2024-12-04T00:11:17.510Z | Fresh tinyvec v1.5.1 |
1030 | 2024-12-04T00:11:17.510Z | Fresh hyper-util v0.1.10 |
1031 | 2024-12-04T00:11:17.510Z | Fresh foreign-types v0.3.2 |
1032 | 2024-12-04T00:11:17.510Z | Fresh form_urlencoded v1.2.1 |
1033 | 2024-12-04T00:11:17.510Z | Fresh slog v2.7.0 |
1034 | 2024-12-04T00:11:17.510Z | Fresh scroll v0.12.0 |
1035 | 2024-12-04T00:11:17.510Z | Fresh paste v1.0.15 |
1036 | 2024-12-04T00:11:17.510Z | Fresh block-buffer v0.10.2 |
1037 | 2024-12-04T00:11:17.510Z | Fresh crypto-common v0.1.6 |
1038 | 2024-12-04T00:11:17.517Z | Fresh openssl-sys v0.9.103 |
1039 | 2024-12-04T00:11:17.517Z | Fresh rand_core v0.6.3 |
1040 | 2024-12-04T00:11:17.517Z | Fresh openssl-macros v0.1.1 |
1041 | 2024-12-04T00:11:17.517Z | Fresh unicode-segmentation v1.10.0 |
1042 | 2024-12-04T00:11:17.517Z | Fresh mime v0.3.16 |
1043 | 2024-12-04T00:11:17.517Z | Fresh plain v0.2.3 |
1044 | 2024-12-04T00:11:17.517Z | Fresh ppv-lite86 v0.2.15 |
1045 | 2024-12-04T00:11:17.517Z | Fresh openssl v0.10.66 |
1046 | 2024-12-04T00:11:17.517Z | Fresh newline-converter v0.3.0 |
1047 | 2024-12-04T00:11:17.517Z | Fresh goblin v0.8.0 |
1048 | 2024-12-04T00:11:17.517Z | Fresh rand_chacha v0.3.1 |
1049 | 2024-12-04T00:11:17.517Z | Fresh unicase v2.6.0 |
1050 | 2024-12-04T00:11:17.517Z | Fresh digest v0.10.7 |
1051 | 2024-12-04T00:11:17.517Z | Fresh semver v1.0.23 |
1052 | 2024-12-04T00:11:17.517Z | Fresh unicode-normalization v0.1.24 |
1053 | 2024-12-04T00:11:17.517Z | Fresh rustls-pemfile v2.1.3 |
1054 | 2024-12-04T00:11:17.517Z | Fresh toml_datetime v0.6.8 |
1055 | 2024-12-04T00:11:17.517Z | Fresh serde_spanned v0.6.7 |
1056 | 2024-12-04T00:11:17.517Z | Fresh dirs-sys-next v0.1.2 |
1057 | 2024-12-04T00:11:17.517Z | Fresh heck v0.5.0 |
1058 | 2024-12-04T00:11:17.517Z | Fresh unicode-bidi v0.3.15 |
1059 | 2024-12-04T00:11:17.517Z | Fresh winnow v0.6.18 |
1060 | 2024-12-04T00:11:17.517Z | Fresh pretty-hex v0.4.1 |
1061 | 2024-12-04T00:11:17.517Z | Fresh cpufeatures v0.2.2 |
1062 | 2024-12-04T00:11:17.517Z | Fresh similar v2.2.1 |
1063 | 2024-12-04T00:11:17.517Z | Fresh toml_edit v0.22.20 |
1064 | 2024-12-04T00:11:17.518Z | Fresh dof v0.3.0 |
1065 | 2024-12-04T00:11:17.518Z | Fresh dirs-next v2.0.0 |
1066 | 2024-12-04T00:11:17.518Z | Fresh idna v0.5.0 |
1067 | 2024-12-04T00:11:17.518Z | Fresh num-traits v0.2.14 |
1068 | 2024-12-04T00:11:17.518Z | Fresh sha1 v0.10.6 |
1069 | 2024-12-04T00:11:17.518Z | Fresh native-tls v0.2.12 |
1070 | 2024-12-04T00:11:17.518Z | Fresh rand v0.8.4 |
1071 | 2024-12-04T00:11:17.518Z | Fresh rustls v0.23.13 |
1072 | 2024-12-04T00:11:17.518Z | Fresh rustls v0.22.4 |
1073 | 2024-12-04T00:11:17.518Z | Fresh concurrent-queue v2.5.0 |
1074 | 2024-12-04T00:11:17.518Z | Fresh http-body-util v0.1.2 |
1075 | 2024-12-04T00:11:17.519Z | Fresh serde_derive_internals v0.29.0 |
1076 | 2024-12-04T00:11:17.519Z | Fresh thread-id v4.0.0 |
1077 | 2024-12-04T00:11:17.519Z | Fresh syn v2.0.90 |
1078 | 2024-12-04T00:11:17.519Z | Fresh thread_local v1.1.4 |
1079 | 2024-12-04T00:11:17.519Z | Fresh encoding_rs v0.8.32 |
1080 | 2024-12-04T00:11:17.519Z | Fresh match_cfg v0.1.0 |
1081 | 2024-12-04T00:11:17.519Z | Fresh parking v2.2.0 |
1082 | 2024-12-04T00:11:17.519Z | Fresh iana-time-zone v0.1.47 |
1083 | 2024-12-04T00:11:17.519Z | Fresh event-listener v5.0.0 |
1084 | 2024-12-04T00:11:17.519Z | Fresh chrono v0.4.38 |
1085 | 2024-12-04T00:11:17.519Z | Fresh schemars_derive v0.8.21 |
1086 | 2024-12-04T00:11:17.519Z | Fresh usdt-impl v0.5.0 |
1087 | 2024-12-04T00:11:17.519Z | Fresh hostname v0.3.1 |
1088 | 2024-12-04T00:11:17.519Z | Fresh tokio-native-tls v0.3.1 |
1089 | 2024-12-04T00:11:17.519Z | Fresh tokio-rustls v0.26.0 |
1090 | 2024-12-04T00:11:17.519Z | Fresh tokio-rustls v0.25.0 |
1091 | 2024-12-04T00:11:17.519Z | Fresh term v0.7.0 |
1092 | 2024-12-04T00:11:17.519Z | Fresh url v2.5.2 |
1093 | 2024-12-04T00:11:17.519Z | Fresh toml v0.8.19 |
1094 | 2024-12-04T00:11:17.519Z | Compiling dropshot_endpoint v0.14.0 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
1095 | 2024-12-04T00:11:17.519Z | Fresh usdt-macro v0.5.0 |
1096 | 2024-12-04T00:11:17.519Z | Fresh usdt-attr-macro v0.5.0 |
1097 | 2024-12-04T00:11:17.519Z | Fresh slog-json v2.6.1 |
1098 | 2024-12-04T00:11:17.519Z | Fresh serde_urlencoded v0.7.1 |
1099 | 2024-12-04T00:11:17.519Z | Fresh crossbeam-channel v0.5.1 |
1100 | 2024-12-04T00:11:17.519Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=42893e4f51b345d4 -C extra-filename=-42893e4f51b345d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-99827c599c2fff1c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro` |
1101 | 2024-12-04T00:11:17.519Z | Fresh futures-executor v0.3.31 |
1102 | 2024-12-04T00:11:17.519Z | Fresh webpki-roots v0.26.5 |
1103 | 2024-12-04T00:11:17.519Z | Fresh uuid v1.11.0 |
1104 | 2024-12-04T00:11:17.519Z | Fresh async-stream-impl v0.3.6 |
1105 | 2024-12-04T00:11:17.519Z | Fresh thiserror-impl v2.0.3 |
1106 | 2024-12-04T00:11:17.520Z | Fresh is-terminal v0.4.12 |
1107 | 2024-12-04T00:11:17.520Z | Fresh errno v0.3.8 |
1108 | 2024-12-04T00:11:17.520Z | Fresh memmap v0.7.0 |
1109 | 2024-12-04T00:11:17.520Z | Fresh dyn-clone v1.0.4 |
1110 | 2024-12-04T00:11:17.541Z | Fresh take_mut v0.2.2 |
1111 | 2024-12-04T00:11:17.544Z | Fresh utf-8 v0.7.6 |
1112 | 2024-12-04T00:11:17.544Z | Fresh data-encoding v2.4.0 |
1113 | 2024-12-04T00:11:17.544Z | Fresh slog-async v2.8.0 |
1114 | 2024-12-04T00:11:17.544Z | Fresh tungstenite v0.24.0 |
1115 | 2024-12-04T00:11:17.544Z | Fresh usdt v0.5.0 |
1116 | 2024-12-04T00:11:17.544Z | Fresh schemars v0.8.21 |
1117 | 2024-12-04T00:11:17.544Z | Fresh slog-term v2.9.1 |
1118 | 2024-12-04T00:11:17.544Z | Fresh async-stream v0.3.6 |
1119 | 2024-12-04T00:11:17.544Z | Fresh rustix v0.38.40 |
1120 | 2024-12-04T00:11:17.544Z | Fresh hyper-rustls v0.27.3 |
1121 | 2024-12-04T00:11:17.544Z | Fresh futures v0.3.31 |
1122 | 2024-12-04T00:11:17.544Z | Fresh thiserror v2.0.3 |
1123 | 2024-12-04T00:11:17.544Z | Fresh slog-bunyan v2.5.0 |
1124 | 2024-12-04T00:11:17.544Z | Fresh mime_guess v2.0.5 |
1125 | 2024-12-04T00:11:17.544Z | Fresh hyper-tls v0.6.0 |
1126 | 2024-12-04T00:11:17.544Z | Fresh multer v3.1.0 |
1127 | 2024-12-04T00:11:17.545Z | Fresh camino v1.1.9 |
1128 | 2024-12-04T00:11:17.545Z | Fresh target-triple v0.1.3 |
1129 | 2024-12-04T00:11:17.545Z | Fresh event-listener-strategy v0.5.2 |
1130 | 2024-12-04T00:11:17.545Z | Fresh rustls-native-certs v0.7.0 |
1131 | 2024-12-04T00:11:17.545Z | Fresh yasna v0.5.2 |
1132 | 2024-12-04T00:11:17.545Z | Fresh pem v3.0.4 |
1133 | 2024-12-04T00:11:17.545Z | Fresh waitgroup v0.1.2 |
1134 | 2024-12-04T00:11:17.545Z | Fresh openapiv3 v2.0.0 |
1135 | 2024-12-04T00:11:17.545Z | Fresh serde_path_to_error v0.1.16 |
1136 | 2024-12-04T00:11:17.545Z | Fresh async-trait v0.1.83 |
1137 | 2024-12-04T00:11:17.545Z | Fresh sync_wrapper v1.0.1 |
1138 | 2024-12-04T00:11:17.545Z | Fresh hostname v0.4.0 |
1139 | 2024-12-04T00:11:17.545Z | Fresh http-range v0.1.4 |
1140 | 2024-12-04T00:11:17.545Z | Fresh simple-mermaid v0.1.1 |
1141 | 2024-12-04T00:11:17.545Z | Fresh debug-ignore v1.0.5 |
1142 | 2024-12-04T00:11:17.545Z | Fresh glob v0.3.0 |
1143 | 2024-12-04T00:11:17.545Z | Fresh termcolor v1.1.2 |
1144 | 2024-12-04T00:11:17.545Z | Fresh fastrand v2.1.1 |
1145 | 2024-12-04T00:11:17.545Z | Fresh ipnet v2.10.0 |
1146 | 2024-12-04T00:11:17.545Z | Fresh hyper-staticfile v0.10.1 |
1147 | 2024-12-04T00:11:17.545Z | Fresh rcgen v0.13.1 |
1148 | 2024-12-04T00:11:17.546Z | Fresh hyper-rustls v0.26.0 |
1149 | 2024-12-04T00:11:17.546Z | Fresh trybuild v1.0.101 |
1150 | 2024-12-04T00:11:17.546Z | Fresh tempfile v3.14.0 |
1151 | 2024-12-04T00:11:17.546Z | Fresh reqwest v0.12.9 |
1152 | 2024-12-04T00:11:17.546Z | Fresh async-channel v2.3.1 |
1153 | 2024-12-04T00:11:17.546Z | Fresh buf-list v1.0.3 |
1154 | 2024-12-04T00:11:17.546Z | Fresh tokio-tungstenite v0.24.0 |
1155 | 2024-12-04T00:11:17.546Z | Fresh anyhow v1.0.93 |
1156 | 2024-12-04T00:11:17.546Z | Fresh subprocess v0.2.9 |
1157 | 2024-12-04T00:11:17.546Z | Fresh schema-derive v0.1.0 |
1158 | 2024-12-04T00:11:17.546Z | Fresh console v0.15.7 |
1159 | 2024-12-04T00:11:17.546Z | Fresh schema v0.1.0 |
1160 | 2024-12-04T00:11:17.546Z | Fresh expectorate v1.1.0 |
1161 | 2024-12-04T00:11:17.546Z | Fresh prettyplease v0.2.25 |
1162 | 2024-12-04T00:11:19.843Z | Compiling dropshot v0.14.0 (/work/oxidecomputer/dropshot/dropshot) |
1163 | 2024-12-04T00:11:19.847Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0847b9e6a59eb3ff -C extra-filename=-0847b9e6a59eb3ff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out` |
1164 | 2024-12-04T00:11:19.848Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0223bb144f23b304 -C extra-filename=-0223bb144f23b304 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1165 | 2024-12-04T00:11:26.676Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=4b4433e77e380189 -C extra-filename=-4b4433e77e380189 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1166 | 2024-12-04T00:11:26.679Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=9951fcc876b588d0 -C extra-filename=-9951fcc876b588d0 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1167 | 2024-12-04T00:11:26.688Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=8730581e4baeb280 -C extra-filename=-8730581e4baeb280 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1168 | 2024-12-04T00:11:26.688Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=aab11adfda8be22b -C extra-filename=-aab11adfda8be22b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1169 | 2024-12-04T00:11:26.689Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=392c89adb2096c09 -C extra-filename=-392c89adb2096c09 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1170 | 2024-12-04T00:11:26.690Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=970cd5b04054410d -C extra-filename=-970cd5b04054410d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1171 | 2024-12-04T00:11:26.693Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=e3370fe7c70339ee -C extra-filename=-e3370fe7c70339ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1172 | 2024-12-04T00:11:28.329Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=b775a528ab02a043 -C extra-filename=-b775a528ab02a043 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1173 | 2024-12-04T00:11:48.258Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bde04dee80677131 -C extra-filename=-bde04dee80677131 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1174 | 2024-12-04T00:11:48.951Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=f88135e00d43a43c -C extra-filename=-f88135e00d43a43c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1175 | 2024-12-04T00:11:49.270Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=98d67e5db635b92f -C extra-filename=-98d67e5db635b92f --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1176 | 2024-12-04T00:11:49.327Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=cc3ac25e0747cd78 -C extra-filename=-cc3ac25e0747cd78 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1177 | 2024-12-04T00:11:52.140Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=a86a0a41581072fe -C extra-filename=-a86a0a41581072fe --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1178 | 2024-12-04T00:11:53.839Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=cebe055dba8bb44d -C extra-filename=-cebe055dba8bb44d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1179 | 2024-12-04T00:11:54.617Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=2cf69357d5e593a9 -C extra-filename=-2cf69357d5e593a9 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1180 | 2024-12-04T00:12:07.841Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0a6301ce72225c26 -C extra-filename=-0a6301ce72225c26 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1181 | 2024-12-04T00:12:08.826Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d7107186e7ce8de2 -C extra-filename=-d7107186e7ce8de2 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1182 | 2024-12-04T00:12:11.153Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=5a5ce844f90c8018 -C extra-filename=-5a5ce844f90c8018 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1183 | 2024-12-04T00:12:12.440Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=79b2bc8bc82303b0 -C extra-filename=-79b2bc8bc82303b0 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1184 | 2024-12-04T00:12:14.821Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ab0105c6e2bc4116 -C extra-filename=-ab0105c6e2bc4116 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1185 | 2024-12-04T00:12:16.214Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=094cf703cb242041 -C extra-filename=-094cf703cb242041 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1186 | 2024-12-04T00:12:21.095Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=877ffc72acdd97f9 -C extra-filename=-877ffc72acdd97f9 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1187 | 2024-12-04T00:12:21.175Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=97d5e8a3460c9758 -C extra-filename=-97d5e8a3460c9758 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1188 | 2024-12-04T00:12:30.091Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ee7800eecb534b92 -C extra-filename=-ee7800eecb534b92 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out -L native=/usr/ssl-3/lib/amd64` |
1189 | 2024-12-04T00:12:58.957Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 41s |
1190 | 2024-12-04T00:12:59.003Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-0223bb144f23b304` |
1191 | 2024-12-04T00:12:59.028Z | |
1192 | 2024-12-04T00:12:59.028Z | running 104 tests |
1193 | 2024-12-04T00:12:59.031Z | test api_description::test::test_endpoint_versions_range ... ok |
1194 | 2024-12-04T00:12:59.031Z | test api_description::test::test_endpoint_versions_overlaps ... ok |
1195 | 2024-12-04T00:12:59.031Z | test api_description::test::test_endpoint_versions_matches ... ok |
1196 | 2024-12-04T00:12:59.031Z | test api_description::test::test_badpath4 - should panic ... ok |
1197 | 2024-12-04T00:12:59.031Z | test api_description::test::test_dup_names ... ok |
1198 | 2024-12-04T00:12:59.031Z | test api_description::test::test_badpath3 ... ok |
1199 | 2024-12-04T00:12:59.031Z | test api_description::test::test_badpath2 ... ok |
1200 | 2024-12-04T00:12:59.031Z | test api_description::test::test_badpath1 ... ok |
1201 | 2024-12-04T00:12:59.031Z | test api_description::test::test_tags_need_one ... ok |
1202 | 2024-12-04T00:12:59.031Z | test api_description::test::test_tag_config_deserialize_old ... ok |
1203 | 2024-12-04T00:12:59.031Z | test api_description::test::test_tags_too_many ... ok |
1204 | 2024-12-04T00:12:59.031Z | test api_description::test::test_tags_just_right ... ok |
1205 | 2024-12-04T00:12:59.031Z | test error::test::test_serialize_error_response_body ... ok |
1206 | 2024-12-04T00:12:59.031Z | test from_map::test::test_lone_literal ... ok |
1207 | 2024-12-04T00:12:59.031Z | test extractor::metadata::test::test_metadata_flattened ... ok |
1208 | 2024-12-04T00:12:59.031Z | test extractor::metadata::test::test_metadata_simple ... ok |
1209 | 2024-12-04T00:12:59.031Z | test from_map::test::test_deep ... ok |
1210 | 2024-12-04T00:12:59.031Z | test from_map::test::test_missing_data1 ... ok |
1211 | 2024-12-04T00:12:59.031Z | test from_map::test::test_missing_data2 ... ok |
1212 | 2024-12-04T00:12:59.031Z | test extractor::metadata::test::test_metadata_pagination ... ok |
1213 | 2024-12-04T00:12:59.031Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
1214 | 2024-12-04T00:12:59.031Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
1215 | 2024-12-04T00:12:59.031Z | test from_map::test::test_types ... ok |
1216 | 2024-12-04T00:12:59.034Z | test logging::test::test_config_bad_terminal_no_level ... ok |
1217 | 2024-12-04T00:12:59.034Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
1218 | 2024-12-04T00:12:59.034Z | test logging::test::test_config_bad_file_no_level ... ok |
1219 | 2024-12-04T00:12:59.034Z | test logging::test::test_config_bad_file_no_file ... ok |
1220 | 2024-12-04T00:12:59.034Z | test logging::test::test_config_bad_log_mode ... ok |
1221 | 2024-12-04T00:12:59.034Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
1222 | 2024-12-04T00:12:59.034Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
1223 | 2024-12-04T00:12:59.034Z | test pagination::test::test_pagination_schema ... ok |
1224 | 2024-12-04T00:12:59.034Z | test pagination::test::test_results_page ... ok |
1225 | 2024-12-04T00:12:59.034Z | test router::test::test_bad_path_segment1 - should panic ... ok |
1226 | 2024-12-04T00:12:59.034Z | test router::test::test_bad_path_segment2 - should panic ... ok |
1227 | 2024-12-04T00:12:59.034Z | test router::test::test_bad_path_segment3 - should panic ... ok |
1228 | 2024-12-04T00:12:59.034Z | note: configured to log to "/tmp/dropshot-0223bb144f23b304.2035.file_dir/log.out" |
1229 | 2024-12-04T00:12:59.034Z | test pagination::test::test_page_token_serialization ... ok |
1230 | 2024-12-04T00:12:59.034Z | test pagination::test::test_pagparams_parsing ... ok |
1231 | 2024-12-04T00:12:59.034Z | test router::test::test_bad_path_segment4 - should panic ... ok |
1232 | 2024-12-04T00:12:59.034Z | test router::test::test_duplicate_route1 - should panic ... ok |
1233 | 2024-12-04T00:12:59.034Z | test router::test::test_bogus_regex - should panic ... ok |
1234 | 2024-12-04T00:12:59.034Z | test logging::test::test_config_stderr_terminal ... ok |
1235 | 2024-12-04T00:12:59.034Z | test router::test::test_duplicate_route2 - should panic ... ok |
1236 | 2024-12-04T00:12:59.034Z | test router::test::test_duplicate_route3 - should panic ... ok |
1237 | 2024-12-04T00:12:59.034Z | test router::test::test_duplicate_route_overlapping_version - should panic ... ok |
1238 | 2024-12-04T00:12:59.034Z | test router::test::test_duplicate_route_same_version - should panic ... ok |
1239 | 2024-12-04T00:12:59.034Z | test router::test::test_duplicate_varname - should panic ... ok |
1240 | 2024-12-04T00:12:59.034Z | test router::test::test_embedded_non_variable ... ok |
1241 | 2024-12-04T00:12:59.034Z | test router::test::test_empty_variable ... ok |
1242 | 2024-12-04T00:12:59.034Z | test router::test::test_inconsistent_varname - should panic ... ok |
1243 | 2024-12-04T00:12:59.034Z | test router::test::test_iter_null ... ok |
1244 | 2024-12-04T00:12:59.034Z | test router::test::test_iter2 ... ok |
1245 | 2024-12-04T00:12:59.034Z | test router::test::test_error_cases ... ok |
1246 | 2024-12-04T00:12:59.035Z | test router::test::test_iter ... ok |
1247 | 2024-12-04T00:12:59.035Z | test router::test::test_literal_after_regex - should panic ... ok |
1248 | 2024-12-04T00:12:59.035Z | test router::test::test_map ... ok |
1249 | 2024-12-04T00:12:59.035Z | test router::test::test_map_bad_seq ... ok |
1250 | 2024-12-04T00:12:59.035Z | test api_description::test::test_tags_set ... ok |
1251 | 2024-12-04T00:12:59.035Z | test router::test::test_literal_after_variable - should panic ... ok |
1252 | 2024-12-04T00:12:59.035Z | test router::test::test_map_bad_value ... ok |
1253 | 2024-12-04T00:12:59.035Z | note: configured to log to "/tmp/dropshot-0223bb144f23b304.2035.file_dir/log.out" |
1254 | 2024-12-04T00:12:59.035Z | test router::test::test_more_after_regex - should panic ... ok |
1255 | 2024-12-04T00:12:59.035Z | test router::test::test_path_segment ... ok |
1256 | 2024-12-04T00:12:59.035Z | test router::test::test_segments ... ok |
1257 | 2024-12-04T00:12:59.035Z | test router::test::test_router_basic ... ok |
1258 | 2024-12-04T00:12:59.035Z | test router::test::test_router_versioned ... ok |
1259 | 2024-12-04T00:12:59.035Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
1260 | 2024-12-04T00:12:59.035Z | test router::test::test_variable_after_literal - should panic ... ok |
1261 | 2024-12-04T00:12:59.035Z | test router::test::test_variable_name_bad_end - should panic ... ok |
1262 | 2024-12-04T00:12:59.035Z | test router::test::test_variable_name_empty - should panic ... ok |
1263 | 2024-12-04T00:12:59.035Z | test router::test::test_variable_rename ... ok |
1264 | 2024-12-04T00:12:59.035Z | test router::test::test_variable_name_bad_start - should panic ... ok |
1265 | 2024-12-04T00:12:59.035Z | test router::test::test_variables_basic ... ok |
1266 | 2024-12-04T00:12:59.035Z | test router::test::test_variables_glob ... ok |
1267 | 2024-12-04T00:12:59.035Z | test router::test::test_variables_multi ... ok |
1268 | 2024-12-04T00:12:59.035Z | test schema_util::test::test_empty_struct ... ok |
1269 | 2024-12-04T00:12:59.035Z | test schema_util::test::test_additional_properties ... ok |
1270 | 2024-12-04T00:12:59.035Z | test schema_util::test::test_nullable ... ok |
1271 | 2024-12-04T00:12:59.035Z | note: configured to log to "/tmp/dropshot-0223bb144f23b304.2035.file_dir/log.out" |
1272 | 2024-12-04T00:12:59.035Z | test schema_util::test::test_extension_conversion ... ok |
1273 | 2024-12-04T00:12:59.035Z | test schema_util::test::test_bad_schema - should panic ... ok |
1274 | 2024-12-04T00:12:59.038Z | test schema_util::test::test_two_types - should panic ... ok |
1275 | 2024-12-04T00:12:59.038Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
1276 | 2024-12-04T00:12:59.038Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
1277 | 2024-12-04T00:12:59.038Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
1278 | 2024-12-04T00:12:59.038Z | test logging::test::test_config_file ... ok |
1279 | 2024-12-04T00:12:59.038Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
1280 | 2024-12-04T00:12:59.038Z | test test_util::test::test_bunyan_easy_cases ... ok |
1281 | 2024-12-04T00:12:59.038Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
1282 | 2024-12-04T00:12:59.038Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
1283 | 2024-12-04T00:12:59.038Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
1284 | 2024-12-04T00:12:59.038Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
1285 | 2024-12-04T00:12:59.038Z | test to_map::test::test_to_map_enum ... ok |
1286 | 2024-12-04T00:12:59.038Z | test to_map::test::test_to_map_num ... ok |
1287 | 2024-12-04T00:12:59.038Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
1288 | 2024-12-04T00:12:59.038Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
1289 | 2024-12-04T00:12:59.038Z | test schema_util::test::test_schema2struct_with_enum_variants ... ok |
1290 | 2024-12-04T00:12:59.039Z | test to_map::test::test_to_map_seq ... ok |
1291 | 2024-12-04T00:12:59.039Z | test to_map::test::test_to_map_valid ... ok |
1292 | 2024-12-04T00:12:59.039Z | test to_map::test::test_to_map_vec ... ok |
1293 | 2024-12-04T00:12:59.039Z | test type_util::tests::test_commented_ref ... ok |
1294 | 2024-12-04T00:12:59.039Z | test type_util::tests::test_reflexive_type - should panic ... ok |
1295 | 2024-12-04T00:12:59.039Z | test type_util::tests::test_recursive_type - should panic ... ok |
1296 | 2024-12-04T00:12:59.039Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
1297 | 2024-12-04T00:12:59.039Z | test server::test::test_drop_server_without_close_okay ... ok |
1298 | 2024-12-04T00:12:59.039Z | test server::test::test_server_run_then_close ... ok |
1299 | 2024-12-04T00:12:59.042Z | test server::test::test_http_acceptor_happy_path ... ok |
1300 | 2024-12-04T00:12:59.042Z | |
1301 | 2024-12-04T00:12:59.042Z | test result: ok. 104 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1302 | 2024-12-04T00:12:59.042Z | |
1303 | 2024-12-04T00:12:59.042Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-e3370fe7c70339ee` |
1304 | 2024-12-04T00:12:59.049Z | |
1305 | 2024-12-04T00:12:59.049Z | running 1 test |
1306 | 2024-12-04T00:12:59.251Z | Locking 1 package to latest compatible version |
1307 | 2024-12-04T00:12:59.274Z | Adding dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
1308 | 2024-12-04T00:12:59.909Z | Compiling proc-macro2 v1.0.92 |
1309 | 2024-12-04T00:12:59.910Z | Compiling unicode-ident v1.0.12 |
1310 | 2024-12-04T00:12:59.913Z | Compiling libc v0.2.167 |
1311 | 2024-12-04T00:12:59.913Z | Checking cfg-if v1.0.0 |
1312 | 2024-12-04T00:12:59.913Z | Compiling serde v1.0.215 |
1313 | 2024-12-04T00:12:59.913Z | Compiling version_check v0.9.5 |
1314 | 2024-12-04T00:12:59.928Z | Checking itoa v1.0.1 |
1315 | 2024-12-04T00:13:00.061Z | Checking pin-project-lite v0.2.12 |
1316 | 2024-12-04T00:13:00.103Z | Checking memchr v2.6.0 |
1317 | 2024-12-04T00:13:00.131Z | Compiling autocfg v1.1.0 |
1318 | 2024-12-04T00:13:00.180Z | Compiling log v0.4.17 |
1319 | 2024-12-04T00:13:00.624Z | Compiling thiserror v1.0.69 |
1320 | 2024-12-04T00:13:00.751Z | Checking once_cell v1.20.1 |
1321 | 2024-12-04T00:13:00.948Z | Checking bytes v1.9.0 |
1322 | 2024-12-04T00:13:01.061Z | Compiling ryu v1.0.5 |
1323 | 2024-12-04T00:13:01.082Z | Checking futures-core v0.3.31 |
1324 | 2024-12-04T00:13:01.268Z | Compiling parking_lot_core v0.9.4 |
1325 | 2024-12-04T00:13:01.366Z | Compiling slab v0.4.9 |
1326 | 2024-12-04T00:13:01.381Z | Checking scopeguard v1.2.0 |
1327 | 2024-12-04T00:13:01.538Z | Checking futures-sink v0.3.31 |
1328 | 2024-12-04T00:13:01.679Z | Compiling serde_json v1.0.133 |
1329 | 2024-12-04T00:13:01.750Z | Compiling cc v1.0.83 |
1330 | 2024-12-04T00:13:01.753Z | Checking smallvec v1.13.2 |
1331 | 2024-12-04T00:13:01.829Z | Compiling quote v1.0.37 |
1332 | 2024-12-04T00:13:01.891Z | Checking lock_api v0.4.6 |
1333 | 2024-12-04T00:13:02.085Z | Checking fnv v1.0.7 |
1334 | 2024-12-04T00:13:02.104Z | Checking futures-channel v0.3.31 |
1335 | 2024-12-04T00:13:02.210Z | Compiling syn v2.0.90 |
1336 | 2024-12-04T00:13:02.292Z | Checking getrandom v0.2.11 |
1337 | 2024-12-04T00:13:02.457Z | Checking socket2 v0.5.5 |
1338 | 2024-12-04T00:13:02.526Z | Checking mio v1.0.3 |
1339 | 2024-12-04T00:13:02.543Z | Checking signal-hook-registry v1.4.0 |
1340 | 2024-12-04T00:13:02.595Z | Checking http v1.1.0 |
1341 | 2024-12-04T00:13:02.620Z | Checking parking_lot v0.12.1 |
1342 | 2024-12-04T00:13:02.787Z | Checking futures-task v0.3.31 |
1343 | 2024-12-04T00:13:02.904Z | Checking pin-utils v0.1.0 |
1344 | 2024-12-04T00:13:02.945Z | Checking futures-io v0.3.31 |
1345 | 2024-12-04T00:13:02.995Z | Checking rustls-pki-types v1.10.0 |
1346 | 2024-12-04T00:13:03.022Z | Compiling httparse v1.8.0 |
1347 | 2024-12-04T00:13:03.131Z | Checking hashbrown v0.15.0 |
1348 | 2024-12-04T00:13:03.153Z | Checking equivalent v1.0.0 |
1349 | 2024-12-04T00:13:03.332Z | Checking spin v0.9.8 |
1350 | 2024-12-04T00:13:03.564Z | Compiling ucd-trie v0.1.6 |
1351 | 2024-12-04T00:13:03.837Z | Checking tracing-core v0.1.32 |
1352 | 2024-12-04T00:13:04.054Z | Checking untrusted v0.9.0 |
1353 | 2024-12-04T00:13:04.214Z | Compiling vcpkg v0.2.15 |
1354 | 2024-12-04T00:13:04.269Z | Compiling pkg-config v0.3.31 |
1355 | 2024-12-04T00:13:04.316Z | Checking atomic-waker v1.1.1 |
1356 | 2024-12-04T00:13:04.389Z | Compiling typenum v1.14.0 |
1357 | 2024-12-04T00:13:04.450Z | Checking http-body v1.0.1 |
1358 | 2024-12-04T00:13:04.530Z | Checking tracing v0.1.40 |
1359 | 2024-12-04T00:13:04.804Z | Compiling generic-array v0.14.5 |
1360 | 2024-12-04T00:13:04.892Z | Checking try-lock v0.2.3 |
1361 | 2024-12-04T00:13:05.027Z | Compiling crossbeam-utils v0.8.15 |
1362 | 2024-12-04T00:13:05.040Z | Checking want v0.3.0 |
1363 | 2024-12-04T00:13:05.150Z | Compiling ring v0.17.7 |
1364 | 2024-12-04T00:13:05.286Z | Compiling unicase v2.6.0 |
1365 | 2024-12-04T00:13:05.314Z | Checking httpdate v1.0.1 |
1366 | 2024-12-04T00:13:05.545Z | Checking zeroize v1.7.0 |
1367 | 2024-12-04T00:13:05.673Z | Checking subtle v2.5.0 |
1368 | 2024-12-04T00:13:05.731Z | Compiling num-conv v0.1.0 |
1369 | 2024-12-04T00:13:05.780Z | Compiling time-core v0.1.2 |
1370 | 2024-12-04T00:13:05.917Z | Checking powerfmt v0.2.0 |
1371 | 2024-12-04T00:13:06.017Z | Compiling time-macros v0.2.18 |
1372 | 2024-12-04T00:13:06.192Z | Checking deranged v0.3.11 |
1373 | 2024-12-04T00:13:06.508Z | Checking byteorder v1.4.3 |
1374 | 2024-12-04T00:13:06.776Z | Compiling slog v2.7.0 |
1375 | 2024-12-04T00:13:06.869Z | Compiling openssl-sys v0.9.103 |
1376 | 2024-12-04T00:13:07.451Z | Checking base64 v0.22.1 |
1377 | 2024-12-04T00:13:07.630Z | Checking bitflags v2.4.0 |
1378 | 2024-12-04T00:13:07.903Z | Checking num_threads v0.1.3 |
1379 | 2024-12-04T00:13:08.014Z | Compiling usdt-impl v0.5.0 |
1380 | 2024-12-04T00:13:08.181Z | Checking tinyvec_macros v0.1.0 |
1381 | 2024-12-04T00:13:08.267Z | Compiling openssl v0.10.66 |
1382 | 2024-12-04T00:13:08.411Z | Checking openssl-probe v0.1.4 |
1383 | 2024-12-04T00:13:08.440Z | Checking foreign-types-shared v0.1.1 |
1384 | 2024-12-04T00:13:08.453Z | Checking percent-encoding v2.3.1 |
1385 | 2024-12-04T00:13:08.540Z | Checking tower-service v0.3.1 |
1386 | 2024-12-04T00:13:08.554Z | Compiling semver v1.0.23 |
1387 | 2024-12-04T00:13:08.657Z | Checking foreign-types v0.3.2 |
1388 | 2024-12-04T00:13:08.671Z | Checking form_urlencoded v1.2.1 |
1389 | 2024-12-04T00:13:08.802Z | Checking crypto-common v0.1.6 |
1390 | 2024-12-04T00:13:08.857Z | Checking block-buffer v0.10.2 |
1391 | 2024-12-04T00:13:08.970Z | Checking tinyvec v1.5.1 |
1392 | 2024-12-04T00:13:09.272Z | Checking rand_core v0.6.3 |
1393 | 2024-12-04T00:13:09.425Z | Compiling thread-id v4.0.0 |
1394 | 2024-12-04T00:13:09.525Z | Compiling num-traits v0.2.14 |
1395 | 2024-12-04T00:13:09.549Z | Checking mime v0.3.16 |
1396 | 2024-12-04T00:13:09.582Z | Compiling rustls v0.23.13 |
1397 | 2024-12-04T00:13:09.719Z | Checking time v0.3.36 |
1398 | 2024-12-04T00:13:09.853Z | Checking ppv-lite86 v0.2.15 |
1399 | 2024-12-04T00:13:09.957Z | Checking plain v0.2.3 |
1400 | 2024-12-04T00:13:09.972Z | Compiling native-tls v0.2.12 |
1401 | 2024-12-04T00:13:10.192Z | Compiling rustls v0.22.4 |
1402 | 2024-12-04T00:13:10.318Z | Checking unicode-normalization v0.1.24 |
1403 | 2024-12-04T00:13:10.584Z | Checking rand_chacha v0.3.1 |
1404 | 2024-12-04T00:13:10.646Z | Checking digest v0.10.7 |
1405 | 2024-12-04T00:13:10.851Z | Checking rustls-pemfile v2.1.3 |
1406 | 2024-12-04T00:13:10.930Z | Checking dirs-sys-next v0.1.2 |
1407 | 2024-12-04T00:13:10.958Z | Checking pretty-hex v0.4.1 |
1408 | 2024-12-04T00:13:11.107Z | Checking cpufeatures v0.2.2 |
1409 | 2024-12-04T00:13:11.123Z | Checking unicode-bidi v0.3.15 |
1410 | 2024-12-04T00:13:11.136Z | Checking dirs-next v2.0.0 |
1411 | 2024-12-04T00:13:11.203Z | Checking sha1 v0.10.6 |
1412 | 2024-12-04T00:13:11.236Z | Checking rand v0.8.4 |
1413 | 2024-12-04T00:13:11.403Z | Checking rustls-webpki v0.102.8 |
1414 | 2024-12-04T00:13:11.458Z | Compiling mime_guess v2.0.5 |
1415 | 2024-12-04T00:13:11.659Z | Compiling serde_derive_internals v0.29.0 |
1416 | 2024-12-04T00:13:11.748Z | Checking idna v0.5.0 |
1417 | 2024-12-04T00:13:12.666Z | Checking concurrent-queue v2.5.0 |
1418 | 2024-12-04T00:13:13.077Z | Checking thread_local v1.1.4 |
1419 | 2024-12-04T00:13:13.105Z | Compiling multer v3.1.0 |
1420 | 2024-12-04T00:13:13.157Z | Checking encoding_rs v0.8.32 |
1421 | 2024-12-04T00:13:13.373Z | Compiling schemars v0.8.21 |
1422 | 2024-12-04T00:13:13.473Z | Compiling rustix v0.38.40 |
1423 | 2024-12-04T00:13:13.813Z | Compiling camino v1.1.9 |
1424 | 2024-12-04T00:13:14.466Z | Compiling thiserror v2.0.3 |
1425 | 2024-12-04T00:13:14.706Z | Checking match_cfg v0.1.0 |
1426 | 2024-12-04T00:13:14.807Z | Checking iana-time-zone v0.1.47 |
1427 | 2024-12-04T00:13:14.960Z | Checking parking v2.2.0 |
1428 | 2024-12-04T00:13:15.009Z | Compiling slog-async v2.8.0 |
1429 | 2024-12-04T00:13:15.135Z | Checking winnow v0.6.18 |
1430 | 2024-12-04T00:13:15.295Z | Compiling paste v1.0.15 |
1431 | 2024-12-04T00:13:15.734Z | Checking event-listener v5.0.0 |
1432 | 2024-12-04T00:13:15.925Z | Checking hostname v0.3.1 |
1433 | 2024-12-04T00:13:16.170Z | Checking url v2.5.2 |
1434 | 2024-12-04T00:13:16.200Z | Checking term v0.7.0 |
1435 | 2024-12-04T00:13:16.488Z | Checking crossbeam-channel v0.5.1 |
1436 | 2024-12-04T00:13:16.586Z | Checking webpki-roots v0.26.5 |
1437 | 2024-12-04T00:13:16.646Z | Checking memmap v0.7.0 |
1438 | 2024-12-04T00:13:16.812Z | Checking is-terminal v0.4.12 |
1439 | 2024-12-04T00:13:16.853Z | Checking errno v0.3.8 |
1440 | 2024-12-04T00:13:16.946Z | Compiling dropshot v0.14.0 (/work/oxidecomputer/dropshot/dropshot) |
1441 | 2024-12-04T00:13:16.986Z | Compiling buf-list v1.0.3 |
1442 | 2024-12-04T00:13:17.008Z | Compiling anyhow v1.0.93 |
1443 | 2024-12-04T00:13:17.029Z | Checking lazy_static v1.5.0 |
1444 | 2024-12-04T00:13:17.168Z | Compiling heck v0.5.0 |
1445 | 2024-12-04T00:13:17.255Z | Checking data-encoding v2.4.0 |
1446 | 2024-12-04T00:13:17.307Z | Checking dyn-clone v1.0.4 |
1447 | 2024-12-04T00:13:17.369Z | Compiling serde_derive v1.0.215 |
1448 | 2024-12-04T00:13:17.427Z | Compiling thiserror-impl v1.0.69 |
1449 | 2024-12-04T00:13:17.695Z | Compiling tokio-macros v2.4.0 |
1450 | 2024-12-04T00:13:17.743Z | Compiling futures-macro v0.3.31 |
1451 | 2024-12-04T00:13:17.776Z | Compiling zerocopy-derive v0.7.32 |
1452 | 2024-12-04T00:13:17.779Z | Compiling scroll_derive v0.12.0 |
1453 | 2024-12-04T00:13:17.877Z | Compiling openssl-macros v0.1.1 |
1454 | 2024-12-04T00:13:18.203Z | Compiling schemars_derive v0.8.21 |
1455 | 2024-12-04T00:13:19.905Z | Checking scroll v0.12.0 |
1456 | 2024-12-04T00:13:20.074Z | Checking tokio v1.41.1 |
1457 | 2024-12-04T00:13:20.384Z | Checking goblin v0.8.0 |
1458 | 2024-12-04T00:13:20.501Z | Checking futures-util v0.3.31 |
1459 | 2024-12-04T00:13:20.952Z | Compiling zerocopy v0.7.32 |
1460 | 2024-12-04T00:13:22.332Z | Compiling pest v2.7.6 |
1461 | 2024-12-04T00:13:24.393Z | Compiling thiserror-impl v2.0.3 |
1462 | 2024-12-04T00:13:24.821Z | Compiling pest_meta v2.7.6 |
1463 | 2024-12-04T00:13:25.392Z | Compiling async-stream-impl v0.3.6 |
1464 | 2024-12-04T00:13:25.534Z | Checking utf-8 v0.7.6 |
1465 | 2024-12-04T00:13:25.642Z | Checking take_mut v0.2.2 |
1466 | 2024-12-04T00:13:25.716Z | Checking http-body-util v0.1.2 |
1467 | 2024-12-04T00:13:25.743Z | Checking futures-executor v0.3.31 |
1468 | 2024-12-04T00:13:25.794Z | Checking unicode-width v0.1.9 |
1469 | 2024-12-04T00:13:25.954Z | Checking unicode-segmentation v1.10.0 |
1470 | 2024-12-04T00:13:25.981Z | Checking futures v0.3.31 |
1471 | 2024-12-04T00:13:26.100Z | Compiling pest_generator v2.7.6 |
1472 | 2024-12-04T00:13:26.180Z | Checking console v0.15.7 |
1473 | 2024-12-04T00:13:26.600Z | Checking newline-converter v0.3.0 |
1474 | 2024-12-04T00:13:26.757Z | Checking tungstenite v0.24.0 |
1475 | 2024-12-04T00:13:27.413Z | Checking async-stream v0.3.6 |
1476 | 2024-12-04T00:13:27.608Z | Compiling async-trait v0.1.83 |
1477 | 2024-12-04T00:13:27.749Z | Checking tokio-util v0.7.7 |
1478 | 2024-12-04T00:13:27.926Z | Checking tokio-rustls v0.26.0 |
1479 | 2024-12-04T00:13:28.299Z | Checking tokio-native-tls v0.3.1 |
1480 | 2024-12-04T00:13:28.335Z | Checking tokio-rustls v0.25.0 |
1481 | 2024-12-04T00:13:28.631Z | Checking slog-term v2.9.1 |
1482 | 2024-12-04T00:13:29.145Z | Checking event-listener-strategy v0.5.2 |
1483 | 2024-12-04T00:13:29.604Z | Checking yasna v0.5.2 |
1484 | 2024-12-04T00:13:29.910Z | Checking rustls-native-certs v0.7.0 |
1485 | 2024-12-04T00:13:30.071Z | Checking pem v3.0.4 |
1486 | 2024-12-04T00:13:30.142Z | Compiling pest_derive v2.7.6 |
1487 | 2024-12-04T00:13:30.266Z | Checking waitgroup v0.1.2 |
1488 | 2024-12-04T00:13:30.343Z | Checking hostname v0.4.0 |
1489 | 2024-12-04T00:13:30.415Z | Checking sync_wrapper v1.0.1 |
1490 | 2024-12-04T00:13:30.479Z | Checking simple-mermaid v0.1.1 |
1491 | 2024-12-04T00:13:30.557Z | Checking debug-ignore v1.0.5 |
1492 | 2024-12-04T00:13:30.572Z | Checking http-range v0.1.4 |
1493 | 2024-12-04T00:13:30.599Z | Checking fastrand v2.1.1 |
1494 | 2024-12-04T00:13:30.692Z | Checking similar v2.2.1 |
1495 | 2024-12-04T00:13:30.745Z | Checking ipnet v2.10.0 |
1496 | 2024-12-04T00:13:30.925Z | Checking rcgen v0.13.1 |
1497 | 2024-12-04T00:13:30.942Z | Checking tempfile v3.14.0 |
1498 | 2024-12-04T00:13:31.206Z | Checking async-channel v2.3.1 |
1499 | 2024-12-04T00:13:31.410Z | Checking expectorate v1.1.0 |
1500 | 2024-12-04T00:13:31.545Z | Checking tokio-tungstenite v0.24.0 |
1501 | 2024-12-04T00:13:31.574Z | Checking subprocess v0.2.9 |
1502 | 2024-12-04T00:13:31.697Z | Compiling dtrace-parser v0.2.0 |
1503 | 2024-12-04T00:13:32.578Z | Checking indexmap v2.7.0 |
1504 | 2024-12-04T00:13:32.578Z | Checking toml_datetime v0.6.8 |
1505 | 2024-12-04T00:13:32.580Z | Checking serde_spanned v0.6.7 |
1506 | 2024-12-04T00:13:32.608Z | Checking chrono v0.4.38 |
1507 | 2024-12-04T00:13:32.610Z | Checking uuid v1.11.0 |
1508 | 2024-12-04T00:13:32.808Z | Checking serde_urlencoded v0.7.1 |
1509 | 2024-12-04T00:13:32.897Z | Checking serde_path_to_error v0.1.16 |
1510 | 2024-12-04T00:13:33.324Z | Compiling serde_tokenstream v0.2.2 |
1511 | 2024-12-04T00:13:33.784Z | Checking h2 v0.4.6 |
1512 | 2024-12-04T00:13:33.784Z | Checking toml_edit v0.22.20 |
1513 | 2024-12-04T00:13:33.943Z | Compiling dropshot_endpoint v0.14.0 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
1514 | 2024-12-04T00:13:34.061Z | Checking dof v0.3.0 |
1515 | 2024-12-04T00:13:34.061Z | Checking slog-json v2.6.1 |
1516 | 2024-12-04T00:13:34.064Z | Checking openapiv3 v2.0.0 |
1517 | 2024-12-04T00:13:34.345Z | Checking slog-bunyan v2.5.0 |
1518 | 2024-12-04T00:13:36.481Z | Checking toml v0.8.19 |
1519 | 2024-12-04T00:13:37.527Z | Compiling usdt-macro v0.5.0 |
1520 | 2024-12-04T00:13:37.527Z | Compiling usdt-attr-macro v0.5.0 |
1521 | 2024-12-04T00:13:37.963Z | Checking hyper v1.5.1 |
1522 | 2024-12-04T00:13:39.131Z | Checking usdt v0.5.0 |
1523 | 2024-12-04T00:13:39.483Z | Checking hyper-util v0.1.10 |
1524 | 2024-12-04T00:13:39.483Z | Checking hyper-staticfile v0.10.1 |
1525 | 2024-12-04T00:13:40.653Z | Checking hyper-rustls v0.27.3 |
1526 | 2024-12-04T00:13:40.653Z | Checking hyper-tls v0.6.0 |
1527 | 2024-12-04T00:13:40.655Z | Checking hyper-rustls v0.26.0 |
1528 | 2024-12-04T00:13:40.871Z | Checking reqwest v0.12.9 |
1529 | 2024-12-04T00:13:43.370Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
1530 | 2024-12-04T00:13:43.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.34s |
1531 | 2024-12-04T00:13:43.835Z | |
1532 | 2024-12-04T00:13:43.835Z | |
1533 | 2024-12-04T00:13:53.427Z | test tests/fail/bad_channel10.rs ... ok |
1534 | 2024-12-04T00:13:53.427Z | test tests/fail/bad_channel11.rs ... ok |
1535 | 2024-12-04T00:13:53.432Z | test tests/fail/bad_channel12.rs ... ok |
1536 | 2024-12-04T00:13:53.432Z | test tests/fail/bad_channel13.rs ... ok |
1537 | 2024-12-04T00:13:53.432Z | test tests/fail/bad_channel14.rs ... ok |
1538 | 2024-12-04T00:13:53.432Z | test tests/fail/bad_channel15.rs ... ok |
1539 | 2024-12-04T00:13:53.432Z | test tests/fail/bad_channel17.rs ... ok |
1540 | 2024-12-04T00:13:53.432Z | test tests/fail/bad_channel18.rs ... ok |
1541 | 2024-12-04T00:13:53.432Z | test tests/fail/bad_channel19.rs ... ok |
1542 | 2024-12-04T00:13:53.432Z | test tests/fail/bad_channel1a.rs ... ok |
1543 | 2024-12-04T00:13:53.432Z | test tests/fail/bad_channel1b.rs ... ok |
1544 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel2.rs ... ok |
1545 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel20.rs ... ok |
1546 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel21.rs ... ok |
1547 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel22.rs ... ok |
1548 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel23.rs ... ok |
1549 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel24.rs ... ok |
1550 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel25.rs ... ok |
1551 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel26.rs ... ok |
1552 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel27.rs ... ok |
1553 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel28.rs ... ok |
1554 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel3.rs ... ok |
1555 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel4.rs ... ok |
1556 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel5.rs ... ok |
1557 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel6.rs ... ok |
1558 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel8.rs ... ok |
1559 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_channel9.rs ... ok |
1560 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint1.rs ... ok |
1561 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint10.rs ... ok |
1562 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint11.rs ... ok |
1563 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint12.rs ... ok |
1564 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint13.rs ... ok |
1565 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint14.rs ... ok |
1566 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint15.rs ... ok |
1567 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint16.rs ... ok |
1568 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint17.rs ... ok |
1569 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint18.rs ... ok |
1570 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint19.rs ... ok |
1571 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint2.rs ... ok |
1572 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint20.rs ... ok |
1573 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint21.rs ... ok |
1574 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint22.rs ... ok |
1575 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint23.rs ... ok |
1576 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint24.rs ... ok |
1577 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint25.rs ... ok |
1578 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint26.rs ... ok |
1579 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint27.rs ... ok |
1580 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint28.rs ... ok |
1581 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint3.rs ... ok |
1582 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint4.rs ... ok |
1583 | 2024-12-04T00:13:53.433Z | test tests/fail/bad_endpoint5.rs ... ok |
1584 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_endpoint6.rs ... ok |
1585 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_endpoint7.rs ... ok |
1586 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_endpoint8.rs ... ok |
1587 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_endpoint9.rs ... ok |
1588 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel10.rs ... ok |
1589 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel11.rs ... ok |
1590 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel12.rs ... ok |
1591 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel13.rs ... ok |
1592 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel14.rs ... ok |
1593 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel15.rs ... ok |
1594 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel17.rs ... ok |
1595 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel18.rs ... ok |
1596 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel19.rs ... ok |
1597 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel1a.rs ... ok |
1598 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel1b.rs ... ok |
1599 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel2.rs ... ok |
1600 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel20.rs ... ok |
1601 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel21.rs ... ok |
1602 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel22.rs ... ok |
1603 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel23.rs ... ok |
1604 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel24.rs ... ok |
1605 | 2024-12-04T00:13:53.434Z | test tests/fail/bad_trait_channel25.rs ... ok |
1606 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_channel26.rs ... ok |
1607 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_channel28.rs ... ok |
1608 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_channel3.rs ... ok |
1609 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_channel4.rs ... ok |
1610 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_channel5.rs ... ok |
1611 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_channel6.rs ... ok |
1612 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_channel8.rs ... ok |
1613 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_channel9.rs ... ok |
1614 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint1.rs ... ok |
1615 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint10.rs ... ok |
1616 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint11.rs ... ok |
1617 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint12.rs ... ok |
1618 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint13.rs ... ok |
1619 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint14.rs ... ok |
1620 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint15.rs ... ok |
1621 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint16.rs ... ok |
1622 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint17.rs ... ok |
1623 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint18.rs ... ok |
1624 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint19.rs ... ok |
1625 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint2.rs ... ok |
1626 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint20.rs ... ok |
1627 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint21.rs ... ok |
1628 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint22.rs ... ok |
1629 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint23.rs ... ok |
1630 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint24.rs ... ok |
1631 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint25.rs ... ok |
1632 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint26.rs ... ok |
1633 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint27.rs ... ok |
1634 | 2024-12-04T00:13:53.435Z | test tests/fail/bad_trait_endpoint28.rs ... ok |
1635 | 2024-12-04T00:13:53.438Z | test tests/fail/bad_trait_endpoint3.rs ... ok |
1636 | 2024-12-04T00:13:53.438Z | test tests/fail/bad_trait_endpoint4.rs ... ok |
1637 | 2024-12-04T00:13:53.438Z | test tests/fail/bad_trait_endpoint5.rs ... ok |
1638 | 2024-12-04T00:13:53.438Z | test tests/fail/bad_trait_endpoint6.rs ... ok |
1639 | 2024-12-04T00:13:53.438Z | test tests/fail/bad_trait_endpoint7.rs ... ok |
1640 | 2024-12-04T00:13:53.438Z | test tests/fail/bad_trait_endpoint8.rs ... ok |
1641 | 2024-12-04T00:13:53.438Z | test tests/fail/bad_trait_endpoint9.rs ... ok |
1642 | 2024-12-04T00:13:53.438Z | test tests/fail/bad_trait_endpoint_error.rs ... ok |
1643 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only1.rs ... ok |
1644 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only10.rs ... ok |
1645 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only11.rs ... ok |
1646 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only12.rs ... ok |
1647 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only13.rs ... ok |
1648 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only14.rs ... ok |
1649 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only15.rs ... ok |
1650 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only16.rs ... ok |
1651 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only17.rs ... ok |
1652 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only18.rs ... ok |
1653 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only19.rs ... ok |
1654 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only2.rs ... ok |
1655 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only20.rs ... ok |
1656 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only21.rs ... ok |
1657 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only22.rs ... ok |
1658 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only3.rs ... ok |
1659 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only4.rs ... ok |
1660 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only5.rs ... ok |
1661 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only6.rs ... ok |
1662 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only7.rs ... ok |
1663 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only8.rs ... ok |
1664 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_trait_only9.rs ... ok |
1665 | 2024-12-04T00:13:53.439Z | test tests/fail/bad_version_backwards.rs ... ok |
1666 | 2024-12-04T00:13:53.440Z | test tests/fail/unused_endpoint.rs ... ok |
1667 | 2024-12-04T00:13:53.440Z | |
1668 | 2024-12-04T00:13:53.440Z | |
1669 | 2024-12-04T00:13:53.440Z | test fail ... ok |
1670 | 2024-12-04T00:13:53.440Z | |
1671 | 2024-12-04T00:13:53.440Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 54.38s |
1672 | 2024-12-04T00:13:53.440Z | |
1673 | 2024-12-04T00:13:53.442Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-5a5ce844f90c8018` |
1674 | 2024-12-04T00:13:53.448Z | |
1675 | 2024-12-04T00:13:53.448Z | running 82 tests |
1676 | 2024-12-04T00:13:53.451Z | test api_trait::test_api_trait_with_disallowed_tags ... ok |
1677 | 2024-12-04T00:13:53.451Z | test api_trait::test_api_trait_with_empty_tag_config ... ok |
1678 | 2024-12-04T00:13:53.451Z | test api_trait::test_api_trait_with_complex_tags ... ok |
1679 | 2024-12-04T00:13:53.451Z | test config::test_config_bad_request_body_max_bytes_negative ... ok |
1680 | 2024-12-04T00:13:53.451Z | test config::test_config_bad_bind_address_port_too_small ... ok |
1681 | 2024-12-04T00:13:53.451Z | test config::test_config_bad_bind_address_garbage ... ok |
1682 | 2024-12-04T00:13:53.451Z | test config::test_config_bad_bind_address_port_too_large ... ok |
1683 | 2024-12-04T00:13:53.451Z | test config::test_config_bad_request_body_max_bytes_too_large ... ok |
1684 | 2024-12-04T00:13:53.451Z | test config::test_config_deprecated_request_body_max_bytes ... ok |
1685 | 2024-12-04T00:13:53.454Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-api_trait_basic.2817.0.log" |
1686 | 2024-12-04T00:13:53.454Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-config_bind_address_https.2817.2.log" |
1687 | 2024-12-04T00:13:53.454Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-config_bind_address_https_buffer.2817.3.log" |
1688 | 2024-12-04T00:13:53.454Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-config_handler_task_mode_detached.2817.6.log" |
1689 | 2024-12-04T00:13:53.454Z | test config::test_valid_config_all_settings ... ok |
1690 | 2024-12-04T00:13:53.454Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-config_handler_task_mode_cancel.2817.5.log" |
1691 | 2024-12-04T00:13:53.454Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-config_bind_address_http.2817.1.log" |
1692 | 2024-12-04T00:13:53.454Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_unversioned_servers_with_versioned_routes.2817.4.log" |
1693 | 2024-12-04T00:13:53.454Z | test config::test_valid_config_basic ... ok |
1694 | 2024-12-04T00:13:53.454Z | test config::test_valid_config_empty ... ok |
1695 | 2024-12-04T00:13:53.454Z | test config::test_unversioned_servers_with_versioned_routes ... ok |
1696 | 2024-12-04T00:13:53.454Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_enum_extractor_error.2817.7.log" |
1697 | 2024-12-04T00:13:53.454Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_enum_user_error.2817.8.log" |
1698 | 2024-12-04T00:13:53.457Z | test config::test_config_handler_task_mode_detached ... ok |
1699 | 2024-12-04T00:13:53.457Z | test config::test_config_handler_task_mode_cancel ... ok |
1700 | 2024-12-04T00:13:53.457Z | test custom_errors::test_enum_user_error ... ok |
1701 | 2024-12-04T00:13:53.457Z | test custom_errors::test_enum_extractor_error ... ok |
1702 | 2024-12-04T00:13:53.460Z | test api_trait::test_api_trait_basic ... ok |
1703 | 2024-12-04T00:13:53.460Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_struct_extractor_error.2817.9.log" |
1704 | 2024-12-04T00:13:53.460Z | test custom_errors::test_trait_based_api ... ok |
1705 | 2024-12-04T00:13:53.460Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_struct_user_error.2817.10.log" |
1706 | 2024-12-04T00:13:53.460Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_trait_enum_user_error.2817.11.log" |
1707 | 2024-12-04T00:13:53.460Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_trait_struct_user_error.2817.12.log" |
1708 | 2024-12-04T00:13:53.460Z | test config::test_config_bind_address_http ... ok |
1709 | 2024-12-04T00:13:53.460Z | test custom_errors::test_struct_extractor_error ... ok |
1710 | 2024-12-04T00:13:53.460Z | test custom_errors::test_struct_user_error ... ok |
1711 | 2024-12-04T00:13:53.460Z | test custom_errors::test_trait_enum_user_error ... ok |
1712 | 2024-12-04T00:13:53.460Z | test custom_errors::test_trait_struct_user_error ... ok |
1713 | 2024-12-04T00:13:53.463Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_302_bogus.2817.13.log" |
1714 | 2024-12-04T00:13:53.463Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_302_found.2817.14.log" |
1715 | 2024-12-04T00:13:53.463Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_307_temporary_redirect.2817.15.log" |
1716 | 2024-12-04T00:13:53.463Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_303_see_other.2817.16.log" |
1717 | 2024-12-04T00:13:53.463Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo1.2817.17.log" |
1718 | 2024-12-04T00:13:53.467Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_delete_request.2817.18.log" |
1719 | 2024-12-04T00:13:53.467Z | test demo::test_302_bogus ... ok |
1720 | 2024-12-04T00:13:53.467Z | test demo::test_302_found ... ok |
1721 | 2024-12-04T00:13:53.467Z | test demo::test_307_temporary_redirect ... ok |
1722 | 2024-12-04T00:13:53.467Z | test demo::test_303_see_other ... ok |
1723 | 2024-12-04T00:13:53.467Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo2query.2817.19.log" |
1724 | 2024-12-04T00:13:53.467Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo2json.2817.20.log" |
1725 | 2024-12-04T00:13:53.467Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo2urlencoded.2817.21.log" |
1726 | 2024-12-04T00:13:53.467Z | test demo::test_demo1 ... ok |
1727 | 2024-12-04T00:13:53.467Z | test demo::test_delete_request ... ok |
1728 | 2024-12-04T00:13:53.467Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo3json.2817.22.log" |
1729 | 2024-12-04T00:13:53.467Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo_path_param_string.2817.23.log" |
1730 | 2024-12-04T00:13:53.475Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo_path_param_u32.2817.24.log" |
1731 | 2024-12-04T00:13:53.475Z | test demo::test_demo2query ... ok |
1732 | 2024-12-04T00:13:53.482Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo_path_param_uuid.2817.25.log" |
1733 | 2024-12-04T00:13:53.485Z | test demo::test_demo_path_param_uuid ... ok |
1734 | 2024-12-04T00:13:53.488Z | test demo::test_demo_path_param_u32 ... ok |
1735 | 2024-12-04T00:13:53.488Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-demo_websocket.2817.26.log" |
1736 | 2024-12-04T00:13:53.488Z | test demo::test_demo2urlencoded ... ok |
1737 | 2024-12-04T00:13:53.488Z | test demo::test_demo2json ... ok |
1738 | 2024-12-04T00:13:53.488Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_head_request.2817.27.log" |
1739 | 2024-12-04T00:13:53.488Z | test demo::test_demo3json ... ok |
1740 | 2024-12-04T00:13:53.488Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_header_request.2817.28.log" |
1741 | 2024-12-04T00:13:53.488Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_large_typed_body.2817.29.log" |
1742 | 2024-12-04T00:13:53.491Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-tet_raw_request.2817.30.log" |
1743 | 2024-12-04T00:13:53.491Z | test config::test_config_bind_address_https ... ok |
1744 | 2024-12-04T00:13:53.491Z | test config::test_config_bind_address_https_buffer ... ok |
1745 | 2024-12-04T00:13:53.491Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_request_compat.2817.31.log" |
1746 | 2024-12-04T00:13:53.491Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_request_remote_addr.2817.32.log" |
1747 | 2024-12-04T00:13:53.497Z | test demo::test_header_request ... ok |
1748 | 2024-12-04T00:13:53.497Z | test demo::test_raw_request ... ok |
1749 | 2024-12-04T00:13:53.499Z | test demo::test_request_remote_addr ... ok |
1750 | 2024-12-04T00:13:53.499Z | test demo::test_head_request ... ok |
1751 | 2024-12-04T00:13:53.499Z | test demo::test_request_compat ... ok |
1752 | 2024-12-04T00:13:53.499Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-multipart_client.2817.34.log" |
1753 | 2024-12-04T00:13:53.499Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-graceful_shutdown_with_detached_handler.2817.33.log" |
1754 | 2024-12-04T00:13:53.499Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-multipart_client.2817.35.log" |
1755 | 2024-12-04T00:13:53.499Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_untyped_body.2817.36.log" |
1756 | 2024-12-04T00:13:53.499Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_streaming_body.2817.37.log" |
1757 | 2024-12-04T00:13:53.500Z | test demo::test_large_typed_body ... ok |
1758 | 2024-12-04T00:13:53.500Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-multipart_client.2817.38.log" |
1759 | 2024-12-04T00:13:53.502Z | test multipart::no_content_type ... ok |
1760 | 2024-12-04T00:13:53.502Z | test multipart::missing_boundary ... ok |
1761 | 2024-12-04T00:13:53.503Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-multipart_client.2817.39.log" |
1762 | 2024-12-04T00:13:53.503Z | test demo::test_demo_websocket ... ok |
1763 | 2024-12-04T00:13:53.503Z | test multipart::test_multipart_client ... ok |
1764 | 2024-12-04T00:13:53.503Z | test multipart::weird_content_type ... ok |
1765 | 2024-12-04T00:13:53.505Z | test demo::test_demo_path_param_string ... ok |
1766 | 2024-12-04T00:13:53.505Z | test demo::test_streaming_body ... ok |
1767 | 2024-12-04T00:13:53.506Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-pagination-basic.2817.40.log" |
1768 | 2024-12-04T00:13:53.506Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-pagination-multiple-resources.2817.41.log" |
1769 | 2024-12-04T00:13:53.506Z | test openapi::test_openapi_custom_error_types_trait_based ... ok |
1770 | 2024-12-04T00:13:53.506Z | test openapi::test_openapi_custom_error_types ... ok |
1771 | 2024-12-04T00:13:53.506Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-pagination-multiple-sorts.2817.42.log" |
1772 | 2024-12-04T00:13:53.515Z | test demo::test_untyped_body ... ok |
1773 | 2024-12-04T00:13:53.520Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-basic.2817.43.log" |
1774 | 2024-12-04T00:13:53.520Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-dictionary.2817.44.log" |
1775 | 2024-12-04T00:13:53.526Z | test openapi::test_openapi ... ok |
1776 | 2024-12-04T00:13:53.529Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-empty.2817.45.log" |
1777 | 2024-12-04T00:13:53.531Z | test openapi::test_openapi_fuller ... ok |
1778 | 2024-12-04T00:13:53.531Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-errors.2817.46.log" |
1779 | 2024-12-04T00:13:53.542Z | test pagination::test_paginate_empty ... ok |
1780 | 2024-12-04T00:13:53.545Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-extra_params.2817.47.log" |
1781 | 2024-12-04T00:13:53.567Z | test pagination::test_paginate_errors ... ok |
1782 | 2024-12-04T00:13:53.568Z | test pagination::test_paginate_extra_params ... ok |
1783 | 2024-12-04T00:13:53.570Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-required_params.2817.48.log" |
1784 | 2024-12-04T00:13:53.570Z | test pagination_schema::test_pagination_schema ... ok |
1785 | 2024-12-04T00:13:53.570Z | test path_names::test_path_names ... ok |
1786 | 2024-12-04T00:13:53.570Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_no_tls.2817.49.log" |
1787 | 2024-12-04T00:13:53.578Z | test starter::test_no_tls ... ok |
1788 | 2024-12-04T00:13:53.581Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_with_tls.2817.50.log" |
1789 | 2024-12-04T00:13:53.588Z | test pagination::test_paginate_with_required_params ... ok |
1790 | 2024-12-04T00:13:53.590Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-non_streaming_servers_do_not_use_transfer_encoding.2817.51.log" |
1791 | 2024-12-04T00:13:53.597Z | test streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
1792 | 2024-12-04T00:13:53.600Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-streaming_server_buffered_client.2817.52.log" |
1793 | 2024-12-04T00:13:53.632Z | test streaming::test_streaming_server_buffered_client ... ok |
1794 | 2024-12-04T00:13:53.634Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-streaming_server_streaming_client.2817.53.log" |
1795 | 2024-12-04T00:13:53.646Z | test pagination::test_paginate_basic ... ok |
1796 | 2024-12-04T00:13:53.650Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_server_is_http.2817.54.log" |
1797 | 2024-12-04T00:13:53.655Z | test tls::test_server_is_http ... ok |
1798 | 2024-12-04T00:13:53.657Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_server_is_https.2817.55.log" |
1799 | 2024-12-04T00:13:53.664Z | test streaming::test_streaming_server_streaming_client ... ok |
1800 | 2024-12-04T00:13:53.666Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_tls_aborted_negotiation.2817.56.log" |
1801 | 2024-12-04T00:13:53.935Z | test starter::test_with_tls ... ok |
1802 | 2024-12-04T00:13:53.938Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_tls_certificate_loading.2817.57.log" |
1803 | 2024-12-04T00:13:53.985Z | test tls::test_server_is_https ... ok |
1804 | 2024-12-04T00:13:53.988Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_tls_only.2817.58.log" |
1805 | 2024-12-04T00:13:54.261Z | test tls::test_tls_certificate_loading ... ok |
1806 | 2024-12-04T00:13:54.263Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_tls_refresh_certificates.2817.59.log" |
1807 | 2024-12-04T00:13:54.315Z | test tls::test_tls_aborted_negotiation ... ok |
1808 | 2024-12-04T00:13:54.318Z | note: configured to log to "/tmp/integration_tests-5a5ce844f90c8018-test_versions.2817.60.log" |
1809 | 2024-12-04T00:13:54.379Z | test versions::test_versions ... ok |
1810 | 2024-12-04T00:13:54.382Z | test versions::test_versions_openapi ... ok |
1811 | 2024-12-04T00:13:54.386Z | test versions::test_versions_openapi_same_names ... ok |
1812 | 2024-12-04T00:13:54.627Z | test tls::test_tls_only ... ok |
1813 | 2024-12-04T00:13:54.629Z | test tls::test_tls_refresh_certificates ... ok |
1814 | 2024-12-04T00:13:55.501Z | test detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok |
1815 | 2024-12-04T00:13:56.284Z | test pagination::test_example_basic ... ok |
1816 | 2024-12-04T00:13:56.395Z | test pagination::test_paginate_dictionary ... ok |
1817 | 2024-12-04T00:13:59.782Z | test pagination::test_example_multiple_sorts ... ok |
1818 | 2024-12-04T00:14:00.244Z | test pagination::test_example_multiple_resources ... ok |
1819 | 2024-12-04T00:14:00.244Z | |
1820 | 2024-12-04T00:14:00.244Z | test result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.80s |
1821 | 2024-12-04T00:14:00.244Z | |
1822 | 2024-12-04T00:14:00.253Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-eb13bd2a6578fc15` |
1823 | 2024-12-04T00:14:00.262Z | |
1824 | 2024-12-04T00:14:00.262Z | running 35 tests |
1825 | 2024-12-04T00:14:00.268Z | test channel::tests::test_channel_operation_id ... ok |
1826 | 2024-12-04T00:14:00.268Z | test channel::tests::test_channel_with_versions ... ok |
1827 | 2024-12-04T00:14:00.270Z | test endpoint::tests::test_endpoint_bad_context_receiver ... ok |
1828 | 2024-12-04T00:14:00.270Z | test doc::tests::test_extract_summary_description ... ok |
1829 | 2024-12-04T00:14:00.270Z | test channel::tests::test_channel_with_unnamed_params ... ok |
1830 | 2024-12-04T00:14:00.270Z | test endpoint::tests::test_endpoint_bad_metadata ... ok |
1831 | 2024-12-04T00:14:00.270Z | test endpoint::tests::test_endpoint_bad_string ... ok |
1832 | 2024-12-04T00:14:00.270Z | test api_trait::tests::test_api_trait_no_endpoints ... ok |
1833 | 2024-12-04T00:14:00.270Z | test endpoint::tests::test_endpoint_bad_versions ... ok |
1834 | 2024-12-04T00:14:00.270Z | test endpoint::tests::test_endpoint_invalid_item ... ok |
1835 | 2024-12-04T00:14:00.270Z | test endpoint::tests::test_endpoint_no_arguments ... ok |
1836 | 2024-12-04T00:14:00.273Z | test endpoint::tests::test_endpoint_not_async ... ok |
1837 | 2024-12-04T00:14:00.273Z | test channel::tests::test_channel_with_custom_params ... ok |
1838 | 2024-12-04T00:14:00.273Z | test endpoint::tests::test_endpoint_basic ... ok |
1839 | 2024-12-04T00:14:00.273Z | test endpoint::tests::test_endpoint_content_type ... ok |
1840 | 2024-12-04T00:14:00.273Z | test endpoint::tests::test_endpoint_context_fully_qualified_names ... ok |
1841 | 2024-12-04T00:14:00.275Z | test api_trait::tests::test_api_trait_operation_id ... ok |
1842 | 2024-12-04T00:14:00.276Z | test endpoint::tests::test_endpoint_pub_crate ... ok |
1843 | 2024-12-04T00:14:00.276Z | test api_trait::tests::test_api_trait_basic ... ok |
1844 | 2024-12-04T00:14:00.276Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok |
1845 | 2024-12-04T00:14:00.276Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok |
1846 | 2024-12-04T00:14:00.276Z | test endpoint::tests::test_endpoint_with_doc ... ok |
1847 | 2024-12-04T00:14:00.279Z | test endpoint::tests::test_endpoint_with_empty_where_clause ... ok |
1848 | 2024-12-04T00:14:00.279Z | test api_trait::tests::test_api_trait_with_custom_params ... ok |
1849 | 2024-12-04T00:14:00.279Z | test endpoint::tests::test_endpoint_with_tags ... ok |
1850 | 2024-12-04T00:14:00.279Z | test endpoint::tests::test_endpoint_with_versions_all ... ok |
1851 | 2024-12-04T00:14:00.279Z | test endpoint::tests::test_endpoint_with_query ... ok |
1852 | 2024-12-04T00:14:00.279Z | test syn_parsing::tests::test_busted_function ... ok |
1853 | 2024-12-04T00:14:00.279Z | test endpoint::tests::test_endpoint_with_versions_from ... ok |
1854 | 2024-12-04T00:14:00.279Z | test params::tests::test_extract_rqctx_ty_param ... ok |
1855 | 2024-12-04T00:14:00.279Z | test endpoint::tests::test_endpoint_with_custom_params ... ok |
1856 | 2024-12-04T00:14:00.279Z | test endpoint::tests::test_endpoint_with_unnamed_params ... ok |
1857 | 2024-12-04T00:14:00.279Z | test endpoint::tests::test_endpoint_with_versions_from_until ... ok |
1858 | 2024-12-04T00:14:00.281Z | test endpoint::tests::test_operation_id ... ok |
1859 | 2024-12-04T00:14:00.281Z | test endpoint::tests::test_endpoint_with_versions_until ... ok |
1860 | 2024-12-04T00:14:00.281Z | |
1861 | 2024-12-04T00:14:00.281Z | test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
1862 | 2024-12-04T00:14:00.281Z | |
1863 | 2024-12-04T00:14:00.286Z | Doc-tests dropshot |
1864 | 2024-12-04T00:14:00.287Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-9c0d4e6667c268b2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2baac0c8e25d16e0.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-24455bca1c15cdda.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d37d4721ad12f540.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0847b9e6a59eb3ff.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c66df1b5bceb0ad2.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-d4d1e1b8a1fc9253.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f8c0515fc5f648fe.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-38326b8782ab3333.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d603e575084d4cd2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9b8fb4367008baf9.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-41f6affb57852796.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9f7890a11b263d51.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-f5ae170035e5292b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e5cb610c7ca69e90.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-31d65fcd4edff98d.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-605e1eeb5fd6835a.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-0e27c55f56d58982.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-70c6d85dddae1f2f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-114f625e5ae784d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-a299d5fdfbff4099.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bc302a82a811c21e.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d4b58fab2711e574.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7330373093722a56.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f08b30356ebeac93.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-174544b94d5dfd32.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-0f72be3958f0cafc.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-1442251075c6c00a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-542f3def27b988ef.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a8ba3893ad58a173.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-699da11246f16cdf.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-261684e3954b4db4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c66ec27ca8bde895.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-1a11f278b5a12dd4.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a1765e5dac7c51ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-00025b0d74ec197b.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-498c1649ef0e09ad.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --error-format human` |
1865 | 2024-12-04T00:14:00.842Z | |
1866 | 2024-12-04T00:14:00.842Z | running 23 tests |
1867 | 2024-12-04T00:14:02.835Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok |
1868 | 2024-12-04T00:14:02.841Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored |
1869 | 2024-12-04T00:14:02.841Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored |
1870 | 2024-12-04T00:14:02.944Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok |
1871 | 2024-12-04T00:14:07.657Z | test dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 363) ... ok |
1872 | 2024-12-04T00:14:07.657Z | test dropshot/src/lib.rs - (line 322) ... ignored |
1873 | 2024-12-04T00:14:07.727Z | test dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 558) ... ok |
1874 | 2024-12-04T00:14:07.959Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok |
1875 | 2024-12-04T00:14:07.994Z | test dropshot/src/lib.rs - (line 46) - compile ... ok |
1876 | 2024-12-04T00:14:08.099Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok |
1877 | 2024-12-04T00:14:08.417Z | test dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok |
1878 | 2024-12-04T00:14:08.434Z | test dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 153) ... ok |
1879 | 2024-12-04T00:14:08.436Z | test dropshot/src/lib.rs - channel (line 1139) ... ignored |
1880 | 2024-12-04T00:14:08.436Z | test dropshot/src/lib.rs - endpoint (line 1184) ... ignored |
1881 | 2024-12-04T00:14:09.685Z | test dropshot/src/lib.rs - (line 372) ... ok |
1882 | 2024-12-04T00:14:10.117Z | test dropshot/src/lib.rs - (line 635) ... ok |
1883 | 2024-12-04T00:14:10.120Z | test dropshot/src/lib.rs - api_description (line 1004) ... ok |
1884 | 2024-12-04T00:14:10.343Z | test dropshot/src/lib.rs - api_description (line 1065) ... ok |
1885 | 2024-12-04T00:14:10.411Z | test dropshot/src/lib.rs - (line 110) ... ok |
1886 | 2024-12-04T00:14:10.580Z | test dropshot/src/lib.rs - (line 189) ... ok |
1887 | 2024-12-04T00:14:11.284Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok |
1888 | 2024-12-04T00:14:13.697Z | test dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok |
1889 | 2024-12-04T00:14:15.225Z | test dropshot/src/lib.rs - (line 471) ... ok |
1890 | 2024-12-04T00:14:15.227Z | |
1891 | 2024-12-04T00:14:15.227Z | test result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 14.38s |
1892 | 2024-12-04T00:14:15.227Z | |
1893 | 2024-12-04T00:14:15.250Z | Doc-tests dropshot_endpoint |
1894 | 2024-12-04T00:14:15.253Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-2b9c3f9b8064e8be/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-42893e4f51b345d4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-63d3e8e6520526ae.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-3260d1ae9a5ddbcb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-6ead4e278f4ae52d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-286d99e12a9aaf0a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-99827c599c2fff1c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-95fb14f9dd58e10d.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --error-format human` |
1895 | 2024-12-04T00:14:15.478Z | |
1896 | 2024-12-04T00:14:15.478Z | running 0 tests |
1897 | 2024-12-04T00:14:15.478Z | |
1898 | 2024-12-04T00:14:15.478Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1899 | 2024-12-04T00:14:15.478Z | |
1900 | 2024-12-04T00:14:15.506Z | |
1901 | 2024-12-04T00:14:15.509Z | real 2:58.239814697 |
1902 | 2024-12-04T00:14:15.509Z | user 15:03.933469153 |
1903 | 2024-12-04T00:14:15.510Z | sys 3:07.809645432 |
1904 | 2024-12-04T00:14:15.510Z | trap 0.654563703 |
1905 | 2024-12-04T00:14:15.510Z | tflt 0.667962740 |
1906 | 2024-12-04T00:14:15.510Z | dflt 0.493726135 |
1907 | 2024-12-04T00:14:15.510Z | kflt 0.000071536 |
1908 | 2024-12-04T00:14:15.510Z | lock 34:45.193755575 |
1909 | 2024-12-04T00:14:15.510Z | slp 1:16:48.427299089 |
1910 | 2024-12-04T00:14:15.510Z | lat 49.256952218 |
1911 | 2024-12-04T00:14:15.510Z | stop 1:27.348719164 |
1912 | 2024-12-04T00:14:15.510Z | process exited: duration 351402 ms, exit code 0 |
|
1913 | 2024-12-04T00:14:15.516Z | found 0 output files |