|
|
|
1 | 2025-01-13T04:55:50.177Z | job assigned to worker 01JHF07VGNDQ9MKTSNPDM7PE01 [factory aws, i-0e75f467202189fd6] (queued for 48 s) |
|
2 | 2025-01-13T04:55:58.025Z | starting task 0: "setup" |
3 | 2025-01-13T04:55:58.039Z | ++ uname -s |
4 | 2025-01-13T04:55:58.041Z | + kern=SunOS |
5 | 2025-01-13T04:55:58.041Z | + case "$kern" in |
6 | 2025-01-13T04:55:58.041Z | + groupadd -g 12345 build |
7 | 2025-01-13T04:55:58.044Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-13T04:56:00.053Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-13T04:56:00.161Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-13T04:56:00.164Z | + home_fs=zfs |
11 | 2025-01-13T04:56:00.164Z | + [[ zfs == autofs ]] |
12 | 2025-01-13T04:56:00.164Z | + mkdir -p /home/build |
13 | 2025-01-13T04:56:00.166Z | + chown build:build /home/build /work |
14 | 2025-01-13T04:56:02.168Z | + chmod 0700 /home/build /work |
15 | 2025-01-13T04:56:02.171Z | process exited: duration 4145 ms, exit code 0 |
|
16 | 2025-01-13T04:56:02.176Z | starting task 1: "rust-toolchain" |
17 | 2025-01-13T04:56:02.182Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-13T04:56:02.182Z | ' stable |
19 | 2025-01-13T04:56:02.184Z | * toolchain channel = "stable" |
20 | 2025-01-13T04:56:02.184Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-13T04:56:02.184Z | ' default |
22 | 2025-01-13T04:56:02.184Z | * toolchain profile = "default" |
23 | 2025-01-13T04:56:02.184Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-13T04:56:02.184Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2025-01-13T04:56:02.304Z | info: downloading installer |
26 | 2025-01-13T04:56:03.731Z | info: profile set to 'default' |
27 | 2025-01-13T04:56:03.731Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-13T04:56:03.733Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2025-01-13T04:56:03.890Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-13T04:56:03.890Z | info: downloading component 'cargo' |
31 | 2025-01-13T04:56:04.797Z | info: downloading component 'clippy' |
32 | 2025-01-13T04:56:05.141Z | info: downloading component 'rust-docs' |
33 | 2025-01-13T04:56:06.376Z | info: downloading component 'rust-std' |
34 | 2025-01-13T04:56:08.205Z | info: downloading component 'rustc' |
35 | 2025-01-13T04:56:15.226Z | info: downloading component 'rustfmt' |
36 | 2025-01-13T04:56:15.491Z | info: installing component 'cargo' |
37 | 2025-01-13T04:56:16.320Z | info: installing component 'clippy' |
38 | 2025-01-13T04:56:16.695Z | info: installing component 'rust-docs' |
39 | 2025-01-13T04:56:18.371Z | info: installing component 'rust-std' |
40 | 2025-01-13T04:56:20.083Z | info: installing component 'rustc' |
41 | 2025-01-13T04:56:26.052Z | info: installing component 'rustfmt' |
42 | 2025-01-13T04:56:26.383Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2025-01-13T04:56:26.384Z | |
44 | 2025-01-13T04:56:26.771Z | stable-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-13T04:56:26.771Z | |
46 | 2025-01-13T04:56:26.774Z | |
47 | 2025-01-13T04:56:26.774Z | Rust is installed now. Great! |
48 | 2025-01-13T04:56:26.774Z | |
49 | 2025-01-13T04:56:26.774Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-13T04:56:26.774Z | environment variable. This has not been done automatically. |
51 | 2025-01-13T04:56:26.774Z | |
52 | 2025-01-13T04:56:26.774Z | To configure your current shell, you need to source |
53 | 2025-01-13T04:56:26.774Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-13T04:56:26.774Z | |
55 | 2025-01-13T04:56:26.774Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-13T04:56:26.774Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-13T04:56:26.774Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-13T04:56:26.848Z | + rustc --version |
59 | 2025-01-13T04:56:26.914Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-13T04:56:26.917Z | process exited: duration 24739 ms, exit code 0 |
|
61 | 2025-01-13T04:56:26.922Z | starting task 2: "authentication" |
62 | 2025-01-13T04:56:26.943Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-13T04:56:26.947Z | starting task 3: "clone repository" |
64 | 2025-01-13T04:56:26.952Z | + mkdir -p /work/oxidecomputer/dropshot |
65 | 2025-01-13T04:56:26.955Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
66 | 2025-01-13T04:56:26.998Z | Cloning into '/work/oxidecomputer/dropshot'... |
67 | 2025-01-13T04:56:28.084Z | + cd /work/oxidecomputer/dropshot |
68 | 2025-01-13T04:56:28.086Z | + git fetch origin ebab80f18b349f0870c4cad58da7a5135670ecbd |
69 | 2025-01-13T04:56:28.368Z | From https://github.com/oxidecomputer/dropshot |
70 | 2025-01-13T04:56:28.368Z | * branch ebab80f18b349f0870c4cad58da7a5135670ecbd -> FETCH_HEAD |
71 | 2025-01-13T04:56:28.377Z | + [[ -n dependabot/cargo/async-trait-0.1.85 ]] |
72 | 2025-01-13T04:56:28.380Z | ++ git branch --show-current |
73 | 2025-01-13T04:56:28.383Z | + current=main |
74 | 2025-01-13T04:56:28.383Z | + [[ main != dependabot/cargo/async-trait-0.1.85 ]] |
75 | 2025-01-13T04:56:28.383Z | + git branch -f dependabot/cargo/async-trait-0.1.85 ebab80f18b349f0870c4cad58da7a5135670ecbd |
76 | 2025-01-13T04:56:28.385Z | + git checkout -f dependabot/cargo/async-trait-0.1.85 |
77 | 2025-01-13T04:56:28.405Z | Switched to branch 'dependabot/cargo/async-trait-0.1.85' |
78 | 2025-01-13T04:56:28.408Z | + git reset --hard ebab80f18b349f0870c4cad58da7a5135670ecbd |
79 | 2025-01-13T04:56:28.425Z | HEAD is now at ebab80f Bump async-trait from 0.1.84 to 0.1.85 |
80 | 2025-01-13T04:56:28.427Z | process exited: duration 1478 ms, exit code 0 |
|
81 | 2025-01-13T04:56:28.432Z | starting task 4: "build" |
82 | 2025-01-13T04:56:28.437Z | + cargo --version |
83 | 2025-01-13T04:56:28.442Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2025-01-13T04:56:28.591Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2025-01-13T04:56:28.591Z | info: downloading component 'cargo' |
86 | 2025-01-13T04:56:29.328Z | info: downloading component 'clippy' |
87 | 2025-01-13T04:56:29.612Z | info: downloading component 'rust-docs' |
88 | 2025-01-13T04:56:30.651Z | info: downloading component 'rust-std' |
89 | 2025-01-13T04:56:32.136Z | info: downloading component 'rustc' |
90 | 2025-01-13T04:56:37.781Z | info: downloading component 'rustfmt' |
91 | 2025-01-13T04:56:38.000Z | info: installing component 'cargo' |
92 | 2025-01-13T04:56:38.819Z | info: installing component 'clippy' |
93 | 2025-01-13T04:56:39.191Z | info: installing component 'rust-docs' |
94 | 2025-01-13T04:56:40.850Z | info: installing component 'rust-std' |
95 | 2025-01-13T04:56:42.500Z | info: installing component 'rustc' |
96 | 2025-01-13T04:56:48.139Z | info: installing component 'rustfmt' |
97 | 2025-01-13T04:56:48.546Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2025-01-13T04:56:48.548Z | + rustc --version |
99 | 2025-01-13T04:56:48.617Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2025-01-13T04:56:48.622Z | + banner build |
101 | 2025-01-13T04:56:48.624Z | |
102 | 2025-01-13T04:56:48.624Z | ##### # # # # ##### |
103 | 2025-01-13T04:56:48.624Z | # # # # # # # # |
104 | 2025-01-13T04:56:48.624Z | ##### # # # # # # |
105 | 2025-01-13T04:56:48.625Z | # # # # # # # # |
106 | 2025-01-13T04:56:48.625Z | # # # # # # # # |
107 | 2025-01-13T04:56:48.625Z | ##### #### # ###### ##### |
108 | 2025-01-13T04:56:48.625Z | |
109 | 2025-01-13T04:56:48.627Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
110 | 2025-01-13T04:56:48.759Z | Updating crates.io index |
111 | 2025-01-13T04:56:49.490Z | Downloading crates ... |
112 | 2025-01-13T04:56:49.570Z | Downloaded async-stream-impl v0.3.6 |
113 | 2025-01-13T04:56:49.589Z | Downloaded crypto-common v0.1.6 |
114 | 2025-01-13T04:56:49.591Z | Downloaded http-body v1.0.1 |
115 | 2025-01-13T04:56:49.602Z | Downloaded equivalent v1.0.0 |
116 | 2025-01-13T04:56:49.603Z | Downloaded unicase v2.6.0 |
117 | 2025-01-13T04:56:49.603Z | Downloaded openssl-sys v0.9.103 |
118 | 2025-01-13T04:56:49.607Z | Downloaded waitgroup v0.1.2 |
119 | 2025-01-13T04:56:49.610Z | Downloaded match_cfg v0.1.0 |
120 | 2025-01-13T04:56:49.612Z | Downloaded pretty-hex v0.4.1 |
121 | 2025-01-13T04:56:49.612Z | Downloaded foreign-types v0.3.2 |
122 | 2025-01-13T04:56:49.615Z | Downloaded num-conv v0.1.0 |
123 | 2025-01-13T04:56:49.618Z | Downloaded openssl-macros v0.1.1 |
124 | 2025-01-13T04:56:49.620Z | Downloaded num_threads v0.1.3 |
125 | 2025-01-13T04:56:49.622Z | Downloaded newline-converter v0.3.0 |
126 | 2025-01-13T04:56:49.622Z | Downloaded deranged v0.3.11 |
127 | 2025-01-13T04:56:49.624Z | Downloaded http-range v0.1.4 |
128 | 2025-01-13T04:56:49.627Z | Downloaded debug-ignore v1.0.5 |
129 | 2025-01-13T04:56:49.629Z | Downloaded scroll_derive v0.12.0 |
130 | 2025-01-13T04:56:49.631Z | Downloaded schema v0.1.0 |
131 | 2025-01-13T04:56:49.631Z | Downloaded digest v0.10.7 |
132 | 2025-01-13T04:56:49.634Z | Downloaded simple-mermaid v0.2.0 |
133 | 2025-01-13T04:56:49.636Z | Downloaded percent-encoding v2.3.1 |
134 | 2025-01-13T04:56:49.638Z | Downloaded want v0.3.0 |
135 | 2025-01-13T04:56:49.638Z | Downloaded camino v1.1.9 |
136 | 2025-01-13T04:56:49.641Z | Downloaded usdt-macro v0.5.0 |
137 | 2025-01-13T04:56:49.643Z | Downloaded tracing v0.1.40 |
138 | 2025-01-13T04:56:49.648Z | Downloaded utf-8 v0.7.6 |
139 | 2025-01-13T04:56:49.651Z | Downloaded pem v3.0.4 |
140 | 2025-01-13T04:56:49.654Z | Downloaded parking v2.2.0 |
141 | 2025-01-13T04:56:49.654Z | Downloaded fastrand v2.1.1 |
142 | 2025-01-13T04:56:49.657Z | Downloaded dirs-next v2.0.0 |
143 | 2025-01-13T04:56:49.657Z | Downloaded untrusted v0.9.0 |
144 | 2025-01-13T04:56:49.659Z | Downloaded memmap v0.7.0 |
145 | 2025-01-13T04:56:49.662Z | Downloaded pest_generator v2.7.6 |
146 | 2025-01-13T04:56:49.662Z | Downloaded httpdate v1.0.1 |
147 | 2025-01-13T04:56:49.665Z | Downloaded hostname v0.3.1 |
148 | 2025-01-13T04:56:49.665Z | Downloaded rustc-hash v2.0.0 |
149 | 2025-01-13T04:56:49.667Z | Downloaded rand_chacha v0.3.1 |
150 | 2025-01-13T04:56:49.669Z | Downloaded heck v0.5.0 |
151 | 2025-01-13T04:56:49.673Z | Downloaded mime v0.3.16 |
152 | 2025-01-13T04:56:49.673Z | Downloaded serde_urlencoded v0.7.1 |
153 | 2025-01-13T04:56:49.690Z | Downloaded slog-bunyan v2.5.0 |
154 | 2025-01-13T04:56:49.692Z | Downloaded ppv-lite86 v0.2.15 |
155 | 2025-01-13T04:56:49.692Z | Downloaded signal-hook-registry v1.4.0 |
156 | 2025-01-13T04:56:49.694Z | Downloaded hostname v0.4.0 |
157 | 2025-01-13T04:56:49.696Z | Downloaded powerfmt v0.2.0 |
158 | 2025-01-13T04:56:49.700Z | Downloaded pin-utils v0.1.0 |
159 | 2025-01-13T04:56:49.700Z | Downloaded generic-array v0.14.5 |
160 | 2025-01-13T04:56:49.704Z | Downloaded take_mut v0.2.2 |
161 | 2025-01-13T04:56:49.704Z | Downloaded rand_core v0.6.3 |
162 | 2025-01-13T04:56:49.706Z | Downloaded quinn-udp v0.5.5 |
163 | 2025-01-13T04:56:49.708Z | Downloaded glob v0.3.0 |
164 | 2025-01-13T04:56:49.709Z | Downloaded time-core v0.1.2 |
165 | 2025-01-13T04:56:49.711Z | Downloaded tower-service v0.3.3 |
166 | 2025-01-13T04:56:49.711Z | Downloaded thread-id v4.0.0 |
167 | 2025-01-13T04:56:49.713Z | Downloaded tower-layer v0.3.3 |
168 | 2025-01-13T04:56:49.713Z | Downloaded tinyvec_macros v0.1.0 |
169 | 2025-01-13T04:56:49.716Z | Downloaded slog-async v2.8.0 |
170 | 2025-01-13T04:56:49.716Z | Downloaded serde_spanned v0.6.7 |
171 | 2025-01-13T04:56:49.718Z | Downloaded zeroize v1.7.0 |
172 | 2025-01-13T04:56:49.720Z | Downloaded yasna v0.5.2 |
173 | 2025-01-13T04:56:49.723Z | Downloaded lock_api v0.4.6 |
174 | 2025-01-13T04:56:49.726Z | Downloaded futures-core v0.3.31 |
175 | 2025-01-13T04:56:49.728Z | Downloaded pest_derive v2.7.6 |
176 | 2025-01-13T04:56:49.730Z | Downloaded multer v3.1.0 |
177 | 2025-01-13T04:56:49.733Z | Downloaded schema-derive v0.1.0 |
178 | 2025-01-13T04:56:49.735Z | Downloaded quote v1.0.38 |
179 | 2025-01-13T04:56:49.737Z | Downloaded sync_wrapper v1.0.1 |
180 | 2025-01-13T04:56:49.739Z | Downloaded log v0.4.17 |
181 | 2025-01-13T04:56:49.741Z | Downloaded smallvec v1.13.2 |
182 | 2025-01-13T04:56:49.744Z | Downloaded target-triple v0.1.3 |
183 | 2025-01-13T04:56:49.747Z | Downloaded once_cell v1.20.1 |
184 | 2025-01-13T04:56:49.749Z | Downloaded slog-json v2.6.1 |
185 | 2025-01-13T04:56:49.751Z | Downloaded sha2 v0.10.8 |
186 | 2025-01-13T04:56:49.754Z | Downloaded toml_datetime v0.6.8 |
187 | 2025-01-13T04:56:49.756Z | Downloaded slog-term v2.9.1 |
188 | 2025-01-13T04:56:49.759Z | Downloaded serde_tokenstream v0.2.2 |
189 | 2025-01-13T04:56:49.763Z | Downloaded parking_lot v0.12.1 |
190 | 2025-01-13T04:56:49.767Z | Downloaded thiserror-impl v2.0.9 |
191 | 2025-01-13T04:56:49.767Z | Downloaded anyhow v1.0.95 |
192 | 2025-01-13T04:56:49.769Z | Downloaded trybuild v1.0.101 |
193 | 2025-01-13T04:56:49.773Z | Downloaded proc-macro2 v1.0.92 |
194 | 2025-01-13T04:56:49.775Z | Downloaded usdt-impl v0.5.0 |
195 | 2025-01-13T04:56:49.778Z | Downloaded rustls-pki-types v1.10.0 |
196 | 2025-01-13T04:56:49.781Z | Downloaded similar v2.2.1 |
197 | 2025-01-13T04:56:49.785Z | Downloaded spin v0.9.8 |
198 | 2025-01-13T04:56:49.788Z | Downloaded tokio-native-tls v0.3.1 |
199 | 2025-01-13T04:56:49.790Z | Downloaded subtle v2.5.0 |
200 | 2025-01-13T04:56:49.792Z | Downloaded socket2 v0.5.5 |
201 | 2025-01-13T04:56:49.794Z | Downloaded tokio-macros v2.4.0 |
202 | 2025-01-13T04:56:49.794Z | Downloaded unicode-bidi v0.3.15 |
203 | 2025-01-13T04:56:49.797Z | Downloaded thiserror-impl v1.0.69 |
204 | 2025-01-13T04:56:49.799Z | Downloaded time-macros v0.2.18 |
205 | 2025-01-13T04:56:49.802Z | Downloaded tokio-tungstenite v0.24.0 |
206 | 2025-01-13T04:56:49.804Z | Downloaded termcolor v1.1.2 |
207 | 2025-01-13T04:56:49.805Z | Downloaded bytes v1.9.0 |
208 | 2025-01-13T04:56:49.809Z | Downloaded tempfile v3.14.0 |
209 | 2025-01-13T04:56:49.811Z | Downloaded tungstenite v0.24.0 |
210 | 2025-01-13T04:56:49.816Z | Downloaded subprocess v0.2.9 |
211 | 2025-01-13T04:56:49.818Z | Downloaded url v2.5.2 |
212 | 2025-01-13T04:56:49.821Z | Downloaded prettyplease v0.2.25 |
213 | 2025-01-13T04:56:49.825Z | Downloaded rcgen v0.13.2 |
214 | 2025-01-13T04:56:49.828Z | Downloaded quinn v0.11.4 |
215 | 2025-01-13T04:56:49.833Z | Downloaded serde v1.0.217 |
216 | 2025-01-13T04:56:49.835Z | Downloaded tinyvec v1.5.1 |
217 | 2025-01-13T04:56:49.839Z | Downloaded rand v0.8.4 |
218 | 2025-01-13T04:56:49.843Z | Downloaded cc v1.0.83 |
219 | 2025-01-13T04:56:49.846Z | Downloaded unicode-segmentation v1.10.0 |
220 | 2025-01-13T04:56:49.849Z | Downloaded base64 v0.22.1 |
221 | 2025-01-13T04:56:49.854Z | Downloaded toml v0.8.19 |
222 | 2025-01-13T04:56:49.857Z | Downloaded mio v1.0.3 |
223 | 2025-01-13T04:56:49.863Z | Downloaded tokio-rustls v0.26.0 |
224 | 2025-01-13T04:56:49.866Z | Downloaded unicode-normalization v0.1.24 |
225 | 2025-01-13T04:56:49.869Z | Downloaded indexmap v2.7.0 |
226 | 2025-01-13T04:56:49.873Z | Downloaded zerocopy v0.7.32 |
227 | 2025-01-13T04:56:49.890Z | Downloaded serde_json v1.0.134 |
228 | 2025-01-13T04:56:49.896Z | Downloaded winnow v0.6.18 |
229 | 2025-01-13T04:56:49.904Z | Downloaded tokio-util v0.7.7 |
230 | 2025-01-13T04:56:49.910Z | Downloaded portable-atomic v1.9.0 |
231 | 2025-01-13T04:56:49.917Z | Downloaded toml_edit v0.22.20 |
232 | 2025-01-13T04:56:49.939Z | Downloaded tower v0.5.2 |
233 | 2025-01-13T04:56:49.948Z | Downloaded quinn-proto v0.11.8 |
234 | 2025-01-13T04:56:49.953Z | Downloaded time v0.3.36 |
235 | 2025-01-13T04:56:49.960Z | Downloaded goblin v0.8.0 |
236 | 2025-01-13T04:56:49.965Z | Downloaded vcpkg v0.2.15 |
237 | 2025-01-13T04:56:50.001Z | Downloaded h2 v0.4.6 |
238 | 2025-01-13T04:56:50.007Z | Downloaded webpki-roots v0.26.5 |
239 | 2025-01-13T04:56:50.010Z | Downloaded futures-util v0.3.31 |
240 | 2025-01-13T04:56:50.021Z | Downloaded reqwest v0.12.12 |
241 | 2025-01-13T04:56:50.029Z | Downloaded chrono v0.4.39 |
242 | 2025-01-13T04:56:50.037Z | Downloaded hyper v1.5.2 |
243 | 2025-01-13T04:56:50.044Z | Downloaded rustls v0.23.13 |
244 | 2025-01-13T04:56:50.055Z | Downloaded rustix v0.38.40 |
245 | 2025-01-13T04:56:50.076Z | Downloaded rustls v0.22.4 |
246 | 2025-01-13T04:56:50.088Z | Downloaded syn v2.0.95 |
247 | 2025-01-13T04:56:50.098Z | Downloaded openssl v0.10.66 |
248 | 2025-01-13T04:56:50.106Z | Downloaded idna v0.5.0 |
249 | 2025-01-13T04:56:50.112Z | Downloaded rustls-webpki v0.102.8 |
250 | 2025-01-13T04:56:50.129Z | Downloaded openapiv3 v2.0.0 |
251 | 2025-01-13T04:56:50.140Z | Downloaded hashbrown v0.15.2 |
252 | 2025-01-13T04:56:50.145Z | Downloaded http v1.2.0 |
253 | 2025-01-13T04:56:50.148Z | Downloaded expectorate v1.1.0 |
254 | 2025-01-13T04:56:50.151Z | Downloaded memchr v2.6.0 |
255 | 2025-01-13T04:56:50.155Z | Downloaded pest v2.7.6 |
256 | 2025-01-13T04:56:50.159Z | Downloaded crossbeam-channel v0.5.1 |
257 | 2025-01-13T04:56:50.163Z | Downloaded num-traits v0.2.14 |
258 | 2025-01-13T04:56:50.166Z | Downloaded hyper-util v0.1.10 |
259 | 2025-01-13T04:56:50.169Z | Downloaded thiserror v2.0.9 |
260 | 2025-01-13T04:56:50.175Z | Downloaded term v0.7.0 |
261 | 2025-01-13T04:56:50.178Z | Downloaded serde_derive v1.0.217 |
262 | 2025-01-13T04:56:50.180Z | Downloaded schemars v0.8.21 |
263 | 2025-01-13T04:56:50.191Z | Downloaded tracing-core v0.1.32 |
264 | 2025-01-13T04:56:50.194Z | Downloaded tokio-rustls v0.25.0 |
265 | 2025-01-13T04:56:50.196Z | Downloaded slog v2.7.0 |
266 | 2025-01-13T04:56:50.199Z | Downloaded ryu v1.0.5 |
267 | 2025-01-13T04:56:50.201Z | Downloaded pest_meta v2.7.6 |
268 | 2025-01-13T04:56:50.203Z | Downloaded parking_lot_core v0.9.4 |
269 | 2025-01-13T04:56:50.205Z | Downloaded futures v0.3.31 |
270 | 2025-01-13T04:56:50.209Z | Downloaded thiserror v1.0.69 |
271 | 2025-01-13T04:56:50.214Z | Downloaded pin-project-lite v0.2.12 |
272 | 2025-01-13T04:56:50.219Z | Downloaded ucd-trie v0.1.6 |
273 | 2025-01-13T04:56:50.221Z | Downloaded typenum v1.14.0 |
274 | 2025-01-13T04:56:50.223Z | Downloaded libc v0.2.169 |
275 | 2025-01-13T04:56:50.246Z | Downloaded mime_guess v2.0.5 |
276 | 2025-01-13T04:56:50.248Z | Downloaded hyper-rustls v0.26.0 |
277 | 2025-01-13T04:56:50.251Z | Downloaded crossbeam-utils v0.8.15 |
278 | 2025-01-13T04:56:50.254Z | Downloaded console v0.15.7 |
279 | 2025-01-13T04:56:50.256Z | Downloaded zerocopy-derive v0.7.32 |
280 | 2025-01-13T04:56:50.258Z | Downloaded uuid v1.11.0 |
281 | 2025-01-13T04:56:50.261Z | Downloaded tokio v1.42.0 |
282 | 2025-01-13T04:56:50.297Z | Downloaded thread_local v1.1.4 |
283 | 2025-01-13T04:56:50.299Z | Downloaded schemars_derive v0.8.21 |
284 | 2025-01-13T04:56:50.301Z | Downloaded event-listener v5.0.0 |
285 | 2025-01-13T04:56:50.302Z | Downloaded concurrent-queue v2.5.0 |
286 | 2025-01-13T04:56:50.304Z | Downloaded semver v1.0.24 |
287 | 2025-01-13T04:56:50.306Z | Downloaded rustls-pemfile v2.1.3 |
288 | 2025-01-13T04:56:50.306Z | Downloaded rustls-native-certs v0.7.0 |
289 | 2025-01-13T04:56:50.309Z | Downloaded unicode-ident v1.0.12 |
290 | 2025-01-13T04:56:50.317Z | Downloaded native-tls v0.2.12 |
291 | 2025-01-13T04:56:50.320Z | Downloaded fnv v1.0.7 |
292 | 2025-01-13T04:56:50.320Z | Downloaded serde_derive_internals v0.29.0 |
293 | 2025-01-13T04:56:50.320Z | Downloaded scroll v0.12.0 |
294 | 2025-01-13T04:56:50.321Z | Downloaded ipnet v2.10.0 |
295 | 2025-01-13T04:56:50.321Z | Downloaded hyper-staticfile v0.10.1 |
296 | 2025-01-13T04:56:50.321Z | Downloaded lazy_static v1.5.0 |
297 | 2025-01-13T04:56:50.321Z | Downloaded hyper-rustls v0.27.3 |
298 | 2025-01-13T04:56:50.323Z | Downloaded getrandom v0.2.11 |
299 | 2025-01-13T04:56:50.326Z | Downloaded futures-channel v0.3.31 |
300 | 2025-01-13T04:56:50.328Z | Downloaded dirs-sys-next v0.1.2 |
301 | 2025-01-13T04:56:50.330Z | Downloaded plain v0.2.3 |
302 | 2025-01-13T04:56:50.330Z | Downloaded httparse v1.8.0 |
303 | 2025-01-13T04:56:50.332Z | Downloaded form_urlencoded v1.2.1 |
304 | 2025-01-13T04:56:50.332Z | Downloaded event-listener-strategy v0.5.2 |
305 | 2025-01-13T04:56:50.334Z | Downloaded async-trait v0.1.85 |
306 | 2025-01-13T04:56:50.336Z | Downloaded errno v0.3.8 |
307 | 2025-01-13T04:56:50.338Z | Downloaded dyn-clone v1.0.4 |
308 | 2025-01-13T04:56:50.339Z | Downloaded autocfg v1.1.0 |
309 | 2025-01-13T04:56:50.341Z | Downloaded async-channel v2.3.1 |
310 | 2025-01-13T04:56:50.341Z | Downloaded slab v0.4.9 |
311 | 2025-01-13T04:56:50.343Z | Downloaded sha1 v0.10.6 |
312 | 2025-01-13T04:56:50.343Z | Downloaded serde_path_to_error v0.1.16 |
313 | 2025-01-13T04:56:50.345Z | Downloaded scopeguard v1.2.0 |
314 | 2025-01-13T04:56:50.348Z | Downloaded pkg-config v0.3.31 |
315 | 2025-01-13T04:56:50.348Z | Downloaded version_check v0.9.5 |
316 | 2025-01-13T04:56:50.348Z | Downloaded futures-sink v0.3.31 |
317 | 2025-01-13T04:56:50.352Z | Downloaded iana-time-zone v0.1.47 |
318 | 2025-01-13T04:56:50.354Z | Downloaded futures-task v0.3.31 |
319 | 2025-01-13T04:56:50.354Z | Downloaded dof v0.3.0 |
320 | 2025-01-13T04:56:50.354Z | Downloaded encoding_rs v0.8.32 |
321 | 2025-01-13T04:56:50.372Z | Downloaded http-body-util v0.1.2 |
322 | 2025-01-13T04:56:50.374Z | Downloaded futures-io v0.3.31 |
323 | 2025-01-13T04:56:50.374Z | Downloaded futures-executor v0.3.31 |
324 | 2025-01-13T04:56:50.377Z | Downloaded usdt v0.5.0 |
325 | 2025-01-13T04:56:50.377Z | Downloaded unicode-width v0.1.9 |
326 | 2025-01-13T04:56:50.379Z | Downloaded itoa v1.0.1 |
327 | 2025-01-13T04:56:50.379Z | Downloaded hyper-tls v0.6.0 |
328 | 2025-01-13T04:56:50.381Z | Downloaded futures-macro v0.3.31 |
329 | 2025-01-13T04:56:50.381Z | Downloaded paste v1.0.15 |
330 | 2025-01-13T04:56:50.384Z | Downloaded buf-list v1.0.3 |
331 | 2025-01-13T04:56:50.386Z | Downloaded data-encoding v2.4.0 |
332 | 2025-01-13T04:56:50.386Z | Downloaded bitflags v2.4.0 |
333 | 2025-01-13T04:56:50.389Z | Downloaded cfg-if v1.0.0 |
334 | 2025-01-13T04:56:50.391Z | Downloaded async-stream v0.3.6 |
335 | 2025-01-13T04:56:50.394Z | Downloaded cpufeatures v0.2.2 |
336 | 2025-01-13T04:56:50.394Z | Downloaded byteorder v1.4.3 |
337 | 2025-01-13T04:56:50.394Z | Downloaded block-buffer v0.10.2 |
338 | 2025-01-13T04:56:50.396Z | Downloaded atomic-waker v1.1.1 |
339 | 2025-01-13T04:56:50.396Z | Downloaded dtrace-parser v0.2.0 |
340 | 2025-01-13T04:56:50.396Z | Downloaded usdt-attr-macro v0.5.0 |
341 | 2025-01-13T04:56:50.398Z | Downloaded try-lock v0.2.3 |
342 | 2025-01-13T04:56:50.398Z | Downloaded openssl-probe v0.1.4 |
343 | 2025-01-13T04:56:50.398Z | Downloaded is-terminal v0.4.12 |
344 | 2025-01-13T04:56:50.401Z | Downloaded foreign-types-shared v0.1.1 |
345 | 2025-01-13T04:56:50.542Z | Downloaded ring v0.17.7 |
346 | 2025-01-13T04:56:50.814Z | Compiling proc-macro2 v1.0.92 |
347 | 2025-01-13T04:56:50.815Z | Compiling unicode-ident v1.0.12 |
348 | 2025-01-13T04:56:50.817Z | Compiling libc v0.2.169 |
349 | 2025-01-13T04:56:50.817Z | Compiling cfg-if v1.0.0 |
350 | 2025-01-13T04:56:50.817Z | Compiling serde v1.0.217 |
351 | 2025-01-13T04:56:50.836Z | Compiling itoa v1.0.1 |
352 | 2025-01-13T04:56:50.838Z | Compiling memchr v2.6.0 |
353 | 2025-01-13T04:56:50.845Z | Running `/home/build/.rustup/toolchains/1.83.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=cd146562aee6a48f -C extra-filename=-cd146562aee6a48f --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-cd146562aee6a48f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
354 | 2025-01-13T04:56:50.853Z | Running `/home/build/.rustup/toolchains/1.83.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=2b4509c562bc133a -C extra-filename=-2b4509c562bc133a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
355 | 2025-01-13T04:56:50.860Z | Running `/home/build/.rustup/toolchains/1.83.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.169/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=8e1b57f5fed3e52e -C extra-filename=-8e1b57f5fed3e52e --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-8e1b57f5fed3e52e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
356 | 2025-01-13T04:56:50.860Z | Running `/home/build/.rustup/toolchains/1.83.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=5dd581dc3bc79f2e -C extra-filename=-5dd581dc3bc79f2e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
357 | 2025-01-13T04:56:50.862Z | Running `/home/build/.rustup/toolchains/1.83.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.169/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=159a11d02a055511 -C extra-filename=-159a11d02a055511 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-159a11d02a055511 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
358 | 2025-01-13T04:56:50.862Z | Running `/home/build/.rustup/toolchains/1.83.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.217/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=c00d25df26ced883 -C extra-filename=-c00d25df26ced883 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-c00d25df26ced883 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
359 | 2025-01-13T04:56:50.869Z | Running `/home/build/.rustup/toolchains/1.83.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=3304f96f964a1429 -C extra-filename=-3304f96f964a1429 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
360 | 2025-01-13T04:56:50.872Z | Running `/home/build/.rustup/toolchains/1.83.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=7811892e43d5a81d -C extra-filename=-7811892e43d5a81d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
361 | 2025-01-13T04:56:50.922Z | Compiling version_check v0.9.5 |
362 | 2025-01-13T04:56:50.933Z | Running `/home/build/.rustup/toolchains/1.83.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=1ca23863feb9ecf9 -C extra-filename=-1ca23863feb9ecf9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
363 | 2025-01-13T04:56:51.011Z | Compiling once_cell v1.20.1 |
364 | 2025-01-13T04:56:51.022Z | Running `/home/build/.rustup/toolchains/1.83.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=8ecd19cea472010a -C extra-filename=-8ecd19cea472010a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
365 | 2025-01-13T04:56:51.099Z | Compiling pin-project-lite v0.2.12 |
366 | 2025-01-13T04:56:51.101Z | Running `/home/build/.rustup/toolchains/1.83.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=a094d5966eb5bd87 -C extra-filename=-a094d5966eb5bd87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
367 | 2025-01-13T04:56:51.209Z | Compiling autocfg v1.1.0 |
368 | 2025-01-13T04:56:51.212Z | Running `/home/build/.rustup/toolchains/1.83.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=4ae02b1ab1a3988d -C extra-filename=-4ae02b1ab1a3988d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
369 | 2025-01-13T04:56:51.392Z | Compiling bytes v1.9.0 |
370 | 2025-01-13T04:56:51.394Z | Running `/home/build/.rustup/toolchains/1.83.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=7b39fda080c99561 -C extra-filename=-7b39fda080c99561 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
371 | 2025-01-13T04:56:51.455Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-cd146562aee6a48f/build-script-build` |
372 | 2025-01-13T04:56:51.455Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-c00d25df26ced883/build-script-build` |
373 | 2025-01-13T04:56:51.467Z | Compiling log v0.4.17 |
374 | 2025-01-13T04:56:51.470Z | Running `/home/build/.rustup/toolchains/1.83.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=22cbab9c833124f6 -C extra-filename=-22cbab9c833124f6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-22cbab9c833124f6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
375 | 2025-01-13T04:56:51.481Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-8e1b57f5fed3e52e/build-script-build` |
376 | 2025-01-13T04:56:51.495Z | Compiling futures-core v0.3.31 |
377 | 2025-01-13T04:56:51.506Z | Running `/home/build/.rustup/toolchains/1.83.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=202e0e401ac02b89 -C extra-filename=-202e0e401ac02b89 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
378 | 2025-01-13T04:56:51.509Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-159a11d02a055511/build-script-build` |
379 | 2025-01-13T04:56:51.550Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs --error-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=34297a3c589d60f3 -C extra-filename=-34297a3c589d60f3 --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"))'` |
380 | 2025-01-13T04:56:51.573Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs --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=c9a397fb45b8739c -C extra-filename=-c9a397fb45b8739c --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"))'` |
381 | 2025-01-13T04:56:51.714Z | Compiling parking_lot_core v0.9.4 |
382 | 2025-01-13T04:56:51.717Z | Running `/home/build/.rustup/toolchains/1.83.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=24bab15ec3e720eb -C extra-filename=-24bab15ec3e720eb --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-24bab15ec3e720eb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
383 | 2025-01-13T04:56:51.805Z | Running `/home/build/.rustup/toolchains/1.83.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=04e9a0ae494af8ad -C extra-filename=-04e9a0ae494af8ad --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-2b4509c562bc133a.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)'` |
384 | 2025-01-13T04:56:51.807Z | Compiling slab v0.4.9 |
385 | 2025-01-13T04:56:51.807Z | Running `/home/build/.rustup/toolchains/1.83.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=2402d3bbfa54c27a -C extra-filename=-2402d3bbfa54c27a --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-2402d3bbfa54c27a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-4ae02b1ab1a3988d.rlib --cap-lints allow` |
386 | 2025-01-13T04:56:51.820Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-22cbab9c833124f6/build-script-build` |
387 | 2025-01-13T04:56:51.850Z | Running `/home/build/.rustup/toolchains/1.83.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=2ea91e4e3ae71a91 -C extra-filename=-2ea91e4e3ae71a91 --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-5dd581dc3bc79f2e.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
388 | 2025-01-13T04:56:52.167Z | Compiling cc v1.0.83 |
389 | 2025-01-13T04:56:52.171Z | Compiling scopeguard v1.2.0 |
390 | 2025-01-13T04:56:52.171Z | Running `/home/build/.rustup/toolchains/1.83.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=066a79900dc716d1 -C extra-filename=-066a79900dc716d1 --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-c9a397fb45b8739c.rmeta --cap-lints allow` |
391 | 2025-01-13T04:56:52.171Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-24bab15ec3e720eb/build-script-build` |
392 | 2025-01-13T04:56:52.179Z | Running `/home/build/.rustup/toolchains/1.83.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=42b7a5659aa61c8d -C extra-filename=-42b7a5659aa61c8d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
393 | 2025-01-13T04:56:52.199Z | Compiling ryu v1.0.5 |
394 | 2025-01-13T04:56:52.202Z | Running `/home/build/.rustup/toolchains/1.83.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=5fc82c77cb46f485 -C extra-filename=-5fc82c77cb46f485 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-5fc82c77cb46f485 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
395 | 2025-01-13T04:56:52.212Z | Compiling smallvec v1.13.2 |
396 | 2025-01-13T04:56:52.215Z | Running `/home/build/.rustup/toolchains/1.83.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=b1bd81fab5258879 -C extra-filename=-b1bd81fab5258879 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
397 | 2025-01-13T04:56:52.327Z | Compiling futures-sink v0.3.31 |
398 | 2025-01-13T04:56:52.329Z | Running `/home/build/.rustup/toolchains/1.83.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6547b91da89de9b3 -C extra-filename=-6547b91da89de9b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
399 | 2025-01-13T04:56:52.443Z | Compiling lock_api v0.4.6 |
400 | 2025-01-13T04:56:52.466Z | Running `/home/build/.rustup/toolchains/1.83.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=ad0a48cb3aabe593 -C extra-filename=-ad0a48cb3aabe593 --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-42b7a5659aa61c8d.rmeta --cap-lints allow` |
401 | 2025-01-13T04:56:52.479Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slab-2402d3bbfa54c27a/build-script-build` |
402 | 2025-01-13T04:56:52.553Z | Compiling quote v1.0.38 |
403 | 2025-01-13T04:56:52.556Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ed0a1c15b56c7c22 -C extra-filename=-ed0a1c15b56c7c22 --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-04e9a0ae494af8ad.rmeta --cap-lints allow` |
404 | 2025-01-13T04:56:52.558Z | Compiling getrandom v0.2.11 |
405 | 2025-01-13T04:56:52.560Z | Running `/home/build/.rustup/toolchains/1.83.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=bc3291f4765ac313 -C extra-filename=-bc3291f4765ac313 --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-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow` |
406 | 2025-01-13T04:56:52.592Z | Running `/home/build/.rustup/toolchains/1.83.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=e2ece6ca696145ee -C extra-filename=-e2ece6ca696145ee --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-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-b1bd81fab5258879.rmeta --cap-lints allow` |
407 | 2025-01-13T04:56:52.681Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-5fc82c77cb46f485/build-script-build` |
408 | 2025-01-13T04:56:52.740Z | Compiling thiserror v1.0.69 |
409 | 2025-01-13T04:56:52.743Z | Running `/home/build/.rustup/toolchains/1.83.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=f95b53689135e862 -C extra-filename=-f95b53689135e862 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-f95b53689135e862 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
410 | 2025-01-13T04:56:52.804Z | Running `/home/build/.rustup/toolchains/1.83.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=ca43ebeaa2825c46 -C extra-filename=-ca43ebeaa2825c46 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
411 | 2025-01-13T04:56:52.811Z | Running `/home/build/.rustup/toolchains/1.83.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=cd1f1968df994cf1 -C extra-filename=-cd1f1968df994cf1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
412 | 2025-01-13T04:56:52.898Z | Compiling syn v2.0.95 |
413 | 2025-01-13T04:56:52.900Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=c03bfd60b1c6054c -C extra-filename=-c03bfd60b1c6054c --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-2b4509c562bc133a.rmeta --cap-lints allow` |
414 | 2025-01-13T04:56:53.067Z | Compiling parking_lot v0.12.1 |
415 | 2025-01-13T04:56:53.079Z | Running `/home/build/.rustup/toolchains/1.83.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=b9292d5dd3296621 -C extra-filename=-b9292d5dd3296621 --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-ad0a48cb3aabe593.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-e2ece6ca696145ee.rmeta --cap-lints allow` |
416 | 2025-01-13T04:56:53.134Z | Compiling signal-hook-registry v1.4.0 |
417 | 2025-01-13T04:56:53.136Z | Running `/home/build/.rustup/toolchains/1.83.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=eb9965676b9552fc -C extra-filename=-eb9965676b9552fc --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-34297a3c589d60f3.rmeta --cap-lints allow` |
418 | 2025-01-13T04:56:53.147Z | Compiling mio v1.0.3 |
419 | 2025-01-13T04:56:53.158Z | Running `/home/build/.rustup/toolchains/1.83.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 --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=be61f70fe070fd89 -C extra-filename=-be61f70fe070fd89 --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-34297a3c589d60f3.rmeta --cap-lints allow` |
420 | 2025-01-13T04:56:53.191Z | Compiling socket2 v0.5.5 |
421 | 2025-01-13T04:56:53.193Z | Running `/home/build/.rustup/toolchains/1.83.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=2c51904b24cdba1a -C extra-filename=-2c51904b24cdba1a --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-34297a3c589d60f3.rmeta --cap-lints allow` |
422 | 2025-01-13T04:56:53.299Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-f95b53689135e862/build-script-build` |
423 | 2025-01-13T04:56:53.409Z | Compiling serde_json v1.0.134 |
424 | 2025-01-13T04:56:53.411Z | Running `/home/build/.rustup/toolchains/1.83.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.134/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=5f4571fc76086826 -C extra-filename=-5f4571fc76086826 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-5f4571fc76086826 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
425 | 2025-01-13T04:56:53.607Z | Compiling futures-channel v0.3.31 |
426 | 2025-01-13T04:56:53.610Z | Running `/home/build/.rustup/toolchains/1.83.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=4eb31465723bb3e4 -C extra-filename=-4eb31465723bb3e4 --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-202e0e401ac02b89.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --cap-lints allow` |
427 | 2025-01-13T04:56:53.791Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-5f4571fc76086826/build-script-build` |
428 | 2025-01-13T04:56:53.795Z | Compiling futures-io v0.3.31 |
429 | 2025-01-13T04:56:53.798Z | Running `/home/build/.rustup/toolchains/1.83.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=5818bb373b366268 -C extra-filename=-5818bb373b366268 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
430 | 2025-01-13T04:56:53.897Z | Compiling pin-utils v0.1.0 |
431 | 2025-01-13T04:56:53.899Z | Running `/home/build/.rustup/toolchains/1.83.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=0fdc83d8b9503d3c -C extra-filename=-0fdc83d8b9503d3c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
432 | 2025-01-13T04:56:53.908Z | Compiling fnv v1.0.7 |
433 | 2025-01-13T04:56:53.910Z | Running `/home/build/.rustup/toolchains/1.83.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=a785c9739f55e7ce -C extra-filename=-a785c9739f55e7ce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
434 | 2025-01-13T04:56:53.978Z | Compiling futures-task v0.3.31 |
435 | 2025-01-13T04:56:53.981Z | Compiling hashbrown v0.15.2 |
436 | 2025-01-13T04:56:53.981Z | Running `/home/build/.rustup/toolchains/1.83.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=f46c24381bc413fc -C extra-filename=-f46c24381bc413fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
437 | 2025-01-13T04:56:53.981Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.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("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=f5be82adde7a16af -C extra-filename=-f5be82adde7a16af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
438 | 2025-01-13T04:56:54.029Z | Compiling http v1.2.0 |
439 | 2025-01-13T04:56:54.041Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d564999cad1a5c0c -C extra-filename=-d564999cad1a5c0c --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-7b39fda080c99561.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-a785c9739f55e7ce.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --cap-lints allow` |
440 | 2025-01-13T04:56:54.059Z | Compiling equivalent v1.0.0 |
441 | 2025-01-13T04:56:54.062Z | Running `/home/build/.rustup/toolchains/1.83.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=48c70162b106b140 -C extra-filename=-48c70162b106b140 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
442 | 2025-01-13T04:56:54.125Z | Compiling httparse v1.8.0 |
443 | 2025-01-13T04:56:54.127Z | Running `/home/build/.rustup/toolchains/1.83.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=a1815815f8349c27 -C extra-filename=-a1815815f8349c27 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-a1815815f8349c27 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
444 | 2025-01-13T04:56:54.163Z | Compiling rustls-pki-types v1.10.0 |
445 | 2025-01-13T04:56:54.165Z | Running `/home/build/.rustup/toolchains/1.83.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=09d82741717f5c62 -C extra-filename=-09d82741717f5c62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
446 | 2025-01-13T04:56:54.191Z | Compiling ring v0.17.7 |
447 | 2025-01-13T04:56:54.194Z | Running `/home/build/.rustup/toolchains/1.83.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=0a17ad2c3bcae0a9 -C extra-filename=-0a17ad2c3bcae0a9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-0a17ad2c3bcae0a9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-066a79900dc716d1.rlib --cap-lints allow` |
448 | 2025-01-13T04:56:54.246Z | Compiling spin v0.9.8 |
449 | 2025-01-13T04:56:54.248Z | Running `/home/build/.rustup/toolchains/1.83.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=aac7f034420c2f30 -C extra-filename=-aac7f034420c2f30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
450 | 2025-01-13T04:56:54.297Z | Compiling tracing-core v0.1.32 |
451 | 2025-01-13T04:56:54.300Z | Running `/home/build/.rustup/toolchains/1.83.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=7dc3347dd7587c6f -C extra-filename=-7dc3347dd7587c6f --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-8ecd19cea472010a.rmeta --cap-lints allow` |
452 | 2025-01-13T04:56:54.483Z | Compiling untrusted v0.9.0 |
453 | 2025-01-13T04:56:54.485Z | Running `/home/build/.rustup/toolchains/1.83.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=c5962458cf40046c -C extra-filename=-c5962458cf40046c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
454 | 2025-01-13T04:56:54.538Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-a1815815f8349c27/build-script-build` |
455 | 2025-01-13T04:56:54.558Z | Running `/home/build/.rustup/toolchains/1.83.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=8170973e93e4b714 -C extra-filename=-8170973e93e4b714 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd` |
456 | 2025-01-13T04:56:54.723Z | Compiling ucd-trie v0.1.6 |
457 | 2025-01-13T04:56:54.726Z | Running `/home/build/.rustup/toolchains/1.83.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=8fe6c17116ec2866 -C extra-filename=-8fe6c17116ec2866 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
458 | 2025-01-13T04:56:55.120Z | Compiling byteorder v1.4.3 |
459 | 2025-01-13T04:56:55.123Z | Running `/home/build/.rustup/toolchains/1.83.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=a679b17ca8f1f83b -C extra-filename=-a679b17ca8f1f83b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
460 | 2025-01-13T04:56:55.269Z | Compiling tracing v0.1.40 |
461 | 2025-01-13T04:56:55.272Z | Running `/home/build/.rustup/toolchains/1.83.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=3cb0fcf01e26557b -C extra-filename=-3cb0fcf01e26557b --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-a094d5966eb5bd87.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-7dc3347dd7587c6f.rmeta --cap-lints allow` |
462 | 2025-01-13T04:56:55.284Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-0a17ad2c3bcae0a9/build-script-build` |
463 | 2025-01-13T04:56:55.297Z | Compiling typenum v1.14.0 |
464 | 2025-01-13T04:56:55.308Z | Running `/home/build/.rustup/toolchains/1.83.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=a874ee750a60ee3a -C extra-filename=-a874ee750a60ee3a --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-a874ee750a60ee3a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
465 | 2025-01-13T04:56:55.320Z | Compiling atomic-waker v1.1.1 |
466 | 2025-01-13T04:56:55.322Z | Running `/home/build/.rustup/toolchains/1.83.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=7fd089cc9c593599 -C extra-filename=-7fd089cc9c593599 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
467 | 2025-01-13T04:56:55.499Z | Compiling vcpkg v0.2.15 |
468 | 2025-01-13T04:56:55.502Z | Running `/home/build/.rustup/toolchains/1.83.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=04de5ef0e53c8b57 -C extra-filename=-04de5ef0e53c8b57 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
469 | 2025-01-13T04:56:55.571Z | Compiling pkg-config v0.3.31 |
470 | 2025-01-13T04:56:55.573Z | Running `/home/build/.rustup/toolchains/1.83.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=cf7b7af24c352e30 -C extra-filename=-cf7b7af24c352e30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
471 | 2025-01-13T04:56:55.668Z | Compiling http-body v1.0.1 |
472 | 2025-01-13T04:56:55.670Z | Running `/home/build/.rustup/toolchains/1.83.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=5f47cc9f672c6a6d -C extra-filename=-5f47cc9f672c6a6d --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-7b39fda080c99561.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --cap-lints allow` |
473 | 2025-01-13T04:56:55.686Z | Compiling generic-array v0.14.5 |
474 | 2025-01-13T04:56:55.689Z | Running `/home/build/.rustup/toolchains/1.83.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=0a273518cb69fe66 -C extra-filename=-0a273518cb69fe66 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-0a273518cb69fe66 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow` |
475 | 2025-01-13T04:56:55.887Z | Compiling crossbeam-utils v0.8.15 |
476 | 2025-01-13T04:56:55.891Z | Running `/home/build/.rustup/toolchains/1.83.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=b5a6dffc99cd6153 -C extra-filename=-b5a6dffc99cd6153 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b5a6dffc99cd6153 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
477 | 2025-01-13T04:56:56.045Z | Compiling try-lock v0.2.3 |
478 | 2025-01-13T04:56:56.048Z | Running `/home/build/.rustup/toolchains/1.83.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=71cc9b573bcfc055 -C extra-filename=-71cc9b573bcfc055 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
479 | 2025-01-13T04:56:56.177Z | Compiling want v0.3.0 |
480 | 2025-01-13T04:56:56.180Z | Running `/home/build/.rustup/toolchains/1.83.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=77d59de9e605eac7 -C extra-filename=-77d59de9e605eac7 --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-2ea91e4e3ae71a91.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-71cc9b573bcfc055.rmeta --cap-lints allow` |
481 | 2025-01-13T04:56:56.238Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-a874ee750a60ee3a/build-script-main` |
482 | 2025-01-13T04:56:56.382Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b5a6dffc99cd6153/build-script-build` |
483 | 2025-01-13T04:56:56.412Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-0a273518cb69fe66/build-script-build` |
484 | 2025-01-13T04:56:56.415Z | Compiling httpdate v1.0.1 |
485 | 2025-01-13T04:56:56.415Z | Running `/home/build/.rustup/toolchains/1.83.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=25466779565e1786 -C extra-filename=-25466779565e1786 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
486 | 2025-01-13T04:56:56.435Z | Running `/home/build/.rustup/toolchains/1.83.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=1aad48a297284976 -C extra-filename=-1aad48a297284976 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
487 | 2025-01-13T04:56:56.448Z | Compiling zeroize v1.7.0 |
488 | 2025-01-13T04:56:56.451Z | Running `/home/build/.rustup/toolchains/1.83.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=da542cff3d2eedc6 -C extra-filename=-da542cff3d2eedc6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
489 | 2025-01-13T04:56:56.461Z | Compiling powerfmt v0.2.0 |
490 | 2025-01-13T04:56:56.464Z | Running `/home/build/.rustup/toolchains/1.83.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=70e5eaac2f714cf0 -C extra-filename=-70e5eaac2f714cf0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
491 | 2025-01-13T04:56:56.604Z | Compiling time-core v0.1.2 |
492 | 2025-01-13T04:56:56.607Z | Running `/home/build/.rustup/toolchains/1.83.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=aa6baf78862fdd65 -C extra-filename=-aa6baf78862fdd65 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
493 | 2025-01-13T04:56:56.711Z | Compiling num-conv v0.1.0 |
494 | 2025-01-13T04:56:56.714Z | Running `/home/build/.rustup/toolchains/1.83.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=41ef72da9f22982d -C extra-filename=-41ef72da9f22982d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
495 | 2025-01-13T04:56:56.758Z | Compiling subtle v2.5.0 |
496 | 2025-01-13T04:56:56.760Z | Running `/home/build/.rustup/toolchains/1.83.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=73d06957f10eeb69 -C extra-filename=-73d06957f10eeb69 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
497 | 2025-01-13T04:56:56.802Z | Compiling deranged v0.3.11 |
498 | 2025-01-13T04:56:56.805Z | Running `/home/build/.rustup/toolchains/1.83.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=9f9a8cae2269c2ed -C extra-filename=-9f9a8cae2269c2ed --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-70e5eaac2f714cf0.rmeta --cap-lints allow` |
499 | 2025-01-13T04:56:56.879Z | Running `/home/build/.rustup/toolchains/1.83.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=2bcf0c9b8cf8c35f -C extra-filename=-2bcf0c9b8cf8c35f --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-5dd581dc3bc79f2e.rmeta --cap-lints allow` |
500 | 2025-01-13T04:56:56.897Z | Compiling openssl-sys v0.9.103 |
501 | 2025-01-13T04:56:56.908Z | Running `/home/build/.rustup/toolchains/1.83.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=83d205c9532b43d5 -C extra-filename=-83d205c9532b43d5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-83d205c9532b43d5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-066a79900dc716d1.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-cf7b7af24c352e30.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-04de5ef0e53c8b57.rlib --cap-lints allow` |
502 | 2025-01-13T04:56:56.955Z | Compiling time-macros v0.2.18 |
503 | 2025-01-13T04:56:56.957Z | Running `/home/build/.rustup/toolchains/1.83.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=116dcbd358aa9937 -C extra-filename=-116dcbd358aa9937 --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-41ef72da9f22982d.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-aa6baf78862fdd65.rlib --extern proc_macro --cap-lints allow` |
504 | 2025-01-13T04:56:56.990Z | Compiling bitflags v2.4.0 |
505 | 2025-01-13T04:56:56.993Z | Running `/home/build/.rustup/toolchains/1.83.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=4453ff0f6fdc5370 -C extra-filename=-4453ff0f6fdc5370 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
506 | 2025-01-13T04:56:57.311Z | Compiling tower-service v0.3.3 |
507 | 2025-01-13T04:56:57.314Z | Running `/home/build/.rustup/toolchains/1.83.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.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=2303d20fe3ee9543 -C extra-filename=-2303d20fe3ee9543 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
508 | 2025-01-13T04:56:57.448Z | Running `/home/build/.rustup/toolchains/1.83.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=b8ae90b47b532750 -C extra-filename=-b8ae90b47b532750 --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-1aad48a297284976.rmeta --cap-lints allow --cfg relaxed_coherence` |
509 | 2025-01-13T04:56:57.488Z | Compiling base64 v0.22.1 |
510 | 2025-01-13T04:56:57.492Z | Running `/home/build/.rustup/toolchains/1.83.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=5dc2903498e8e0d8 -C extra-filename=-5dc2903498e8e0d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
511 | 2025-01-13T04:56:57.831Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-83d205c9532b43d5/build-script-main` |
512 | 2025-01-13T04:56:57.897Z | Compiling slog v2.7.0 |
513 | 2025-01-13T04:56:57.899Z | Running `/home/build/.rustup/toolchains/1.83.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=c93c1cc0f85b7373 -C extra-filename=-c93c1cc0f85b7373 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-c93c1cc0f85b7373 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
514 | 2025-01-13T04:56:57.911Z | Compiling num_threads v0.1.3 |
515 | 2025-01-13T04:56:57.923Z | Running `/home/build/.rustup/toolchains/1.83.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=5763716f0b9fe373 -C extra-filename=-5763716f0b9fe373 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
516 | 2025-01-13T04:56:58.026Z | Compiling unicase v2.6.0 |
517 | 2025-01-13T04:56:58.036Z | Running `/home/build/.rustup/toolchains/1.83.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=a841d2c447f6aa0b -C extra-filename=-a841d2c447f6aa0b --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-a841d2c447f6aa0b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow` |
518 | 2025-01-13T04:56:58.099Z | Compiling usdt-impl v0.5.0 |
519 | 2025-01-13T04:56:58.102Z | Running `/home/build/.rustup/toolchains/1.83.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=ed3ebab30af42dfd -C extra-filename=-ed3ebab30af42dfd --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ed3ebab30af42dfd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow` |
520 | 2025-01-13T04:56:58.164Z | Compiling foreign-types-shared v0.1.1 |
521 | 2025-01-13T04:56:58.167Z | Running `/home/build/.rustup/toolchains/1.83.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=e655ed84d5616fe5 -C extra-filename=-e655ed84d5616fe5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
522 | 2025-01-13T04:56:58.268Z | Compiling paste v1.0.15 |
523 | 2025-01-13T04:56:58.271Z | Running `/home/build/.rustup/toolchains/1.83.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=9091910e0d3f186f -C extra-filename=-9091910e0d3f186f --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-9091910e0d3f186f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
524 | 2025-01-13T04:56:58.365Z | Compiling percent-encoding v2.3.1 |
525 | 2025-01-13T04:56:58.368Z | Running `/home/build/.rustup/toolchains/1.83.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=48a9904ae722e1d3 -C extra-filename=-48a9904ae722e1d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
526 | 2025-01-13T04:56:58.379Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-c93c1cc0f85b7373/build-script-build` |
527 | 2025-01-13T04:56:58.436Z | Compiling openssl-probe v0.1.4 |
528 | 2025-01-13T04:56:58.439Z | Running `/home/build/.rustup/toolchains/1.83.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=dc0a1e1832286ed0 -C extra-filename=-dc0a1e1832286ed0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
529 | 2025-01-13T04:56:58.463Z | Running `/home/build/.rustup/toolchains/1.83.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=d1aa288260289124 -C extra-filename=-d1aa288260289124 --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-bc3291f4765ac313.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-aac7f034420c2f30.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c5962458cf40046c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
530 | 2025-01-13T04:56:58.477Z | Compiling openssl v0.10.66 |
531 | 2025-01-13T04:56:58.479Z | Compiling tinyvec_macros v0.1.0 |
532 | 2025-01-13T04:56:58.479Z | Running `/home/build/.rustup/toolchains/1.83.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=4db551ff8b71c1b5 -C extra-filename=-4db551ff8b71c1b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-4db551ff8b71c1b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
533 | 2025-01-13T04:56:58.479Z | Running `/home/build/.rustup/toolchains/1.83.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=92932337de74c4f0 -C extra-filename=-92932337de74c4f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
534 | 2025-01-13T04:56:58.558Z | Compiling form_urlencoded v1.2.1 |
535 | 2025-01-13T04:56:58.561Z | Running `/home/build/.rustup/toolchains/1.83.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=e609e9b6d2cfac5c -C extra-filename=-e609e9b6d2cfac5c --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-48a9904ae722e1d3.rmeta --cap-lints allow` |
536 | 2025-01-13T04:56:58.675Z | Compiling tinyvec v1.5.1 |
537 | 2025-01-13T04:56:58.687Z | Running `/home/build/.rustup/toolchains/1.83.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=596b343bc3f2559a -C extra-filename=-596b343bc3f2559a --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-92932337de74c4f0.rmeta --cap-lints allow` |
538 | 2025-01-13T04:56:58.724Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ed3ebab30af42dfd/build-script-build` |
539 | 2025-01-13T04:56:58.750Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-9091910e0d3f186f/build-script-build` |
540 | 2025-01-13T04:56:58.795Z | Running `/home/build/.rustup/toolchains/1.83.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=2cdf19f3b7a2e68f -C extra-filename=-2cdf19f3b7a2e68f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128` |
541 | 2025-01-13T04:56:58.848Z | Compiling crypto-common v0.1.6 |
542 | 2025-01-13T04:56:58.850Z | Running `/home/build/.rustup/toolchains/1.83.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=5a91c444c059179b -C extra-filename=-5a91c444c059179b --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-b8ae90b47b532750.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-1aad48a297284976.rmeta --cap-lints allow` |
543 | 2025-01-13T04:56:58.864Z | Compiling block-buffer v0.10.2 |
544 | 2025-01-13T04:56:58.875Z | Running `/home/build/.rustup/toolchains/1.83.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=9a32fa8ee2de33f3 -C extra-filename=-9a32fa8ee2de33f3 --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-b8ae90b47b532750.rmeta --cap-lints allow` |
545 | 2025-01-13T04:56:58.928Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-4db551ff8b71c1b5/build-script-build` |
546 | 2025-01-13T04:56:58.936Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-a841d2c447f6aa0b/build-script-build` |
547 | 2025-01-13T04:56:59.016Z | Compiling foreign-types v0.3.2 |
548 | 2025-01-13T04:56:59.019Z | Running `/home/build/.rustup/toolchains/1.83.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=2bc3e7a32a58de3e -C extra-filename=-2bc3e7a32a58de3e --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-e655ed84d5616fe5.rmeta --cap-lints allow` |
549 | 2025-01-13T04:56:59.042Z | Running `/home/build/.rustup/toolchains/1.83.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=9f0aea19f044ffa2 -C extra-filename=-9f0aea19f044ffa2 --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-34297a3c589d60f3.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)'` |
550 | 2025-01-13T04:56:59.102Z | Compiling rand_core v0.6.3 |
551 | 2025-01-13T04:56:59.105Z | Running `/home/build/.rustup/toolchains/1.83.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=c77d6b8d89c5b6bc -C extra-filename=-c77d6b8d89c5b6bc --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-bc3291f4765ac313.rmeta --cap-lints allow` |
552 | 2025-01-13T04:56:59.117Z | Compiling thread-id v4.0.0 |
553 | 2025-01-13T04:56:59.128Z | Running `/home/build/.rustup/toolchains/1.83.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=9d57ebaaf32cbe04 -C extra-filename=-9d57ebaaf32cbe04 --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-c9a397fb45b8739c.rmeta --cap-lints allow` |
554 | 2025-01-13T04:56:59.223Z | Compiling num-traits v0.2.14 |
555 | 2025-01-13T04:56:59.226Z | Running `/home/build/.rustup/toolchains/1.83.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=5c09c1eed9153658 -C extra-filename=-5c09c1eed9153658 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-5c09c1eed9153658 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-4ae02b1ab1a3988d.rlib --cap-lints allow` |
556 | 2025-01-13T04:56:59.477Z | Compiling ppv-lite86 v0.2.15 |
557 | 2025-01-13T04:56:59.495Z | Running `/home/build/.rustup/toolchains/1.83.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=d564fed89c383635 -C extra-filename=-d564fed89c383635 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
558 | 2025-01-13T04:56:59.530Z | Compiling plain v0.2.3 |
559 | 2025-01-13T04:56:59.531Z | Running `/home/build/.rustup/toolchains/1.83.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=eea47dbe4268cb26 -C extra-filename=-eea47dbe4268cb26 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
560 | 2025-01-13T04:56:59.572Z | Compiling semver v1.0.24 |
561 | 2025-01-13T04:56:59.575Z | Running `/home/build/.rustup/toolchains/1.83.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.24/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=d2337ce5edf9387e -C extra-filename=-d2337ce5edf9387e --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-d2337ce5edf9387e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
562 | 2025-01-13T04:56:59.618Z | Compiling time v0.3.36 |
563 | 2025-01-13T04:56:59.618Z | Running `/home/build/.rustup/toolchains/1.83.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=0ee291bca7989732 -C extra-filename=-0ee291bca7989732 --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-9f9a8cae2269c2ed.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-41ef72da9f22982d.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-5763716f0b9fe373.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-70e5eaac2f714cf0.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-aa6baf78862fdd65.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-116dcbd358aa9937.so --cap-lints allow` |
564 | 2025-01-13T04:56:59.697Z | Compiling rustls v0.22.4 |
565 | 2025-01-13T04:56:59.699Z | Running `/home/build/.rustup/toolchains/1.83.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=e4f710111ba12d98 -C extra-filename=-e4f710111ba12d98 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-e4f710111ba12d98 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
566 | 2025-01-13T04:57:00.040Z | Compiling rustls v0.23.13 |
567 | 2025-01-13T04:57:00.042Z | Running `/home/build/.rustup/toolchains/1.83.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=1a370e121a6f7649 -C extra-filename=-1a370e121a6f7649 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-1a370e121a6f7649 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
568 | 2025-01-13T04:57:00.093Z | Compiling mime v0.3.16 |
569 | 2025-01-13T04:57:00.106Z | Running `/home/build/.rustup/toolchains/1.83.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=2e6e14bf8f897369 -C extra-filename=-2e6e14bf8f897369 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
570 | 2025-01-13T04:57:00.119Z | Compiling unicode-width v0.1.9 |
571 | 2025-01-13T04:57:00.122Z | Running `/home/build/.rustup/toolchains/1.83.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=3fbdf015e2d1ab9a -C extra-filename=-3fbdf015e2d1ab9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
572 | 2025-01-13T04:57:00.177Z | Compiling lazy_static v1.5.0 |
573 | 2025-01-13T04:57:00.190Z | Running `/home/build/.rustup/toolchains/1.83.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=d64202170b2e197a -C extra-filename=-d64202170b2e197a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
574 | 2025-01-13T04:57:00.193Z | Compiling native-tls v0.2.12 |
575 | 2025-01-13T04:57:00.196Z | Running `/home/build/.rustup/toolchains/1.83.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=dc77dae4e4fceaae -C extra-filename=-dc77dae4e4fceaae --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-dc77dae4e4fceaae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
576 | 2025-01-13T04:57:00.248Z | Compiling rand_chacha v0.3.1 |
577 | 2025-01-13T04:57:00.251Z | Running `/home/build/.rustup/toolchains/1.83.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=d85867eb116ad025 -C extra-filename=-d85867eb116ad025 --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-d564fed89c383635.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-c77d6b8d89c5b6bc.rmeta --cap-lints allow` |
578 | 2025-01-13T04:57:00.304Z | Compiling rustls-webpki v0.102.8 |
579 | 2025-01-13T04:57:00.306Z | Running `/home/build/.rustup/toolchains/1.83.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=0c5bb0630335700b -C extra-filename=-0c5bb0630335700b --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-d1aa288260289124.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c5962458cf40046c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out` |
580 | 2025-01-13T04:57:00.377Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-1a370e121a6f7649/build-script-build` |
581 | 2025-01-13T04:57:00.409Z | Running `/work/oxidecomputer/dropshot/target/debug/build/semver-d2337ce5edf9387e/build-script-build` |
582 | 2025-01-13T04:57:00.460Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-e4f710111ba12d98/build-script-build` |
583 | 2025-01-13T04:57:00.478Z | Compiling unicode-normalization v0.1.24 |
584 | 2025-01-13T04:57:00.481Z | Running `/home/build/.rustup/toolchains/1.83.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=1074ff751d4dcbe6 -C extra-filename=-1074ff751d4dcbe6 --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-596b343bc3f2559a.rmeta --cap-lints allow` |
585 | 2025-01-13T04:57:00.586Z | Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-dc77dae4e4fceaae/build-script-build` |
586 | 2025-01-13T04:57:00.592Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-5c09c1eed9153658/build-script-build` |
587 | 2025-01-13T04:57:00.646Z | Running `/home/build/.rustup/toolchains/1.83.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=5d37b5944a2bec33 -C extra-filename=-5d37b5944a2bec33 --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` |
588 | 2025-01-13T04:57:00.874Z | Compiling digest v0.10.7 |
589 | 2025-01-13T04:57:00.876Z | Running `/home/build/.rustup/toolchains/1.83.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=9a02dfbc282c3e64 -C extra-filename=-9a02dfbc282c3e64 --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-9a32fa8ee2de33f3.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-5a91c444c059179b.rmeta --cap-lints allow` |
590 | 2025-01-13T04:57:00.996Z | Running `/home/build/.rustup/toolchains/1.83.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=793274e01d89c767 -C extra-filename=-793274e01d89c767 --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"))'` |
591 | 2025-01-13T04:57:01.192Z | Compiling rustls-pemfile v2.1.3 |
592 | 2025-01-13T04:57:01.194Z | Running `/home/build/.rustup/toolchains/1.83.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=d0874cfdfdccfd34 -C extra-filename=-d0874cfdfdccfd34 --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-5dc2903498e8e0d8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --cap-lints allow` |
593 | 2025-01-13T04:57:01.348Z | Compiling dirs-sys-next v0.1.2 |
594 | 2025-01-13T04:57:01.351Z | Running `/home/build/.rustup/toolchains/1.83.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=9c4436941f807b37 -C extra-filename=-9c4436941f807b37 --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-34297a3c589d60f3.rmeta --cap-lints allow` |
595 | 2025-01-13T04:57:01.514Z | Running `/home/build/.rustup/toolchains/1.83.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=1fd3a47ef93f811e -C extra-filename=-1fd3a47ef93f811e --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1fd3a47ef93f811e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow` |
596 | 2025-01-13T04:57:01.581Z | Compiling unicode-segmentation v1.10.0 |
597 | 2025-01-13T04:57:01.583Z | Running `/home/build/.rustup/toolchains/1.83.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=4a6bb2da173b7a40 -C extra-filename=-4a6bb2da173b7a40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
598 | 2025-01-13T04:57:01.909Z | Compiling cpufeatures v0.2.2 |
599 | 2025-01-13T04:57:01.922Z | Running `/home/build/.rustup/toolchains/1.83.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=2cde8935906ba3e8 -C extra-filename=-2cde8935906ba3e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
600 | 2025-01-13T04:57:01.951Z | Compiling pretty-hex v0.4.1 |
601 | 2025-01-13T04:57:01.953Z | Running `/home/build/.rustup/toolchains/1.83.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=0c8091ee601db76f -C extra-filename=-0c8091ee601db76f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
602 | 2025-01-13T04:57:01.992Z | Compiling unicode-bidi v0.3.15 |
603 | 2025-01-13T04:57:01.994Z | Running `/home/build/.rustup/toolchains/1.83.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=b65a8a6e78f10c75 -C extra-filename=-b65a8a6e78f10c75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
604 | 2025-01-13T04:57:02.006Z | Compiling winnow v0.6.18 |
605 | 2025-01-13T04:57:02.009Z | Running `/home/build/.rustup/toolchains/1.83.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=75c04a53d45b38c7 -C extra-filename=-75c04a53d45b38c7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
606 | 2025-01-13T04:57:02.035Z | Compiling sha1 v0.10.6 |
607 | 2025-01-13T04:57:02.037Z | Running `/home/build/.rustup/toolchains/1.83.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=f99f1fc3dc2da012 -C extra-filename=-f99f1fc3dc2da012 --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-5dd581dc3bc79f2e.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-2cde8935906ba3e8.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-9a02dfbc282c3e64.rmeta --cap-lints allow` |
608 | 2025-01-13T04:57:02.152Z | Compiling newline-converter v0.3.0 |
609 | 2025-01-13T04:57:02.155Z | Running `/home/build/.rustup/toolchains/1.83.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=550874df4534c24e -C extra-filename=-550874df4534c24e --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-4a6bb2da173b7a40.rmeta --cap-lints allow` |
610 | 2025-01-13T04:57:02.306Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1fd3a47ef93f811e/build-script-build` |
611 | 2025-01-13T04:57:02.317Z | Compiling dirs-next v2.0.0 |
612 | 2025-01-13T04:57:02.319Z | Running `/home/build/.rustup/toolchains/1.83.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=e6348a0a82943d74 -C extra-filename=-e6348a0a82943d74 --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-5dd581dc3bc79f2e.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-9c4436941f807b37.rmeta --cap-lints allow` |
613 | 2025-01-13T04:57:02.332Z | Running `/home/build/.rustup/toolchains/1.83.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=b5ca634231d1d6f9 -C extra-filename=-b5ca634231d1d6f9 --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-2ea91e4e3ae71a91.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d1aa288260289124.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-0c5bb0630335700b.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-73d06957f10eeb69.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-da542cff3d2eedc6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out` |
614 | 2025-01-13T04:57:02.414Z | Running `/home/build/.rustup/toolchains/1.83.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=cfa04b84190bf23c -C extra-filename=-cfa04b84190bf23c --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-8ecd19cea472010a.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d1aa288260289124.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-0c5bb0630335700b.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-73d06957f10eeb69.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-da542cff3d2eedc6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
615 | 2025-01-13T04:57:02.440Z | Compiling mime_guess v2.0.5 |
616 | 2025-01-13T04:57:02.443Z | Running `/home/build/.rustup/toolchains/1.83.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=f80aa830a10dcc85 -C extra-filename=-f80aa830a10dcc85 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-f80aa830a10dcc85 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-5d37b5944a2bec33.rlib --cap-lints allow` |
617 | 2025-01-13T04:57:02.495Z | Running `/home/build/.rustup/toolchains/1.83.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=8d089af357a348f5 -C extra-filename=-8d089af357a348f5 --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` |
618 | 2025-01-13T04:57:03.155Z | Compiling idna v0.5.0 |
619 | 2025-01-13T04:57:03.168Z | Running `/home/build/.rustup/toolchains/1.83.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=70257c669e69ace0 -C extra-filename=-70257c669e69ace0 --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-b65a8a6e78f10c75.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-1074ff751d4dcbe6.rmeta --cap-lints allow` |
620 | 2025-01-13T04:57:03.319Z | Compiling rand v0.8.4 |
621 | 2025-01-13T04:57:03.321Z | Running `/home/build/.rustup/toolchains/1.83.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=69240c9b99ad6cac -C extra-filename=-69240c9b99ad6cac --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-34297a3c589d60f3.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-d85867eb116ad025.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-c77d6b8d89c5b6bc.rmeta --cap-lints allow` |
622 | 2025-01-13T04:57:03.506Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fe7db9ad15ca6d75 -C extra-filename=-fe7db9ad15ca6d75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --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)'` |
623 | 2025-01-13T04:57:03.512Z | Compiling serde_derive v1.0.217 |
624 | 2025-01-13T04:57:03.515Z | Running `/home/build/.rustup/toolchains/1.83.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.217/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=1d3d56cd5229dd11 -C extra-filename=-1d3d56cd5229dd11 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow` |
625 | 2025-01-13T04:57:03.786Z | Compiling thiserror-impl v1.0.69 |
626 | 2025-01-13T04:57:03.789Z | Running `/home/build/.rustup/toolchains/1.83.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=f5a46386c0fabbb3 -C extra-filename=-f5a46386c0fabbb3 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow` |
627 | 2025-01-13T04:57:04.196Z | Compiling tokio-macros v2.4.0 |
628 | 2025-01-13T04:57:04.222Z | Running `/home/build/.rustup/toolchains/1.83.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=9a7106c3897c14ae -C extra-filename=-9a7106c3897c14ae --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow` |
629 | 2025-01-13T04:57:04.753Z | Compiling futures-macro v0.3.31 |
630 | 2025-01-13T04:57:04.755Z | Running `/home/build/.rustup/toolchains/1.83.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(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0031aaa3c74e8322 -C extra-filename=-0031aaa3c74e8322 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow` |
631 | 2025-01-13T04:57:04.855Z | Compiling zerocopy-derive v0.7.32 |
632 | 2025-01-13T04:57:04.858Z | Running `/home/build/.rustup/toolchains/1.83.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=96662ad401388ef1 -C extra-filename=-96662ad401388ef1 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow` |
633 | 2025-01-13T04:57:05.219Z | Compiling scroll_derive v0.12.0 |
634 | 2025-01-13T04:57:05.222Z | Running `/home/build/.rustup/toolchains/1.83.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=e4642898792fe2ca -C extra-filename=-e4642898792fe2ca --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow` |
635 | 2025-01-13T04:57:05.730Z | Compiling tokio v1.42.0 |
636 | 2025-01-13T04:57:05.732Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.42.0/src/lib.rs --error-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=3855163c4efab91d -C extra-filename=-3855163c4efab91d --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-7b39fda080c99561.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-be61f70fe070fd89.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-b9292d5dd3296621.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-eb9965676b9552fc.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-2c51904b24cdba1a.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-9a7106c3897c14ae.so --cap-lints allow` |
637 | 2025-01-13T04:57:06.575Z | Running `/home/build/.rustup/toolchains/1.83.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=a944e3d15290af1a -C extra-filename=-a944e3d15290af1a --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-f5a46386c0fabbb3.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
638 | 2025-01-13T04:57:06.609Z | Compiling futures-util v0.3.31 |
639 | 2025-01-13T04:57:06.612Z | Running `/home/build/.rustup/toolchains/1.83.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=6877d04f3628bf57 -C extra-filename=-6877d04f3628bf57 --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-4eb31465723bb3e4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-5818bb373b366268.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-0031aaa3c74e8322.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-f46c24381bc413fc.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7811892e43d5a81d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-0fdc83d8b9503d3c.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-cd1f1968df994cf1.rmeta --cap-lints allow` |
640 | 2025-01-13T04:57:06.669Z | Compiling scroll v0.12.0 |
641 | 2025-01-13T04:57:06.704Z | Running `/home/build/.rustup/toolchains/1.83.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=556c1736e6280c40 -C extra-filename=-556c1736e6280c40 --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-e4642898792fe2ca.so --cap-lints allow` |
642 | 2025-01-13T04:57:06.707Z | Compiling pest v2.7.6 |
643 | 2025-01-13T04:57:06.707Z | Running `/home/build/.rustup/toolchains/1.83.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=03ad50838f3c082f -C extra-filename=-03ad50838f3c082f --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-7811892e43d5a81d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a944e3d15290af1a.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-8fe6c17116ec2866.rmeta --cap-lints allow` |
644 | 2025-01-13T04:57:06.751Z | Compiling zerocopy v0.7.32 |
645 | 2025-01-13T04:57:06.753Z | Running `/home/build/.rustup/toolchains/1.83.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=4f5b7b8e21ada221 -C extra-filename=-4f5b7b8e21ada221 --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-a679b17ca8f1f83b.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-96662ad401388ef1.so --cap-lints allow` |
646 | 2025-01-13T04:57:07.158Z | Compiling openssl-macros v0.1.1 |
647 | 2025-01-13T04:57:07.161Z | Running `/home/build/.rustup/toolchains/1.83.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=bf73bc2e66f029f8 -C extra-filename=-bf73bc2e66f029f8 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow` |
648 | 2025-01-13T04:57:07.986Z | Compiling goblin v0.8.0 |
649 | 2025-01-13T04:57:07.988Z | Running `/home/build/.rustup/toolchains/1.83.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=5df793a17fbe5fb6 -C extra-filename=-5df793a17fbe5fb6 --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-2ea91e4e3ae71a91.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-eea47dbe4268cb26.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-556c1736e6280c40.rmeta --cap-lints allow` |
650 | 2025-01-13T04:57:08.007Z | Running `/home/build/.rustup/toolchains/1.83.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=01427cf4c3c09675 -C extra-filename=-01427cf4c3c09675 --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-4453ff0f6fdc5370.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5dd581dc3bc79f2e.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-2bc3e7a32a58de3e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-bf73bc2e66f029f8.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-9f0aea19f044ffa2.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)'` |
651 | 2025-01-13T04:57:09.462Z | Compiling pest_meta v2.7.6 |
652 | 2025-01-13T04:57:09.465Z | Running `/home/build/.rustup/toolchains/1.83.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=d0ffcb5db35d36ac -C extra-filename=-d0ffcb5db35d36ac --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-8ecd19cea472010a.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-03ad50838f3c082f.rmeta --cap-lints allow` |
653 | 2025-01-13T04:57:10.476Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-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=fc73958dbd323ca1 -C extra-filename=-fc73958dbd323ca1 --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-1d3d56cd5229dd11.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)'` |
654 | 2025-01-13T04:57:11.883Z | Compiling pest_generator v2.7.6 |
655 | 2025-01-13T04:57:11.886Z | Running `/home/build/.rustup/toolchains/1.83.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=d45bba7383985da6 -C extra-filename=-d45bba7383985da6 --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-03ad50838f3c082f.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-d0ffcb5db35d36ac.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rmeta --cap-lints allow` |
656 | 2025-01-13T04:57:12.353Z | Compiling http-body-util v0.1.2 |
657 | 2025-01-13T04:57:12.355Z | Running `/home/build/.rustup/toolchains/1.83.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=05419c91254ea773 -C extra-filename=-05419c91254ea773 --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-7b39fda080c99561.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow` |
658 | 2025-01-13T04:57:12.777Z | Compiling serde_derive_internals v0.29.0 |
659 | 2025-01-13T04:57:12.779Z | Running `/home/build/.rustup/toolchains/1.83.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=203278e26cc79d6d -C extra-filename=-203278e26cc79d6d --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rmeta --cap-lints allow` |
660 | 2025-01-13T04:57:12.913Z | Compiling tokio-util v0.7.7 |
661 | 2025-01-13T04:57:12.915Z | Running `/home/build/.rustup/toolchains/1.83.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=03061940a6712f28 -C extra-filename=-03061940a6712f28 --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-7b39fda080c99561.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow` |
662 | 2025-01-13T04:57:13.458Z | Compiling pest_derive v2.7.6 |
663 | 2025-01-13T04:57:13.460Z | Running `/home/build/.rustup/toolchains/1.83.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=226fd621d800c594 -C extra-filename=-226fd621d800c594 --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-03ad50838f3c082f.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-d45bba7383985da6.rlib --extern proc_macro --cap-lints allow` |
664 | 2025-01-13T04:57:14.172Z | Running `/home/build/.rustup/toolchains/1.83.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=6fe435568669c821 -C extra-filename=-6fe435568669c821 --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-2ea91e4e3ae71a91.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-01427cf4c3c09675.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-dc0a1e1832286ed0.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-9f0aea19f044ffa2.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
665 | 2025-01-13T04:57:14.418Z | Compiling dtrace-parser v0.2.0 |
666 | 2025-01-13T04:57:14.421Z | Running `/home/build/.rustup/toolchains/1.83.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=f3dd5d4a49fe191e -C extra-filename=-f3dd5d4a49fe191e --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-03ad50838f3c082f.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-226fd621d800c594.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a944e3d15290af1a.rmeta --cap-lints allow` |
667 | 2025-01-13T04:57:14.682Z | Compiling concurrent-queue v2.5.0 |
668 | 2025-01-13T04:57:14.684Z | Running `/home/build/.rustup/toolchains/1.83.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=9ff9a7c82adc27f1 -C extra-filename=-9ff9a7c82adc27f1 --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-2bcf0c9b8cf8c35f.rmeta --cap-lints allow` |
669 | 2025-01-13T04:57:14.782Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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=981be674ae86df3e -C extra-filename=-981be674ae86df3e --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-2b4509c562bc133a.rmeta --cap-lints allow` |
670 | 2025-01-13T04:57:15.045Z | Running `/home/build/.rustup/toolchains/1.83.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=3c5439bb9642eeca -C extra-filename=-3c5439bb9642eeca --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-34297a3c589d60f3.rmeta --cap-lints allow` |
671 | 2025-01-13T04:57:15.154Z | Compiling multer v3.1.0 |
672 | 2025-01-13T04:57:15.157Z | Running `/home/build/.rustup/toolchains/1.83.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=4f1cfd0e4b048316 -C extra-filename=-4f1cfd0e4b048316 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-4f1cfd0e4b048316 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1ca23863feb9ecf9.rlib --cap-lints allow` |
673 | 2025-01-13T04:57:15.356Z | Compiling thread_local v1.1.4 |
674 | 2025-01-13T04:57:15.359Z | Running `/home/build/.rustup/toolchains/1.83.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=d8463e636729aa01 -C extra-filename=-d8463e636729aa01 --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-8ecd19cea472010a.rmeta --cap-lints allow` |
675 | 2025-01-13T04:57:15.496Z | Running `/home/build/.rustup/toolchains/1.83.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.134/src/lib.rs --error-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=0fc409d8ab4d2294 -C extra-filename=-0fc409d8ab4d2294 --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-3304f96f964a1429.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7811892e43d5a81d.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-ca43ebeaa2825c46.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
676 | 2025-01-13T04:57:15.840Z | Compiling indexmap v2.7.0 |
677 | 2025-01-13T04:57:15.843Z | Running `/home/build/.rustup/toolchains/1.83.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=e008d45877e24b08 -C extra-filename=-e008d45877e24b08 --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-48c70162b106b140.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-f5be82adde7a16af.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --cap-lints allow` |
678 | 2025-01-13T04:57:15.869Z | Compiling serde_tokenstream v0.2.2 |
679 | 2025-01-13T04:57:15.871Z | Running `/home/build/.rustup/toolchains/1.83.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=c0abb99aa543059f -C extra-filename=-c0abb99aa543059f --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rmeta --cap-lints allow` |
680 | 2025-01-13T04:57:16.068Z | Compiling toml_datetime v0.6.8 |
681 | 2025-01-13T04:57:16.071Z | Running `/home/build/.rustup/toolchains/1.83.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=0b2d5af216ddd436 -C extra-filename=-0b2d5af216ddd436 --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-fc73958dbd323ca1.rmeta --cap-lints allow` |
682 | 2025-01-13T04:57:16.348Z | Compiling serde_spanned v0.6.7 |
683 | 2025-01-13T04:57:16.351Z | Running `/home/build/.rustup/toolchains/1.83.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=6fc5dd8b2702fb0f -C extra-filename=-6fc5dd8b2702fb0f --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-fc73958dbd323ca1.rmeta --cap-lints allow` |
684 | 2025-01-13T04:57:16.386Z | Compiling encoding_rs v0.8.32 |
685 | 2025-01-13T04:57:16.398Z | Running `/home/build/.rustup/toolchains/1.83.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=1388959d97afce0a -C extra-filename=-1388959d97afce0a --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-5dd581dc3bc79f2e.rmeta --cap-lints allow` |
686 | 2025-01-13T04:57:16.560Z | Compiling heck v0.5.0 |
687 | 2025-01-13T04:57:16.560Z | Running `/home/build/.rustup/toolchains/1.83.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=75efcb4fac050736 -C extra-filename=-75efcb4fac050736 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
688 | 2025-01-13T04:57:16.573Z | Compiling slog-async v2.8.0 |
689 | 2025-01-13T04:57:16.576Z | Running `/home/build/.rustup/toolchains/1.83.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=941614ad212ee022 -C extra-filename=-941614ad212ee022 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-941614ad212ee022 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
690 | 2025-01-13T04:57:16.954Z | Compiling h2 v0.4.6 |
691 | 2025-01-13T04:57:16.957Z | Running `/home/build/.rustup/toolchains/1.83.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(fuzzing)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=effc59643a69709a -C extra-filename=-effc59643a69709a --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-7fd089cc9c593599.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-a785c9739f55e7ce.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-cd1f1968df994cf1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-03061940a6712f28.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow` |
692 | 2025-01-13T04:57:17.030Z | Compiling dof v0.3.0 |
693 | 2025-01-13T04:57:17.033Z | Running `/home/build/.rustup/toolchains/1.83.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=e6ff7c1bd9a24a55 -C extra-filename=-e6ff7c1bd9a24a55 --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-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a944e3d15290af1a.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-4f5b7b8e21ada221.rmeta --cap-lints allow` |
694 | 2025-01-13T04:57:17.083Z | Running `/home/build/.rustup/toolchains/1.83.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=4d2bab40c7d38543 -C extra-filename=-4d2bab40c7d38543 --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-5df793a17fbe5fb6.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-0c8091ee601db76f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a944e3d15290af1a.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-4f5b7b8e21ada221.rmeta --cap-lints allow` |
695 | 2025-01-13T04:57:17.789Z | Running `/home/build/.rustup/toolchains/1.83.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=e172905bcdaeb36f -C extra-filename=-e172905bcdaeb36f --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-a679b17ca8f1f83b.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-e6ff7c1bd9a24a55.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f3dd5d4a49fe191e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9a397fb45b8739c.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a944e3d15290af1a.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-9d57ebaaf32cbe04.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
696 | 2025-01-13T04:57:18.136Z | Compiling toml_edit v0.22.20 |
697 | 2025-01-13T04:57:18.138Z | Running `/home/build/.rustup/toolchains/1.83.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=b1d83185c70739cd -C extra-filename=-b1d83185c70739cd --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-e008d45877e24b08.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-6fc5dd8b2702fb0f.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-0b2d5af216ddd436.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-75c04a53d45b38c7.rmeta --cap-lints allow` |
698 | 2025-01-13T04:57:18.272Z | Compiling iana-time-zone v0.1.47 |
699 | 2025-01-13T04:57:18.275Z | Running `/home/build/.rustup/toolchains/1.83.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=2836fd28833612d0 -C extra-filename=-2836fd28833612d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
700 | 2025-01-13T04:57:18.694Z | Compiling parking v2.2.0 |
701 | 2025-01-13T04:57:18.696Z | Running `/home/build/.rustup/toolchains/1.83.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=842e8eec59fb759b -C extra-filename=-842e8eec59fb759b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
702 | 2025-01-13T04:57:19.006Z | Compiling schemars v0.8.21 |
703 | 2025-01-13T04:57:19.009Z | Running `/home/build/.rustup/toolchains/1.83.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=f696eaa5a4d59098 -C extra-filename=-f696eaa5a4d59098 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-f696eaa5a4d59098 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
704 | 2025-01-13T04:57:19.038Z | Compiling thiserror v2.0.9 |
705 | 2025-01-13T04:57:19.040Z | Running `/home/build/.rustup/toolchains/1.83.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.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", "std"))' -C metadata=4b849d481804f4b9 -C extra-filename=-4b849d481804f4b9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-4b849d481804f4b9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
706 | 2025-01-13T04:57:19.140Z | Compiling target-triple v0.1.3 |
707 | 2025-01-13T04:57:19.151Z | Running `/home/build/.rustup/toolchains/1.83.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=adc002e6b4e87eda -C extra-filename=-adc002e6b4e87eda --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-adc002e6b4e87eda -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
708 | 2025-01-13T04:57:19.389Z | Compiling camino v1.1.9 |
709 | 2025-01-13T04:57:19.392Z | Running `/home/build/.rustup/toolchains/1.83.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=0845dbcc9219c4d7 -C extra-filename=-0845dbcc9219c4d7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-0845dbcc9219c4d7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
710 | 2025-01-13T04:57:19.598Z | Compiling rustix v0.38.40 |
711 | 2025-01-13T04:57:19.630Z | Running `/home/build/.rustup/toolchains/1.83.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 --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"))' --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"))' -C metadata=7f58c1d6029b624a -C extra-filename=-7f58c1d6029b624a --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-7f58c1d6029b624a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
712 | 2025-01-13T04:57:19.666Z | Compiling similar v2.2.1 |
713 | 2025-01-13T04:57:19.679Z | Running `/home/build/.rustup/toolchains/1.83.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=fd619281d65f60ee -C extra-filename=-fd619281d65f60ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
714 | 2025-01-13T04:57:19.993Z | Compiling match_cfg v0.1.0 |
715 | 2025-01-13T04:57:20.006Z | Running `/home/build/.rustup/toolchains/1.83.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=28e48748a51e573f -C extra-filename=-28e48748a51e573f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
716 | 2025-01-13T04:57:20.085Z | Compiling hostname v0.3.1 |
717 | 2025-01-13T04:57:20.088Z | Running `/home/build/.rustup/toolchains/1.83.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=3333269d3bf5ab3d -C extra-filename=-3333269d3bf5ab3d --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-34297a3c589d60f3.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-28e48748a51e573f.rmeta --cap-lints allow` |
718 | 2025-01-13T04:57:20.269Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-7f58c1d6029b624a/build-script-build` |
719 | 2025-01-13T04:57:20.294Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-0845dbcc9219c4d7/build-script-build` |
720 | 2025-01-13T04:57:20.314Z | Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-adc002e6b4e87eda/build-script-build` |
721 | 2025-01-13T04:57:20.335Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-4b849d481804f4b9/build-script-build` |
722 | 2025-01-13T04:57:20.368Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-f696eaa5a4d59098/build-script-build` |
723 | 2025-01-13T04:57:20.375Z | Compiling usdt-macro v0.5.0 |
724 | 2025-01-13T04:57:20.377Z | Running `/home/build/.rustup/toolchains/1.83.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=07d0fc4959f72274 -C extra-filename=-07d0fc4959f72274 --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-f3dd5d4a49fe191e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c0abb99aa543059f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-e172905bcdaeb36f.rlib --extern proc_macro --cap-lints allow` |
725 | 2025-01-13T04:57:20.388Z | Compiling usdt-attr-macro v0.5.0 |
726 | 2025-01-13T04:57:20.400Z | Running `/home/build/.rustup/toolchains/1.83.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=5f72fcc5a68c9932 -C extra-filename=-5f72fcc5a68c9932 --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-f3dd5d4a49fe191e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c0abb99aa543059f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-e172905bcdaeb36f.rlib --extern proc_macro --cap-lints allow` |
727 | 2025-01-13T04:57:20.671Z | Running `/home/build/.rustup/toolchains/1.83.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=579f37c0331f91a0 -C extra-filename=-579f37c0331f91a0 --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-a679b17ca8f1f83b.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-4d2bab40c7d38543.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f3dd5d4a49fe191e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-981be674ae86df3e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a944e3d15290af1a.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-3c5439bb9642eeca.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
728 | 2025-01-13T04:57:20.809Z | Compiling event-listener v5.0.0 |
729 | 2025-01-13T04:57:20.812Z | Running `/home/build/.rustup/toolchains/1.83.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=b9adb7aaaf3d9185 -C extra-filename=-b9adb7aaaf3d9185 --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-9ff9a7c82adc27f1.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-842e8eec59fb759b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow` |
730 | 2025-01-13T04:57:21.309Z | Compiling hyper v1.5.2 |
731 | 2025-01-13T04:57:21.312Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.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 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --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("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=d2f09fec63c98378 -C extra-filename=-d2f09fec63c98378 --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-7b39fda080c99561.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-4eb31465723bb3e4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-effc59643a69709a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8170973e93e4b714.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-25466779565e1786.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-b1bd81fab5258879.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-77d59de9e605eac7.rmeta --cap-lints allow` |
732 | 2025-01-13T04:57:21.768Z | Compiling toml v0.8.19 |
733 | 2025-01-13T04:57:21.771Z | Running `/home/build/.rustup/toolchains/1.83.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=2ad7a54dddf55371 -C extra-filename=-2ad7a54dddf55371 --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-fc73958dbd323ca1.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-6fc5dd8b2702fb0f.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-0b2d5af216ddd436.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-b1d83185c70739cd.rmeta --cap-lints allow` |
734 | 2025-01-13T04:57:21.830Z | Compiling chrono v0.4.39 |
735 | 2025-01-13T04:57:21.832Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.39/src/lib.rs --error-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=1cebeb17d07632e4 -C extra-filename=-1cebeb17d07632e4 --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-2836fd28833612d0.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-8d089af357a348f5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --cap-lints allow` |
736 | 2025-01-13T04:57:21.931Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-941614ad212ee022/build-script-build` |
737 | 2025-01-13T04:57:21.994Z | Compiling slog-json v2.6.1 |
738 | 2025-01-13T04:57:21.996Z | Running `/home/build/.rustup/toolchains/1.83.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=2ad4634d531dafe5 -C extra-filename=-2ad4634d531dafe5 --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-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0ee291bca7989732.rmeta --cap-lints allow` |
739 | 2025-01-13T04:57:22.242Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-4f1cfd0e4b048316/build-script-build` |
740 | 2025-01-13T04:57:22.300Z | Compiling serde_urlencoded v0.7.1 |
741 | 2025-01-13T04:57:22.303Z | Running `/home/build/.rustup/toolchains/1.83.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=0a105890568b7f5c -C extra-filename=-0a105890568b7f5c --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-e609e9b6d2cfac5c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3304f96f964a1429.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-ca43ebeaa2825c46.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --cap-lints allow` |
742 | 2025-01-13T04:57:22.342Z | Compiling uuid v1.11.0 |
743 | 2025-01-13T04:57:22.345Z | Running `/home/build/.rustup/toolchains/1.83.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 --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=47df28aa758145bb -C extra-filename=-47df28aa758145bb --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-bc3291f4765ac313.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --cap-lints allow` |
744 | 2025-01-13T04:57:22.788Z | Compiling schemars_derive v0.8.21 |
745 | 2025-01-13T04:57:22.790Z | Running `/home/build/.rustup/toolchains/1.83.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=005a304da918dd5e -C extra-filename=-005a304da918dd5e --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-203278e26cc79d6d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow` |
746 | 2025-01-13T04:57:23.117Z | Compiling tokio-native-tls v0.3.1 |
747 | 2025-01-13T04:57:23.120Z | Running `/home/build/.rustup/toolchains/1.83.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=24a373aacf2fe714 -C extra-filename=-24a373aacf2fe714 --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-6fe435568669c821.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
748 | 2025-01-13T04:57:23.368Z | Compiling tokio-rustls v0.25.0 |
749 | 2025-01-13T04:57:23.371Z | Running `/home/build/.rustup/toolchains/1.83.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=cb5d880b2984268f -C extra-filename=-cb5d880b2984268f --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-b5ca634231d1d6f9.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out` |
750 | 2025-01-13T04:57:23.381Z | Compiling tokio-rustls v0.26.0 |
751 | 2025-01-13T04:57:23.384Z | Running `/home/build/.rustup/toolchains/1.83.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=ef01ca2b40bcc312 -C extra-filename=-ef01ca2b40bcc312 --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-cfa04b84190bf23c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out` |
752 | 2025-01-13T04:57:23.735Z | Compiling hyper-util v0.1.10 |
753 | 2025-01-13T04:57:23.738Z | Running `/home/build/.rustup/toolchains/1.83.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=65d3a32f7fa54f2b -C extra-filename=-65d3a32f7fa54f2b --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-7b39fda080c99561.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-4eb31465723bb3e4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-2c51904b24cdba1a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-3cb0fcf01e26557b.rmeta --cap-lints allow` |
754 | 2025-01-13T04:57:23.769Z | Compiling futures-executor v0.3.31 |
755 | 2025-01-13T04:57:23.772Z | Running `/home/build/.rustup/toolchains/1.83.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=e295ee301ef28184 -C extra-filename=-e295ee301ef28184 --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-202e0e401ac02b89.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-f46c24381bc413fc.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --cap-lints allow` |
756 | 2025-01-13T04:57:24.117Z | Compiling url v2.5.2 |
757 | 2025-01-13T04:57:24.119Z | Running `/home/build/.rustup/toolchains/1.83.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=4cfa63d6a2ef64e8 -C extra-filename=-4cfa63d6a2ef64e8 --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-e609e9b6d2cfac5c.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-70257c669e69ace0.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --cap-lints allow` |
758 | 2025-01-13T04:57:24.302Z | Compiling async-stream-impl v0.3.6 |
759 | 2025-01-13T04:57:24.314Z | Running `/home/build/.rustup/toolchains/1.83.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=0c4030e05e2cb776 -C extra-filename=-0c4030e05e2cb776 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow` |
760 | 2025-01-13T04:57:25.230Z | Compiling thiserror-impl v2.0.9 |
761 | 2025-01-13T04:57:25.233Z | Running `/home/build/.rustup/toolchains/1.83.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.9/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=dbe3a14823c0e930 -C extra-filename=-dbe3a14823c0e930 --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow` |
762 | 2025-01-13T04:57:25.372Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-f80aa830a10dcc85/build-script-build` |
763 | 2025-01-13T04:57:25.403Z | Compiling term v0.7.0 |
764 | 2025-01-13T04:57:25.407Z | Running `/home/build/.rustup/toolchains/1.83.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=1bf0bb72c0a08733 -C extra-filename=-1bf0bb72c0a08733 --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-e6348a0a82943d74.rmeta --cap-lints allow` |
765 | 2025-01-13T04:57:25.676Z | Compiling crossbeam-channel v0.5.1 |
766 | 2025-01-13T04:57:25.679Z | Running `/home/build/.rustup/toolchains/1.83.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=31fc8d6a88a8514f -C extra-filename=-31fc8d6a88a8514f --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-5dd581dc3bc79f2e.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-2bcf0c9b8cf8c35f.rmeta --cap-lints allow` |
767 | 2025-01-13T04:57:25.690Z | Compiling webpki-roots v0.26.5 |
768 | 2025-01-13T04:57:25.692Z | Running `/home/build/.rustup/toolchains/1.83.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=27712424a3a65069 -C extra-filename=-27712424a3a65069 --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-09d82741717f5c62.rmeta --cap-lints allow` |
769 | 2025-01-13T04:57:25.894Z | Compiling memmap v0.7.0 |
770 | 2025-01-13T04:57:25.985Z | Running `/home/build/.rustup/toolchains/1.83.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=39e764e7231b6e19 -C extra-filename=-39e764e7231b6e19 --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-34297a3c589d60f3.rmeta --cap-lints allow` |
771 | 2025-01-13T04:57:25.992Z | Compiling is-terminal v0.4.12 |
772 | 2025-01-13T04:57:25.994Z | Running `/home/build/.rustup/toolchains/1.83.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=945c24f0c97625c3 -C extra-filename=-945c24f0c97625c3 --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-34297a3c589d60f3.rmeta --cap-lints allow` |
773 | 2025-01-13T04:57:26.108Z | Compiling errno v0.3.8 |
774 | 2025-01-13T04:57:26.110Z | Running `/home/build/.rustup/toolchains/1.83.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=27095d6e354f34b6 -C extra-filename=-27095d6e354f34b6 --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-34297a3c589d60f3.rmeta --cap-lints allow` |
775 | 2025-01-13T04:57:26.235Z | Compiling sync_wrapper v1.0.1 |
776 | 2025-01-13T04:57:26.237Z | Running `/home/build/.rustup/toolchains/1.83.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=50d860442c475654 -C extra-filename=-50d860442c475654 --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-202e0e401ac02b89.rmeta --cap-lints allow` |
777 | 2025-01-13T04:57:26.324Z | Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot) |
778 | 2025-01-13T04:57:26.324Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=914c9f5db3cb4b64 -C extra-filename=-914c9f5db3cb4b64 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-914c9f5db3cb4b64 -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-1ca23863feb9ecf9.rlib` |
779 | 2025-01-13T04:57:26.373Z | Compiling take_mut v0.2.2 |
780 | 2025-01-13T04:57:26.376Z | Running `/home/build/.rustup/toolchains/1.83.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=7a8a81d0830ef560 -C extra-filename=-7a8a81d0830ef560 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
781 | 2025-01-13T04:57:26.414Z | Compiling buf-list v1.0.3 |
782 | 2025-01-13T04:57:26.417Z | Running `/home/build/.rustup/toolchains/1.83.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=f717612ff5e36d0c -C extra-filename=-f717612ff5e36d0c --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-f717612ff5e36d0c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
783 | 2025-01-13T04:57:26.497Z | Compiling data-encoding v2.4.0 |
784 | 2025-01-13T04:57:26.500Z | Running `/home/build/.rustup/toolchains/1.83.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=19fce5e59a4e112a -C extra-filename=-19fce5e59a4e112a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
785 | 2025-01-13T04:57:26.512Z | Compiling tower-layer v0.3.3 |
786 | 2025-01-13T04:57:26.514Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.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=f47b6d97679d6789 -C extra-filename=-f47b6d97679d6789 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
787 | 2025-01-13T04:57:26.674Z | Compiling dyn-clone v1.0.4 |
788 | 2025-01-13T04:57:26.686Z | Running `/home/build/.rustup/toolchains/1.83.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=70f14956d7997a02 -C extra-filename=-70f14956d7997a02 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
789 | 2025-01-13T04:57:26.698Z | Compiling anyhow v1.0.95 |
790 | 2025-01-13T04:57:26.700Z | Running `/home/build/.rustup/toolchains/1.83.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.95/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=93b1bb509e16fdff -C extra-filename=-93b1bb509e16fdff --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-93b1bb509e16fdff -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
791 | 2025-01-13T04:57:26.770Z | Compiling utf-8 v0.7.6 |
792 | 2025-01-13T04:57:26.772Z | Running `/home/build/.rustup/toolchains/1.83.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=605ed3482e15ff2a -C extra-filename=-605ed3482e15ff2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
793 | 2025-01-13T04:57:26.795Z | Running `/home/build/.rustup/toolchains/1.83.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=564dc78629f54d85 -C extra-filename=-564dc78629f54d85 --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-1cebeb17d07632e4.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-70f14956d7997a02.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-005a304da918dd5e.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
794 | 2025-01-13T04:57:26.827Z | Compiling tower v0.5.2 |
795 | 2025-01-13T04:57:26.839Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-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="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=d0deb41035bb6136 -C extra-filename=-d0deb41035bb6136 --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-202e0e401ac02b89.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-50d860442c475654.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-f47b6d97679d6789.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --cap-lints allow` |
796 | 2025-01-13T04:57:26.976Z | Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-f717612ff5e36d0c/build-script-build` |
797 | 2025-01-13T04:57:27.038Z | Compiling tungstenite v0.24.0 |
798 | 2025-01-13T04:57:27.040Z | Running `/home/build/.rustup/toolchains/1.83.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=de72482bb2f42669 -C extra-filename=-de72482bb2f42669 --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-a679b17ca8f1f83b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-19fce5e59a4e112a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8170973e93e4b714.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-69240c9b99ad6cac.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a944e3d15290af1a.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-605ed3482e15ff2a.rmeta --cap-lints allow` |
799 | 2025-01-13T04:57:27.064Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-914c9f5db3cb4b64/build-script-build` |
800 | 2025-01-13T04:57:27.134Z | Running `/home/build/.rustup/toolchains/1.83.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=0c0af5df98af4fb4 -C extra-filename=-0c0af5df98af4fb4 --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-31fc8d6a88a8514f.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-7a8a81d0830ef560.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-d8463e636729aa01.rmeta --cap-lints allow --cfg integer128` |
801 | 2025-01-13T04:57:27.248Z | Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-93b1bb509e16fdff/build-script-build` |
802 | 2025-01-13T04:57:27.598Z | Running `/home/build/.rustup/toolchains/1.83.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 --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"))' --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"))' -C metadata=6f4c1b1313eeb214 -C extra-filename=-6f4c1b1313eeb214 --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-4453ff0f6fdc5370.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-27095d6e354f34b6.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
803 | 2025-01-13T04:57:27.614Z | Compiling usdt v0.5.0 |
804 | 2025-01-13T04:57:27.626Z | Running `/home/build/.rustup/toolchains/1.83.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=5f58c1f6c57f1a43 -C extra-filename=-5f58c1f6c57f1a43 --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-4d2bab40c7d38543.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f3dd5d4a49fe191e.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-5df793a17fbe5fb6.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-39e764e7231b6e19.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-5f72fcc5a68c9932.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-579f37c0331f91a0.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-07d0fc4959f72274.so --cap-lints allow` |
805 | 2025-01-13T04:57:27.846Z | Compiling slog-term v2.9.1 |
806 | 2025-01-13T04:57:27.849Z | Running `/home/build/.rustup/toolchains/1.83.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=3f946b592a426227 -C extra-filename=-3f946b592a426227 --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-945c24f0c97625c3.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-1bf0bb72c0a08733.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-d8463e636729aa01.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0ee291bca7989732.rmeta --cap-lints allow` |
807 | 2025-01-13T04:57:28.019Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=effef01581eb9199 -C extra-filename=-effef01581eb9199 --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-dbe3a14823c0e930.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
808 | 2025-01-13T04:57:28.079Z | Compiling hyper-rustls v0.27.3 |
809 | 2025-01-13T04:57:28.118Z | Running `/home/build/.rustup/toolchains/1.83.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=b54710504fc1796a -C extra-filename=-b54710504fc1796a --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-6877d04f3628bf57.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cfa04b84190bf23c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-ef01ca2b40bcc312.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-27712424a3a65069.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out` |
810 | 2025-01-13T04:57:28.154Z | Compiling async-stream v0.3.6 |
811 | 2025-01-13T04:57:28.157Z | Running `/home/build/.rustup/toolchains/1.83.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=5a57ad17b4e272f1 -C extra-filename=-5a57ad17b4e272f1 --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-0c4030e05e2cb776.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow` |
812 | 2025-01-13T04:57:28.234Z | Compiling hyper-tls v0.6.0 |
813 | 2025-01-13T04:57:28.236Z | Running `/home/build/.rustup/toolchains/1.83.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=2bc781e64f82e16e -C extra-filename=-2bc781e64f82e16e --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-7b39fda080c99561.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-6fe435568669c821.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-24a373aacf2fe714.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
814 | 2025-01-13T04:57:28.437Z | Running `/home/build/.rustup/toolchains/1.83.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=c89de980e6f38e7b -C extra-filename=-c89de980e6f38e7b --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-2e6e14bf8f897369.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-5d37b5944a2bec33.rmeta --cap-lints allow` |
815 | 2025-01-13T04:57:28.617Z | Compiling futures v0.3.31 |
816 | 2025-01-13T04:57:28.619Z | Running `/home/build/.rustup/toolchains/1.83.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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=343725afd0206a91 -C extra-filename=-343725afd0206a91 --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-4eb31465723bb3e4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-e295ee301ef28184.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-5818bb373b366268.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-6547b91da89de9b3.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-f46c24381bc413fc.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --cap-lints allow` |
817 | 2025-01-13T04:57:28.662Z | Running `/home/build/.rustup/toolchains/1.83.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=a558d923c3b38404 -C extra-filename=-a558d923c3b38404 --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-7b39fda080c99561.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-1388959d97afce0a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8170973e93e4b714.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7811892e43d5a81d.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2e6e14bf8f897369.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-aac7f034420c2f30.rmeta --cap-lints allow` |
818 | 2025-01-13T04:57:28.718Z | Compiling slog-bunyan v2.5.0 |
819 | 2025-01-13T04:57:28.720Z | Running `/home/build/.rustup/toolchains/1.83.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=ab96ca08890a836d -C extra-filename=-ab96ca08890a836d --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-3333269d3bf5ab3d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0ee291bca7989732.rmeta --cap-lints allow` |
820 | 2025-01-13T04:57:28.721Z | Compiling event-listener-strategy v0.5.2 |
821 | 2025-01-13T04:57:28.733Z | Running `/home/build/.rustup/toolchains/1.83.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=a436cd21cd45b0d4 -C extra-filename=-a436cd21cd45b0d4 --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-b9adb7aaaf3d9185.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow` |
822 | 2025-01-13T04:57:28.929Z | Running `/home/build/.rustup/toolchains/1.83.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=9d4d303e70230706 -C extra-filename=-9d4d303e70230706 --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-fc73958dbd323ca1.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)'` |
823 | 2025-01-13T04:57:28.931Z | Running `/home/build/.rustup/toolchains/1.83.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=177cec3174c54899 -C extra-filename=-177cec3174c54899 --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"))'` |
824 | 2025-01-13T04:57:29.028Z | Compiling openapiv3 v2.0.0 |
825 | 2025-01-13T04:57:29.030Z | Running `/home/build/.rustup/toolchains/1.83.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=9e18de12f0f003bd -C extra-filename=-9e18de12f0f003bd --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-e008d45877e24b08.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --cap-lints allow` |
826 | 2025-01-13T04:57:29.041Z | Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
827 | 2025-01-13T04:57:29.044Z | Running `/home/build/.rustup/toolchains/1.83.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(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=14b289dd4dc4586b -C extra-filename=-14b289dd4dc4586b --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-75efcb4fac050736.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c0abb99aa543059f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro` |
828 | 2025-01-13T04:57:29.181Z | Compiling serde_path_to_error v0.1.16 |
829 | 2025-01-13T04:57:29.184Z | Running `/home/build/.rustup/toolchains/1.83.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=ddfa04027205edc7 -C extra-filename=-ddfa04027205edc7 --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-3304f96f964a1429.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --cap-lints allow` |
830 | 2025-01-13T04:57:29.444Z | Compiling async-trait v0.1.85 |
831 | 2025-01-13T04:57:29.446Z | Running `/home/build/.rustup/toolchains/1.83.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.85/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=289c45139f34366c -C extra-filename=-289c45139f34366c --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-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow` |
832 | 2025-01-13T04:57:29.587Z | Compiling yasna v0.5.2 |
833 | 2025-01-13T04:57:29.589Z | Running `/home/build/.rustup/toolchains/1.83.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=c8096c683b9b1dd0 -C extra-filename=-c8096c683b9b1dd0 --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-0ee291bca7989732.rmeta --cap-lints allow` |
834 | 2025-01-13T04:57:29.750Z | Compiling rustls-native-certs v0.7.0 |
835 | 2025-01-13T04:57:29.753Z | Running `/home/build/.rustup/toolchains/1.83.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=c18dfe814f329c6d -C extra-filename=-c18dfe814f329c6d --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-dc0a1e1832286ed0.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --cap-lints allow` |
836 | 2025-01-13T04:57:29.812Z | Compiling console v0.15.7 |
837 | 2025-01-13T04:57:29.815Z | Running `/home/build/.rustup/toolchains/1.83.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=3031900440f0b6f1 -C extra-filename=-3031900440f0b6f1 --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-d64202170b2e197a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-3fbdf015e2d1ab9a.rmeta --cap-lints allow` |
838 | 2025-01-13T04:57:29.970Z | Compiling pem v3.0.4 |
839 | 2025-01-13T04:57:29.973Z | Running `/home/build/.rustup/toolchains/1.83.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=db8233719cc5e03b -C extra-filename=-db8233719cc5e03b --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-5dc2903498e8e0d8.rmeta --cap-lints allow` |
840 | 2025-01-13T04:57:30.152Z | Compiling waitgroup v0.1.2 |
841 | 2025-01-13T04:57:30.155Z | Running `/home/build/.rustup/toolchains/1.83.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=950ec30181990a9c -C extra-filename=-950ec30181990a9c --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-7fd089cc9c593599.rmeta --cap-lints allow` |
842 | 2025-01-13T04:57:30.368Z | Compiling hostname v0.4.0 |
843 | 2025-01-13T04:57:30.371Z | Running `/home/build/.rustup/toolchains/1.83.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=841ba5002e7b0097 -C extra-filename=-841ba5002e7b0097 --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-5dd581dc3bc79f2e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rmeta --cap-lints allow` |
844 | 2025-01-13T04:57:30.509Z | Compiling debug-ignore v1.0.5 |
845 | 2025-01-13T04:57:30.511Z | Running `/home/build/.rustup/toolchains/1.83.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=4292a0755d49674f -C extra-filename=-4292a0755d49674f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
846 | 2025-01-13T04:57:30.568Z | Compiling ipnet v2.10.0 |
847 | 2025-01-13T04:57:30.571Z | Running `/home/build/.rustup/toolchains/1.83.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=30bb0d8f3d0bc871 -C extra-filename=-30bb0d8f3d0bc871 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
848 | 2025-01-13T04:57:30.644Z | Compiling termcolor v1.1.2 |
849 | 2025-01-13T04:57:30.646Z | Running `/home/build/.rustup/toolchains/1.83.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=3e6dbc33693458ad -C extra-filename=-3e6dbc33693458ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
850 | 2025-01-13T04:57:30.777Z | Compiling simple-mermaid v0.2.0 |
851 | 2025-01-13T04:57:30.779Z | Running `/home/build/.rustup/toolchains/1.83.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.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=5b274b72def24f6c -C extra-filename=-5b274b72def24f6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
852 | 2025-01-13T04:57:30.870Z | Compiling fastrand v2.1.1 |
853 | 2025-01-13T04:57:30.872Z | Running `/home/build/.rustup/toolchains/1.83.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=884b168f3f346dad -C extra-filename=-884b168f3f346dad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
854 | 2025-01-13T04:57:31.202Z | Compiling glob v0.3.0 |
855 | 2025-01-13T04:57:31.204Z | Running `/home/build/.rustup/toolchains/1.83.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=92b704c53e209065 -C extra-filename=-92b704c53e209065 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
856 | 2025-01-13T04:57:31.219Z | Compiling http-range v0.1.4 |
857 | 2025-01-13T04:57:31.222Z | Running `/home/build/.rustup/toolchains/1.83.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=290194c25a515320 -C extra-filename=-290194c25a515320 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
858 | 2025-01-13T04:57:31.355Z | Compiling tempfile v3.14.0 |
859 | 2025-01-13T04:57:31.367Z | Running `/home/build/.rustup/toolchains/1.83.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=18cc41613bf5fed2 -C extra-filename=-18cc41613bf5fed2 --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-5dd581dc3bc79f2e.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-884b168f3f346dad.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-6f4c1b1313eeb214.rmeta --cap-lints allow` |
860 | 2025-01-13T04:57:31.401Z | Compiling hyper-staticfile v0.10.1 |
861 | 2025-01-13T04:57:31.404Z | Running `/home/build/.rustup/toolchains/1.83.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=3ac0a014889084bc -C extra-filename=-3ac0a014889084bc --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-6877d04f3628bf57.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-290194c25a515320.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-25466779565e1786.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-69240c9b99ad6cac.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4cfa63d6a2ef64e8.rmeta --cap-lints allow` |
862 | 2025-01-13T04:57:31.520Z | Compiling trybuild v1.0.101 |
863 | 2025-01-13T04:57:31.534Z | Running `/home/build/.rustup/toolchains/1.83.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=3445faadbe3ba4ed -C extra-filename=-3445faadbe3ba4ed --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-92b704c53e209065.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-1d3d56cd5229dd11.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-177cec3174c54899.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-3e6dbc33693458ad.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rmeta --cap-lints allow` |
864 | 2025-01-13T04:57:31.746Z | Compiling reqwest v0.12.12 |
865 | 2025-01-13T04:57:31.746Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --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"))' -C metadata=e69bf60c7f39ef63 -C extra-filename=-e69bf60c7f39ef63 --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-5dc2903498e8e0d8.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-1388959d97afce0a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6877d04f3628bf57.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-effc59643a69709a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-5f47cc9f672c6a6d.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b54710504fc1796a.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-2bc781e64f82e16e.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-30bb0d8f3d0bc871.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2e6e14bf8f897369.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-6fe435568669c821.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ecd19cea472010a.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cfa04b84190bf23c.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-50d860442c475654.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-24a373aacf2fe714.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-ef01ca2b40bcc312.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-d0deb41035bb6136.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4cfa63d6a2ef64e8.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-27712424a3a65069.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
866 | 2025-01-13T04:57:31.799Z | Compiling rcgen v0.13.2 |
867 | 2025-01-13T04:57:31.801Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.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="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=bb116c69c0d8ab25 -C extra-filename=-bb116c69c0d8ab25 --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-db8233719cc5e03b.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-d1aa288260289124.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-0ee291bca7989732.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-c8096c683b9b1dd0.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out` |
868 | 2025-01-13T04:57:32.130Z | Compiling expectorate v1.1.0 |
869 | 2025-01-13T04:57:32.132Z | Running `/home/build/.rustup/toolchains/1.83.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=35d2a205aa1a891e -C extra-filename=-35d2a205aa1a891e --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-3031900440f0b6f1.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-550874df4534c24e.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-fd619281d65f60ee.rmeta --cap-lints allow` |
870 | 2025-01-13T04:57:32.205Z | Compiling hyper-rustls v0.26.0 |
871 | 2025-01-13T04:57:32.217Z | Running `/home/build/.rustup/toolchains/1.83.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=96fbf52fb10a3777 -C extra-filename=-96fbf52fb10a3777 --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-6877d04f3628bf57.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-c18dfe814f329c6d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-2303d20fe3ee9543.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out` |
872 | 2025-01-13T04:57:32.290Z | Compiling async-channel v2.3.1 |
873 | 2025-01-13T04:57:32.293Z | Running `/home/build/.rustup/toolchains/1.83.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=a35806eda814afb8 -C extra-filename=-a35806eda814afb8 --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-9ff9a7c82adc27f1.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-a436cd21cd45b0d4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-202e0e401ac02b89.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a094d5966eb5bd87.rmeta --cap-lints allow` |
874 | 2025-01-13T04:57:32.497Z | Compiling tokio-tungstenite v0.24.0 |
875 | 2025-01-13T04:57:32.523Z | Running `/home/build/.rustup/toolchains/1.83.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=190f30fa9ebe436c -C extra-filename=-190f30fa9ebe436c --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-6877d04f3628bf57.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-2ea91e4e3ae71a91.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-de72482bb2f42669.rmeta --cap-lints allow` |
876 | 2025-01-13T04:57:32.590Z | Running `/home/build/.rustup/toolchains/1.83.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b7f28c4d51c8f9ca -C extra-filename=-b7f28c4d51c8f9ca --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)'` |
877 | 2025-01-13T04:57:32.711Z | Running `/home/build/.rustup/toolchains/1.83.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=22f382404be15ef9 -C extra-filename=-22f382404be15ef9 --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-7b39fda080c99561.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds` |
878 | 2025-01-13T04:57:32.988Z | Compiling subprocess v0.2.9 |
879 | 2025-01-13T04:57:32.991Z | Running `/home/build/.rustup/toolchains/1.83.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=12bd84fbb54e1a6e -C extra-filename=-12bd84fbb54e1a6e --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-34297a3c589d60f3.rmeta --cap-lints allow` |
880 | 2025-01-13T04:57:33.009Z | Compiling prettyplease v0.2.25 |
881 | 2025-01-13T04:57:33.012Z | Running `/home/build/.rustup/toolchains/1.83.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=aaa6ee7ac55b872e -C extra-filename=-aaa6ee7ac55b872e --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-aaa6ee7ac55b872e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
882 | 2025-01-13T04:57:33.187Z | Compiling schema-derive v0.1.0 |
883 | 2025-01-13T04:57:33.190Z | Running `/home/build/.rustup/toolchains/1.83.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=f154cef16a04e3c1 -C extra-filename=-f154cef16a04e3c1 --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-793274e01d89c767.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro --cap-lints allow` |
884 | 2025-01-13T04:57:33.386Z | Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-aaa6ee7ac55b872e/build-script-build` |
885 | 2025-01-13T04:57:33.406Z | Running `/home/build/.rustup/toolchains/1.83.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=9ef6499a99d9f205 -C extra-filename=-9ef6499a99d9f205 --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-d64202170b2e197a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9a397fb45b8739c.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-3fbdf015e2d1ab9a.rmeta --cap-lints allow` |
886 | 2025-01-13T04:57:33.420Z | Running `/home/build/.rustup/toolchains/1.83.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=ba775f2f282d8ba8 -C extra-filename=-ba775f2f282d8ba8 --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-04e9a0ae494af8ad.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
887 | 2025-01-13T04:57:34.692Z | Running `/home/build/.rustup/toolchains/1.83.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=ea451aa318a3525a -C extra-filename=-ea451aa318a3525a --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-9ef6499a99d9f205.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-550874df4534c24e.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-fd619281d65f60ee.rmeta --cap-lints allow` |
888 | 2025-01-13T04:57:35.394Z | Compiling schema v0.1.0 |
889 | 2025-01-13T04:57:35.397Z | Running `/home/build/.rustup/toolchains/1.83.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=04265c1c20cceadf -C extra-filename=-04265c1c20cceadf --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-04e9a0ae494af8ad.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-f154cef16a04e3c1.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rmeta --cap-lints allow` |
890 | 2025-01-13T04:57:35.490Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=106cea9688b8991a -C extra-filename=-106cea9688b8991a --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-ea451aa318a3525a.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-75efcb4fac050736.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-ba775f2f282d8ba8.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-04265c1c20cceadf.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c0abb99aa543059f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro` |
891 | 2025-01-13T04:57:35.912Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=25bf99593831412b -C extra-filename=-25bf99593831412b --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-5a57ad17b4e272f1.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out` |
892 | 2025-01-13T04:57:37.357Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=e2b87b124a8307ce -C extra-filename=-e2b87b124a8307ce --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
893 | 2025-01-13T04:57:42.285Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=4d476a65aca059d5 -C extra-filename=-4d476a65aca059d5 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
894 | 2025-01-13T04:57:42.285Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=5a00623140c379d4 -C extra-filename=-5a00623140c379d4 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
895 | 2025-01-13T04:57:42.289Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=6cb33331f5fe0d9d -C extra-filename=-6cb33331f5fe0d9d --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
896 | 2025-01-13T04:57:42.289Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=5817b65505dadde9 -C extra-filename=-5817b65505dadde9 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
897 | 2025-01-13T04:57:42.289Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=5ed2b48aebbdfe4a -C extra-filename=-5ed2b48aebbdfe4a --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
898 | 2025-01-13T04:57:42.296Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=144e22944bdf36ef -C extra-filename=-144e22944bdf36ef --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
899 | 2025-01-13T04:57:42.298Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=be9096d8fb6abe41 -C extra-filename=-be9096d8fb6abe41 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
900 | 2025-01-13T04:58:01.581Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=3c63db037dd06e44 -C extra-filename=-3c63db037dd06e44 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
901 | 2025-01-13T04:58:01.636Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=d50dd0cdf56a8f31 -C extra-filename=-d50dd0cdf56a8f31 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
902 | 2025-01-13T04:58:01.737Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=893efc51a4760a39 -C extra-filename=-893efc51a4760a39 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
903 | 2025-01-13T04:58:02.854Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=245f6dc9d2831e6d -C extra-filename=-245f6dc9d2831e6d --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
904 | 2025-01-13T04:58:04.870Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=57cc09d0b8afbe68 -C extra-filename=-57cc09d0b8afbe68 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
905 | 2025-01-13T04:58:05.836Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=cdd5fd9f0a99b93f -C extra-filename=-cdd5fd9f0a99b93f --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
906 | 2025-01-13T04:58:08.354Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=f961114697088957 -C extra-filename=-f961114697088957 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
907 | 2025-01-13T04:58:10.200Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=9b99c25fa45d1881 -C extra-filename=-9b99c25fa45d1881 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
908 | 2025-01-13T04:58:21.642Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=03440d70dea68545 -C extra-filename=-03440d70dea68545 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
909 | 2025-01-13T04:58:23.229Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=e08d689751864fd8 -C extra-filename=-e08d689751864fd8 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
910 | 2025-01-13T04:58:25.560Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=96892058692ba115 -C extra-filename=-96892058692ba115 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
911 | 2025-01-13T04:58:26.677Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=2c9b063a7b512f7c -C extra-filename=-2c9b063a7b512f7c --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
912 | 2025-01-13T04:58:29.627Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=31c75242e1058732 -C extra-filename=-31c75242e1058732 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
913 | 2025-01-13T04:58:29.879Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=7a5ae3b13f997438 -C extra-filename=-7a5ae3b13f997438 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
914 | 2025-01-13T04:58:31.301Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=5cc724c20d2a2b07 -C extra-filename=-5cc724c20d2a2b07 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
915 | 2025-01-13T04:58:40.254Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=2dea555f35b36b93 -C extra-filename=-2dea555f35b36b93 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
916 | 2025-01-13T04:58:41.792Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=a2e48bf2a5cc7a3c -C extra-filename=-a2e48bf2a5cc7a3c --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-25bf99593831412b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-14b289dd4dc4586b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
917 | 2025-01-13T04:59:03.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
918 | 2025-01-13T04:59:03.828Z | |
919 | 2025-01-13T04:59:03.828Z | real 2:15.160737902 |
920 | 2025-01-13T04:59:03.828Z | user 14:00.136705621 |
921 | 2025-01-13T04:59:03.828Z | sys 1:37.358734689 |
922 | 2025-01-13T04:59:03.828Z | trap 0.690090112 |
923 | 2025-01-13T04:59:03.828Z | tflt 0.653321560 |
924 | 2025-01-13T04:59:03.828Z | dflt 0.327931650 |
925 | 2025-01-13T04:59:03.828Z | kflt 0.006323480 |
926 | 2025-01-13T04:59:03.828Z | lock 27:36.633955665 |
927 | 2025-01-13T04:59:03.828Z | slp 1:04:54.269556491 |
928 | 2025-01-13T04:59:03.831Z | lat 42.184956086 |
929 | 2025-01-13T04:59:03.831Z | stop 57.476375140 |
930 | 2025-01-13T04:59:03.831Z | + banner test |
931 | 2025-01-13T04:59:03.831Z | |
932 | 2025-01-13T04:59:03.831Z | ##### ###### #### ##### |
933 | 2025-01-13T04:59:03.832Z | # # # # |
934 | 2025-01-13T04:59:03.832Z | # ##### #### # |
935 | 2025-01-13T04:59:03.832Z | # # # # |
936 | 2025-01-13T04:59:03.832Z | # # # # # |
937 | 2025-01-13T04:59:03.832Z | # ###### #### # |
938 | 2025-01-13T04:59:03.832Z | |
939 | 2025-01-13T04:59:03.832Z | + ptime -m cargo test --all-features --locked --verbose |
940 | 2025-01-13T04:59:04.082Z | Fresh unicode-ident v1.0.12 |
941 | 2025-01-13T04:59:04.082Z | Fresh cfg-if v1.0.0 |
942 | 2025-01-13T04:59:04.082Z | Fresh itoa v1.0.1 |
943 | 2025-01-13T04:59:04.083Z | Fresh memchr v2.6.0 |
944 | 2025-01-13T04:59:04.086Z | Fresh proc-macro2 v1.0.92 |
945 | 2025-01-13T04:59:04.086Z | Fresh version_check v0.9.5 |
946 | 2025-01-13T04:59:04.086Z | Fresh once_cell v1.20.1 |
947 | 2025-01-13T04:59:04.086Z | Fresh pin-project-lite v0.2.12 |
948 | 2025-01-13T04:59:04.086Z | Fresh autocfg v1.1.0 |
949 | 2025-01-13T04:59:04.086Z | Fresh quote v1.0.38 |
950 | 2025-01-13T04:59:04.086Z | Fresh libc v0.2.169 |
951 | 2025-01-13T04:59:04.086Z | Fresh bytes v1.9.0 |
952 | 2025-01-13T04:59:04.086Z | Fresh futures-core v0.3.31 |
953 | 2025-01-13T04:59:04.086Z | Fresh cc v1.0.83 |
954 | 2025-01-13T04:59:04.086Z | Fresh getrandom v0.2.11 |
955 | 2025-01-13T04:59:04.086Z | Fresh smallvec v1.13.2 |
956 | 2025-01-13T04:59:04.086Z | Fresh futures-sink v0.3.31 |
957 | 2025-01-13T04:59:04.086Z | Fresh scopeguard v1.2.0 |
958 | 2025-01-13T04:59:04.086Z | Fresh serde_derive v1.0.217 |
959 | 2025-01-13T04:59:04.086Z | Fresh log v0.4.17 |
960 | 2025-01-13T04:59:04.086Z | Fresh parking_lot_core v0.9.4 |
961 | 2025-01-13T04:59:04.086Z | Fresh lock_api v0.4.6 |
962 | 2025-01-13T04:59:04.086Z | Fresh tokio-macros v2.4.0 |
963 | 2025-01-13T04:59:04.086Z | Fresh serde v1.0.217 |
964 | 2025-01-13T04:59:04.086Z | Fresh parking_lot v0.12.1 |
965 | 2025-01-13T04:59:04.086Z | Fresh slab v0.4.9 |
966 | 2025-01-13T04:59:04.086Z | Fresh thiserror-impl v1.0.69 |
967 | 2025-01-13T04:59:04.086Z | Fresh mio v1.0.3 |
968 | 2025-01-13T04:59:04.086Z | Fresh signal-hook-registry v1.4.0 |
969 | 2025-01-13T04:59:04.086Z | Fresh ryu v1.0.5 |
970 | 2025-01-13T04:59:04.086Z | Fresh socket2 v0.5.5 |
971 | 2025-01-13T04:59:04.086Z | Fresh thiserror v1.0.69 |
972 | 2025-01-13T04:59:04.086Z | Fresh futures-macro v0.3.31 |
973 | 2025-01-13T04:59:04.086Z | Fresh futures-channel v0.3.31 |
974 | 2025-01-13T04:59:04.086Z | Fresh pin-utils v0.1.0 |
975 | 2025-01-13T04:59:04.086Z | Fresh futures-task v0.3.31 |
976 | 2025-01-13T04:59:04.086Z | Fresh tokio v1.42.0 |
977 | 2025-01-13T04:59:04.086Z | Fresh fnv v1.0.7 |
978 | 2025-01-13T04:59:04.087Z | Fresh futures-io v0.3.31 |
979 | 2025-01-13T04:59:04.087Z | Fresh hashbrown v0.15.2 |
980 | 2025-01-13T04:59:04.087Z | Fresh equivalent v1.0.0 |
981 | 2025-01-13T04:59:04.087Z | Fresh rustls-pki-types v1.10.0 |
982 | 2025-01-13T04:59:04.087Z | Fresh http v1.2.0 |
983 | 2025-01-13T04:59:04.087Z | Fresh serde_json v1.0.134 |
984 | 2025-01-13T04:59:04.087Z | Fresh futures-util v0.3.31 |
985 | 2025-01-13T04:59:04.087Z | Fresh indexmap v2.7.0 |
986 | 2025-01-13T04:59:04.087Z | Fresh spin v0.9.8 |
987 | 2025-01-13T04:59:04.087Z | Fresh tracing-core v0.1.32 |
988 | 2025-01-13T04:59:04.087Z | Fresh byteorder v1.4.3 |
989 | 2025-01-13T04:59:04.087Z | Fresh ucd-trie v0.1.6 |
990 | 2025-01-13T04:59:04.087Z | Fresh untrusted v0.9.0 |
991 | 2025-01-13T04:59:04.087Z | Fresh tracing v0.1.40 |
992 | 2025-01-13T04:59:04.087Z | Fresh vcpkg v0.2.15 |
993 | 2025-01-13T04:59:04.087Z | Fresh atomic-waker v1.1.1 |
994 | 2025-01-13T04:59:04.087Z | Fresh pkg-config v0.3.31 |
995 | 2025-01-13T04:59:04.087Z | Fresh httparse v1.8.0 |
996 | 2025-01-13T04:59:04.087Z | Fresh pest v2.7.6 |
997 | 2025-01-13T04:59:04.087Z | Fresh ring v0.17.7 |
998 | 2025-01-13T04:59:04.087Z | Fresh tokio-util v0.7.7 |
999 | 2025-01-13T04:59:04.087Z | Fresh http-body v1.0.1 |
1000 | 2025-01-13T04:59:04.087Z | Fresh zerocopy-derive v0.7.32 |
1001 | 2025-01-13T04:59:04.087Z | Fresh pest_meta v2.7.6 |
1002 | 2025-01-13T04:59:04.087Z | Fresh try-lock v0.2.3 |
1003 | 2025-01-13T04:59:04.087Z | Fresh zerocopy v0.7.32 |
1004 | 2025-01-13T04:59:04.087Z | Fresh h2 v0.4.6 |
1005 | 2025-01-13T04:59:04.087Z | Fresh rustls-webpki v0.102.8 |
1006 | 2025-01-13T04:59:04.087Z | Fresh want v0.3.0 |
1007 | 2025-01-13T04:59:04.087Z | Fresh pest_generator v2.7.6 |
1008 | 2025-01-13T04:59:04.087Z | Fresh typenum v1.14.0 |
1009 | 2025-01-13T04:59:04.087Z | Fresh httpdate v1.0.1 |
1010 | 2025-01-13T04:59:04.087Z | Fresh time-core v0.1.2 |
1011 | 2025-01-13T04:59:04.087Z | Fresh zeroize v1.7.0 |
1012 | 2025-01-13T04:59:04.087Z | Fresh subtle v2.5.0 |
1013 | 2025-01-13T04:59:04.087Z | Fresh num-conv v0.1.0 |
1014 | 2025-01-13T04:59:04.087Z | Fresh powerfmt v0.2.0 |
1015 | 2025-01-13T04:59:04.087Z | Fresh hyper v1.5.2 |
1016 | 2025-01-13T04:59:04.087Z | Fresh generic-array v0.14.5 |
1017 | 2025-01-13T04:59:04.088Z | Fresh crossbeam-utils v0.8.15 |
1018 | 2025-01-13T04:59:04.088Z | Fresh pest_derive v2.7.6 |
1019 | 2025-01-13T04:59:04.088Z | Fresh deranged v0.3.11 |
1020 | 2025-01-13T04:59:04.088Z | Fresh time-macros v0.2.18 |
1021 | 2025-01-13T04:59:04.088Z | Fresh serde_tokenstream v0.2.2 |
1022 | 2025-01-13T04:59:04.088Z | Fresh num_threads v0.1.3 |
1023 | 2025-01-13T04:59:04.088Z | Fresh tower-service v0.3.3 |
1024 | 2025-01-13T04:59:04.088Z | Fresh base64 v0.22.1 |
1025 | 2025-01-13T04:59:04.088Z | Fresh bitflags v2.4.0 |
1026 | 2025-01-13T04:59:04.088Z | Fresh time v0.3.36 |
1027 | 2025-01-13T04:59:04.088Z | Fresh dtrace-parser v0.2.0 |
1028 | 2025-01-13T04:59:04.088Z | Fresh scroll_derive v0.12.0 |
1029 | 2025-01-13T04:59:04.088Z | Fresh tinyvec_macros v0.1.0 |
1030 | 2025-01-13T04:59:04.088Z | Fresh percent-encoding v2.3.1 |
1031 | 2025-01-13T04:59:04.088Z | Fresh unicode-width v0.1.9 |
1032 | 2025-01-13T04:59:04.088Z | Fresh lazy_static v1.5.0 |
1033 | 2025-01-13T04:59:04.088Z | Fresh foreign-types-shared v0.1.1 |
1034 | 2025-01-13T04:59:04.088Z | Fresh openssl-probe v0.1.4 |
1035 | 2025-01-13T04:59:04.088Z | Fresh foreign-types v0.3.2 |
1036 | 2025-01-13T04:59:04.088Z | Fresh tinyvec v1.5.1 |
1037 | 2025-01-13T04:59:04.088Z | Fresh form_urlencoded v1.2.1 |
1038 | 2025-01-13T04:59:04.088Z | Fresh paste v1.0.15 |
1039 | 2025-01-13T04:59:04.088Z | Fresh slog v2.7.0 |
1040 | 2025-01-13T04:59:04.088Z | Fresh scroll v0.12.0 |
1041 | 2025-01-13T04:59:04.088Z | Fresh hyper-util v0.1.10 |
1042 | 2025-01-13T04:59:04.088Z | Fresh block-buffer v0.10.2 |
1043 | 2025-01-13T04:59:04.088Z | Fresh crypto-common v0.1.6 |
1044 | 2025-01-13T04:59:04.091Z | Fresh openssl-sys v0.9.103 |
1045 | 2025-01-13T04:59:04.091Z | Fresh rand_core v0.6.3 |
1046 | 2025-01-13T04:59:04.091Z | Fresh openssl-macros v0.1.1 |
1047 | 2025-01-13T04:59:04.091Z | Fresh ppv-lite86 v0.2.15 |
1048 | 2025-01-13T04:59:04.091Z | Fresh unicode-segmentation v1.10.0 |
1049 | 2025-01-13T04:59:04.091Z | Fresh plain v0.2.3 |
1050 | 2025-01-13T04:59:04.091Z | Fresh mime v0.3.16 |
1051 | 2025-01-13T04:59:04.092Z | Fresh newline-converter v0.3.0 |
1052 | 2025-01-13T04:59:04.092Z | Fresh rand_chacha v0.3.1 |
1053 | 2025-01-13T04:59:04.092Z | Fresh goblin v0.8.0 |
1054 | 2025-01-13T04:59:04.092Z | Fresh openssl v0.10.66 |
1055 | 2025-01-13T04:59:04.092Z | Fresh digest v0.10.7 |
1056 | 2025-01-13T04:59:04.092Z | Fresh semver v1.0.24 |
1057 | 2025-01-13T04:59:04.092Z | Fresh unicase v2.6.0 |
1058 | 2025-01-13T04:59:04.092Z | Fresh unicode-normalization v0.1.24 |
1059 | 2025-01-13T04:59:04.092Z | Fresh rustls-pemfile v2.1.3 |
1060 | 2025-01-13T04:59:04.092Z | Fresh toml_datetime v0.6.8 |
1061 | 2025-01-13T04:59:04.092Z | Fresh serde_spanned v0.6.7 |
1062 | 2025-01-13T04:59:04.092Z | Fresh dirs-sys-next v0.1.2 |
1063 | 2025-01-13T04:59:04.092Z | Fresh cpufeatures v0.2.2 |
1064 | 2025-01-13T04:59:04.092Z | Fresh pretty-hex v0.4.1 |
1065 | 2025-01-13T04:59:04.092Z | Fresh similar v2.2.1 |
1066 | 2025-01-13T04:59:04.092Z | Fresh unicode-bidi v0.3.15 |
1067 | 2025-01-13T04:59:04.092Z | Fresh heck v0.5.0 |
1068 | 2025-01-13T04:59:04.092Z | Fresh winnow v0.6.18 |
1069 | 2025-01-13T04:59:04.092Z | Fresh sha1 v0.10.6 |
1070 | 2025-01-13T04:59:04.092Z | Fresh dirs-next v2.0.0 |
1071 | 2025-01-13T04:59:04.092Z | Fresh idna v0.5.0 |
1072 | 2025-01-13T04:59:04.092Z | Fresh dof v0.3.0 |
1073 | 2025-01-13T04:59:04.092Z | Fresh native-tls v0.2.12 |
1074 | 2025-01-13T04:59:04.092Z | Fresh toml_edit v0.22.20 |
1075 | 2025-01-13T04:59:04.092Z | Fresh rustls v0.23.13 |
1076 | 2025-01-13T04:59:04.092Z | Fresh rustls v0.22.4 |
1077 | 2025-01-13T04:59:04.092Z | Fresh num-traits v0.2.14 |
1078 | 2025-01-13T04:59:04.092Z | Fresh rand v0.8.4 |
1079 | 2025-01-13T04:59:04.092Z | Fresh concurrent-queue v2.5.0 |
1080 | 2025-01-13T04:59:04.092Z | Fresh http-body-util v0.1.2 |
1081 | 2025-01-13T04:59:04.092Z | Fresh serde_derive_internals v0.29.0 |
1082 | 2025-01-13T04:59:04.092Z | Fresh thread-id v4.0.0 |
1083 | 2025-01-13T04:59:04.092Z | Fresh syn v2.0.95 |
1084 | 2025-01-13T04:59:04.092Z | Fresh thread_local v1.1.4 |
1085 | 2025-01-13T04:59:04.092Z | Fresh encoding_rs v0.8.32 |
1086 | 2025-01-13T04:59:04.092Z | Fresh match_cfg v0.1.0 |
1087 | 2025-01-13T04:59:04.092Z | Fresh iana-time-zone v0.1.47 |
1088 | 2025-01-13T04:59:04.092Z | Fresh parking v2.2.0 |
1089 | 2025-01-13T04:59:04.093Z | Fresh chrono v0.4.39 |
1090 | 2025-01-13T04:59:04.093Z | Fresh event-listener v5.0.0 |
1091 | 2025-01-13T04:59:04.093Z | Fresh schemars_derive v0.8.21 |
1092 | 2025-01-13T04:59:04.093Z | Fresh usdt-impl v0.5.0 |
1093 | 2025-01-13T04:59:04.093Z | Fresh hostname v0.3.1 |
1094 | 2025-01-13T04:59:04.093Z | Fresh tokio-rustls v0.25.0 |
1095 | 2025-01-13T04:59:04.093Z | Fresh toml v0.8.19 |
1096 | 2025-01-13T04:59:04.093Z | Fresh tokio-rustls v0.26.0 |
1097 | 2025-01-13T04:59:04.093Z | Fresh tokio-native-tls v0.3.1 |
1098 | 2025-01-13T04:59:04.093Z | Fresh term v0.7.0 |
1099 | 2025-01-13T04:59:04.093Z | Fresh url v2.5.2 |
1100 | 2025-01-13T04:59:04.093Z | Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
1101 | 2025-01-13T04:59:04.093Z | Fresh usdt-attr-macro v0.5.0 |
1102 | 2025-01-13T04:59:04.093Z | Fresh usdt-macro v0.5.0 |
1103 | 2025-01-13T04:59:04.093Z | Fresh slog-json v2.6.1 |
1104 | 2025-01-13T04:59:04.093Z | Fresh serde_urlencoded v0.7.1 |
1105 | 2025-01-13T04:59:04.093Z | Fresh crossbeam-channel v0.5.1 |
1106 | 2025-01-13T04:59:04.093Z | Fresh futures-executor v0.3.31 |
1107 | 2025-01-13T04:59:04.093Z | Fresh webpki-roots v0.26.5 |
1108 | 2025-01-13T04:59:04.093Z | Fresh uuid v1.11.0 |
1109 | 2025-01-13T04:59:04.093Z | Fresh async-stream-impl v0.3.6 |
1110 | 2025-01-13T04:59:04.093Z | Fresh thiserror-impl v2.0.9 |
1111 | 2025-01-13T04:59:04.093Z | Fresh is-terminal v0.4.12 |
1112 | 2025-01-13T04:59:04.093Z | Fresh memmap v0.7.0 |
1113 | 2025-01-13T04:59:04.093Z | Running `/home/build/.rustup/toolchains/1.83.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(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=caeb23e45f2af910 -C extra-filename=-caeb23e45f2af910 --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-75efcb4fac050736.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c0abb99aa543059f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro` |
1114 | 2025-01-13T04:59:04.093Z | Fresh errno v0.3.8 |
1115 | 2025-01-13T04:59:04.093Z | Fresh sync_wrapper v1.0.1 |
1116 | 2025-01-13T04:59:04.093Z | Fresh dyn-clone v1.0.4 |
1117 | 2025-01-13T04:59:04.126Z | Fresh utf-8 v0.7.6 |
1118 | 2025-01-13T04:59:04.128Z | Fresh tower-layer v0.3.3 |
1119 | 2025-01-13T04:59:04.128Z | Fresh take_mut v0.2.2 |
1120 | 2025-01-13T04:59:04.129Z | Fresh data-encoding v2.4.0 |
1121 | 2025-01-13T04:59:04.129Z | Fresh rustix v0.38.40 |
1122 | 2025-01-13T04:59:04.129Z | Fresh schemars v0.8.21 |
1123 | 2025-01-13T04:59:04.129Z | Fresh tower v0.5.2 |
1124 | 2025-01-13T04:59:04.129Z | Fresh slog-async v2.8.0 |
1125 | 2025-01-13T04:59:04.129Z | Fresh tungstenite v0.24.0 |
1126 | 2025-01-13T04:59:04.129Z | Fresh usdt v0.5.0 |
1127 | 2025-01-13T04:59:04.129Z | Fresh thiserror v2.0.9 |
1128 | 2025-01-13T04:59:04.129Z | Fresh hyper-rustls v0.27.3 |
1129 | 2025-01-13T04:59:04.129Z | Fresh slog-term v2.9.1 |
1130 | 2025-01-13T04:59:04.129Z | Fresh futures v0.3.31 |
1131 | 2025-01-13T04:59:04.129Z | Fresh async-stream v0.3.6 |
1132 | 2025-01-13T04:59:04.129Z | Fresh slog-bunyan v2.5.0 |
1133 | 2025-01-13T04:59:04.129Z | Fresh hyper-tls v0.6.0 |
1134 | 2025-01-13T04:59:04.129Z | Fresh multer v3.1.0 |
1135 | 2025-01-13T04:59:04.129Z | Fresh mime_guess v2.0.5 |
1136 | 2025-01-13T04:59:04.129Z | Fresh event-listener-strategy v0.5.2 |
1137 | 2025-01-13T04:59:04.129Z | Fresh camino v1.1.9 |
1138 | 2025-01-13T04:59:04.129Z | Fresh target-triple v0.1.3 |
1139 | 2025-01-13T04:59:04.129Z | Fresh rustls-native-certs v0.7.0 |
1140 | 2025-01-13T04:59:04.129Z | Fresh yasna v0.5.2 |
1141 | 2025-01-13T04:59:04.129Z | Fresh pem v3.0.4 |
1142 | 2025-01-13T04:59:04.129Z | Fresh waitgroup v0.1.2 |
1143 | 2025-01-13T04:59:04.129Z | Fresh openapiv3 v2.0.0 |
1144 | 2025-01-13T04:59:04.129Z | Fresh serde_path_to_error v0.1.16 |
1145 | 2025-01-13T04:59:04.129Z | Fresh async-trait v0.1.85 |
1146 | 2025-01-13T04:59:04.129Z | Fresh hostname v0.4.0 |
1147 | 2025-01-13T04:59:04.129Z | Fresh ipnet v2.10.0 |
1148 | 2025-01-13T04:59:04.129Z | Fresh simple-mermaid v0.2.0 |
1149 | 2025-01-13T04:59:04.129Z | Fresh http-range v0.1.4 |
1150 | 2025-01-13T04:59:04.129Z | Fresh debug-ignore v1.0.5 |
1151 | 2025-01-13T04:59:04.129Z | Fresh termcolor v1.1.2 |
1152 | 2025-01-13T04:59:04.129Z | Fresh fastrand v2.1.1 |
1153 | 2025-01-13T04:59:04.129Z | Fresh glob v0.3.0 |
1154 | 2025-01-13T04:59:04.129Z | Fresh reqwest v0.12.12 |
1155 | 2025-01-13T04:59:04.129Z | Fresh hyper-rustls v0.26.0 |
1156 | 2025-01-13T04:59:04.129Z | Fresh trybuild v1.0.101 |
1157 | 2025-01-13T04:59:04.129Z | Fresh hyper-staticfile v0.10.1 |
1158 | 2025-01-13T04:59:04.129Z | Fresh tempfile v3.14.0 |
1159 | 2025-01-13T04:59:04.130Z | Fresh rcgen v0.13.2 |
1160 | 2025-01-13T04:59:04.130Z | Fresh async-channel v2.3.1 |
1161 | 2025-01-13T04:59:04.130Z | Fresh tokio-tungstenite v0.24.0 |
1162 | 2025-01-13T04:59:04.130Z | Fresh buf-list v1.0.3 |
1163 | 2025-01-13T04:59:04.130Z | Fresh anyhow v1.0.95 |
1164 | 2025-01-13T04:59:04.130Z | Fresh subprocess v0.2.9 |
1165 | 2025-01-13T04:59:04.132Z | Fresh schema-derive v0.1.0 |
1166 | 2025-01-13T04:59:04.132Z | Fresh console v0.15.7 |
1167 | 2025-01-13T04:59:04.132Z | Fresh schema v0.1.0 |
1168 | 2025-01-13T04:59:04.132Z | Fresh expectorate v1.1.0 |
1169 | 2025-01-13T04:59:04.132Z | Fresh prettyplease v0.2.25 |
1170 | 2025-01-13T04:59:06.132Z | Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot) |
1171 | 2025-01-13T04:59:06.135Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=e1de28d047297e98 -C extra-filename=-e1de28d047297e98 --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-5a57ad17b4e272f1.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out` |
1172 | 2025-01-13T04:59:06.135Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=dd8cd2516f67a846 -C extra-filename=-dd8cd2516f67a846 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1173 | 2025-01-13T04:59:11.872Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=407ff470f4921d6b -C extra-filename=-407ff470f4921d6b --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1174 | 2025-01-13T04:59:11.872Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=fb23fd09e2496acd -C extra-filename=-fb23fd09e2496acd --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1175 | 2025-01-13T04:59:11.876Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=ba5b6d6b35a9ab4c -C extra-filename=-ba5b6d6b35a9ab4c --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1176 | 2025-01-13T04:59:11.884Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=417ba7740e3f2339 -C extra-filename=-417ba7740e3f2339 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1177 | 2025-01-13T04:59:11.887Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=ed1198cdfdb1feb7 -C extra-filename=-ed1198cdfdb1feb7 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1178 | 2025-01-13T04:59:11.887Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=0292a14379c27058 -C extra-filename=-0292a14379c27058 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1179 | 2025-01-13T04:59:11.887Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=29170545486dbbfc -C extra-filename=-29170545486dbbfc --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1180 | 2025-01-13T04:59:13.430Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=c5b71ac6c492e737 -C extra-filename=-c5b71ac6c492e737 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1181 | 2025-01-13T04:59:25.730Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=4746de4d4f85675b -C extra-filename=-4746de4d4f85675b --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1182 | 2025-01-13T04:59:30.175Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=bc1c40e214cf998b -C extra-filename=-bc1c40e214cf998b --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1183 | 2025-01-13T04:59:31.204Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=37e3a045247186b6 -C extra-filename=-37e3a045247186b6 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1184 | 2025-01-13T04:59:31.371Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=8ff647857cef426f -C extra-filename=-8ff647857cef426f --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1185 | 2025-01-13T04:59:31.547Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=2485972364b4ff57 -C extra-filename=-2485972364b4ff57 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1186 | 2025-01-13T04:59:31.997Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=e4939cd632927adc -C extra-filename=-e4939cd632927adc --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1187 | 2025-01-13T04:59:35.294Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=375ad3f889147180 -C extra-filename=-375ad3f889147180 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1188 | 2025-01-13T04:59:46.798Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=609f24d6209820ec -C extra-filename=-609f24d6209820ec --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1189 | 2025-01-13T04:59:51.316Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=5ab346846ffa6eb4 -C extra-filename=-5ab346846ffa6eb4 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1190 | 2025-01-13T04:59:51.898Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=2c436dcc9c26a8f8 -C extra-filename=-2c436dcc9c26a8f8 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1191 | 2025-01-13T04:59:53.513Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=ce2944ff191c0323 -C extra-filename=-ce2944ff191c0323 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1192 | 2025-01-13T04:59:57.175Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=7a581381676b2360 -C extra-filename=-7a581381676b2360 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1193 | 2025-01-13T04:59:57.698Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=f4062636f930f4b2 -C extra-filename=-f4062636f930f4b2 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1194 | 2025-01-13T05:00:02.012Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=b1ea2a64d5a53dc0 -C extra-filename=-b1ea2a64d5a53dc0 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1195 | 2025-01-13T05:00:08.207Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=efacfaaa0d915c50 -C extra-filename=-efacfaaa0d915c50 --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1196 | 2025-01-13T05:00:11.760Z | Running `/home/build/.rustup/toolchains/1.83.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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --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"))' -C metadata=2488430de7fcf65a -C extra-filename=-2488430de7fcf65a --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-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7c55a5d19892b2cd/out -L native=/usr/ssl-3/lib/amd64` |
1197 | 2025-01-13T05:00:32.778Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 28s |
1198 | 2025-01-13T05:00:32.826Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-dd8cd2516f67a846` |
1199 | 2025-01-13T05:00:32.852Z | |
1200 | 2025-01-13T05:00:32.852Z | running 104 tests |
1201 | 2025-01-13T05:00:32.855Z | test api_description::test::test_badpath4 - should panic ... ok |
1202 | 2025-01-13T05:00:32.855Z | test api_description::test::test_endpoint_versions_matches ... ok |
1203 | 2025-01-13T05:00:32.855Z | test api_description::test::test_endpoint_versions_range ... ok |
1204 | 2025-01-13T05:00:32.855Z | test api_description::test::test_endpoint_versions_overlaps ... ok |
1205 | 2025-01-13T05:00:32.855Z | test api_description::test::test_badpath2 ... ok |
1206 | 2025-01-13T05:00:32.855Z | test api_description::test::test_badpath3 ... ok |
1207 | 2025-01-13T05:00:32.855Z | test api_description::test::test_badpath1 ... ok |
1208 | 2025-01-13T05:00:32.855Z | test api_description::test::test_dup_names ... ok |
1209 | 2025-01-13T05:00:32.855Z | test api_description::test::test_tags_need_one ... ok |
1210 | 2025-01-13T05:00:32.855Z | test api_description::test::test_tags_too_many ... ok |
1211 | 2025-01-13T05:00:32.855Z | test api_description::test::test_tag_config_deserialize_old ... ok |
1212 | 2025-01-13T05:00:32.855Z | test error::test::test_serialize_error_response_body ... ok |
1213 | 2025-01-13T05:00:32.855Z | test api_description::test::test_tags_just_right ... ok |
1214 | 2025-01-13T05:00:32.858Z | test extractor::metadata::test::test_metadata_simple ... ok |
1215 | 2025-01-13T05:00:32.858Z | test from_map::test::test_lone_literal ... ok |
1216 | 2025-01-13T05:00:32.858Z | test from_map::test::test_deep ... ok |
1217 | 2025-01-13T05:00:32.858Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
1218 | 2025-01-13T05:00:32.858Z | test from_map::test::test_missing_data1 ... ok |
1219 | 2025-01-13T05:00:32.858Z | test extractor::metadata::test::test_metadata_flattened ... ok |
1220 | 2025-01-13T05:00:32.858Z | test extractor::metadata::test::test_metadata_pagination ... ok |
1221 | 2025-01-13T05:00:32.858Z | test from_map::test::test_missing_data2 ... ok |
1222 | 2025-01-13T05:00:32.858Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
1223 | 2025-01-13T05:00:32.858Z | test from_map::test::test_types ... ok |
1224 | 2025-01-13T05:00:32.858Z | test logging::test::test_config_bad_file_no_level ... ok |
1225 | 2025-01-13T05:00:32.858Z | test logging::test::test_config_bad_file_no_file ... ok |
1226 | 2025-01-13T05:00:32.858Z | test logging::test::test_config_bad_terminal_no_level ... ok |
1227 | 2025-01-13T05:00:32.858Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
1228 | 2025-01-13T05:00:32.858Z | test logging::test::test_config_bad_log_mode ... ok |
1229 | 2025-01-13T05:00:32.858Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
1230 | 2025-01-13T05:00:32.858Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
1231 | 2025-01-13T05:00:32.858Z | test router::test::test_bad_path_segment1 - should panic ... ok |
1232 | 2025-01-13T05:00:32.858Z | test pagination::test::test_pagination_schema ... ok |
1233 | 2025-01-13T05:00:32.861Z | test pagination::test::test_results_page ... ok |
1234 | 2025-01-13T05:00:32.861Z | test pagination::test::test_page_token_serialization ... ok |
1235 | 2025-01-13T05:00:32.861Z | test pagination::test::test_pagparams_parsing ... ok |
1236 | 2025-01-13T05:00:32.861Z | test router::test::test_bad_path_segment2 - should panic ... ok |
1237 | 2025-01-13T05:00:32.861Z | test router::test::test_bad_path_segment3 - should panic ... ok |
1238 | 2025-01-13T05:00:32.861Z | note: configured to log to "/tmp/dropshot-dd8cd2516f67a846.2036.file_dir/log.out" |
1239 | 2025-01-13T05:00:32.861Z | test router::test::test_duplicate_route2 - should panic ... ok |
1240 | 2025-01-13T05:00:32.861Z | test router::test::test_bogus_regex - should panic ... ok |
1241 | 2025-01-13T05:00:32.861Z | test router::test::test_bad_path_segment4 - should panic ... ok |
1242 | 2025-01-13T05:00:32.861Z | test router::test::test_duplicate_route1 - should panic ... ok |
1243 | 2025-01-13T05:00:32.861Z | test router::test::test_duplicate_route3 - should panic ... ok |
1244 | 2025-01-13T05:00:32.861Z | test router::test::test_duplicate_route_overlapping_version - should panic ... ok |
1245 | 2025-01-13T05:00:32.861Z | test router::test::test_duplicate_route_same_version - should panic ... ok |
1246 | 2025-01-13T05:00:32.861Z | test logging::test::test_config_stderr_terminal ... ok |
1247 | 2025-01-13T05:00:32.861Z | test router::test::test_duplicate_varname - should panic ... ok |
1248 | 2025-01-13T05:00:32.861Z | test router::test::test_embedded_non_variable ... ok |
1249 | 2025-01-13T05:00:32.861Z | test router::test::test_inconsistent_varname - should panic ... ok |
1250 | 2025-01-13T05:00:32.862Z | test router::test::test_empty_variable ... ok |
1251 | 2025-01-13T05:00:32.862Z | test api_description::test::test_tags_set ... ok |
1252 | 2025-01-13T05:00:32.862Z | test router::test::test_iter ... ok |
1253 | 2025-01-13T05:00:32.862Z | test router::test::test_iter_null ... ok |
1254 | 2025-01-13T05:00:32.862Z | test router::test::test_iter2 ... ok |
1255 | 2025-01-13T05:00:32.862Z | test router::test::test_literal_after_regex - should panic ... ok |
1256 | 2025-01-13T05:00:32.862Z | test router::test::test_literal_after_variable - should panic ... ok |
1257 | 2025-01-13T05:00:32.862Z | test router::test::test_map_bad_seq ... ok |
1258 | 2025-01-13T05:00:32.862Z | test router::test::test_map ... ok |
1259 | 2025-01-13T05:00:32.862Z | test router::test::test_map_bad_value ... ok |
1260 | 2025-01-13T05:00:32.862Z | test router::test::test_path_segment ... ok |
1261 | 2025-01-13T05:00:32.862Z | test router::test::test_more_after_regex - should panic ... ok |
1262 | 2025-01-13T05:00:32.862Z | test router::test::test_error_cases ... ok |
1263 | 2025-01-13T05:00:32.862Z | test router::test::test_segments ... ok |
1264 | 2025-01-13T05:00:32.862Z | test router::test::test_router_versioned ... ok |
1265 | 2025-01-13T05:00:32.862Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
1266 | 2025-01-13T05:00:32.862Z | note: configured to log to "/tmp/dropshot-dd8cd2516f67a846.2036.file_dir/log.out" |
1267 | 2025-01-13T05:00:32.862Z | test router::test::test_variable_after_literal - should panic ... ok |
1268 | 2025-01-13T05:00:32.862Z | test router::test::test_router_basic ... ok |
1269 | 2025-01-13T05:00:32.862Z | test router::test::test_variable_name_bad_start - should panic ... ok |
1270 | 2025-01-13T05:00:32.862Z | test router::test::test_variable_name_bad_end - should panic ... ok |
1271 | 2025-01-13T05:00:32.862Z | test router::test::test_variables_basic ... ok |
1272 | 2025-01-13T05:00:32.862Z | test router::test::test_variable_name_empty - should panic ... ok |
1273 | 2025-01-13T05:00:32.862Z | test router::test::test_variable_rename ... ok |
1274 | 2025-01-13T05:00:32.865Z | test router::test::test_variables_glob ... ok |
1275 | 2025-01-13T05:00:32.865Z | test router::test::test_variables_multi ... ok |
1276 | 2025-01-13T05:00:32.865Z | test schema_util::test::test_empty_struct ... ok |
1277 | 2025-01-13T05:00:32.865Z | test schema_util::test::test_nullable ... ok |
1278 | 2025-01-13T05:00:32.865Z | test schema_util::test::test_two_types - should panic ... ok |
1279 | 2025-01-13T05:00:32.865Z | test schema_util::test::test_additional_properties ... ok |
1280 | 2025-01-13T05:00:32.865Z | note: configured to log to "/tmp/dropshot-dd8cd2516f67a846.2036.file_dir/log.out" |
1281 | 2025-01-13T05:00:32.865Z | test schema_util::test::test_bad_schema - should panic ... ok |
1282 | 2025-01-13T05:00:32.865Z | test schema_util::test::test_extension_conversion ... ok |
1283 | 2025-01-13T05:00:32.865Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
1284 | 2025-01-13T05:00:32.865Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
1285 | 2025-01-13T05:00:32.865Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
1286 | 2025-01-13T05:00:32.865Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
1287 | 2025-01-13T05:00:32.865Z | test logging::test::test_config_file ... ok |
1288 | 2025-01-13T05:00:32.865Z | test test_util::test::test_bunyan_easy_cases ... ok |
1289 | 2025-01-13T05:00:32.865Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
1290 | 2025-01-13T05:00:32.865Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
1291 | 2025-01-13T05:00:32.865Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
1292 | 2025-01-13T05:00:32.865Z | test schema_util::test::test_schema2struct_with_enum_variants ... ok |
1293 | 2025-01-13T05:00:32.865Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
1294 | 2025-01-13T05:00:32.865Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
1295 | 2025-01-13T05:00:32.865Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
1296 | 2025-01-13T05:00:32.865Z | test to_map::test::test_to_map_enum ... ok |
1297 | 2025-01-13T05:00:32.865Z | test to_map::test::test_to_map_num ... ok |
1298 | 2025-01-13T05:00:32.865Z | test to_map::test::test_to_map_seq ... ok |
1299 | 2025-01-13T05:00:32.866Z | test to_map::test::test_to_map_vec ... ok |
1300 | 2025-01-13T05:00:32.866Z | test type_util::tests::test_commented_ref ... ok |
1301 | 2025-01-13T05:00:32.866Z | test to_map::test::test_to_map_valid ... ok |
1302 | 2025-01-13T05:00:32.866Z | test type_util::tests::test_reflexive_type - should panic ... ok |
1303 | 2025-01-13T05:00:32.866Z | test type_util::tests::test_recursive_type - should panic ... ok |
1304 | 2025-01-13T05:00:32.866Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
1305 | 2025-01-13T05:00:32.866Z | test server::test::test_drop_server_without_close_okay ... ok |
1306 | 2025-01-13T05:00:32.868Z | test server::test::test_server_run_then_close ... ok |
1307 | 2025-01-13T05:00:32.871Z | test server::test::test_http_acceptor_happy_path ... ok |
1308 | 2025-01-13T05:00:32.871Z | |
1309 | 2025-01-13T05:00:32.871Z | test result: ok. 104 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
1310 | 2025-01-13T05:00:32.871Z | |
1311 | 2025-01-13T05:00:32.873Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-ba5b6d6b35a9ab4c` |
1312 | 2025-01-13T05:00:32.879Z | |
1313 | 2025-01-13T05:00:32.879Z | running 1 test |
1314 | 2025-01-13T05:00:33.281Z | Compiling proc-macro2 v1.0.92 |
1315 | 2025-01-13T05:00:33.281Z | Compiling unicode-ident v1.0.12 |
1316 | 2025-01-13T05:00:33.283Z | Compiling libc v0.2.169 |
1317 | 2025-01-13T05:00:33.283Z | Checking cfg-if v1.0.0 |
1318 | 2025-01-13T05:00:33.283Z | Compiling serde v1.0.217 |
1319 | 2025-01-13T05:00:33.283Z | Compiling version_check v0.9.5 |
1320 | 2025-01-13T05:00:33.283Z | Checking itoa v1.0.1 |
1321 | 2025-01-13T05:00:33.375Z | Checking pin-project-lite v0.2.12 |
1322 | 2025-01-13T05:00:33.464Z | Checking memchr v2.6.0 |
1323 | 2025-01-13T05:00:33.482Z | Compiling autocfg v1.1.0 |
1324 | 2025-01-13T05:00:33.503Z | Checking bytes v1.9.0 |
1325 | 2025-01-13T05:00:33.953Z | Compiling thiserror v1.0.69 |
1326 | 2025-01-13T05:00:34.033Z | Compiling log v0.4.17 |
1327 | 2025-01-13T05:00:34.173Z | Checking futures-core v0.3.31 |
1328 | 2025-01-13T05:00:34.300Z | Checking once_cell v1.20.1 |
1329 | 2025-01-13T05:00:35.308Z | Compiling ryu v1.0.5 |
1330 | 2025-01-13T05:00:35.311Z | Compiling parking_lot_core v0.9.4 |
1331 | 2025-01-13T05:00:35.311Z | Compiling slab v0.4.9 |
1332 | 2025-01-13T05:00:35.311Z | Checking scopeguard v1.2.0 |
1333 | 2025-01-13T05:00:35.311Z | Compiling cc v1.0.83 |
1334 | 2025-01-13T05:00:35.311Z | Checking futures-sink v0.3.31 |
1335 | 2025-01-13T05:00:35.311Z | Checking smallvec v1.13.2 |
1336 | 2025-01-13T05:00:35.311Z | Checking lock_api v0.4.6 |
1337 | 2025-01-13T05:00:35.311Z | Compiling serde_json v1.0.134 |
1338 | 2025-01-13T05:00:35.311Z | Checking futures-channel v0.3.31 |
1339 | 2025-01-13T05:00:35.311Z | Compiling quote v1.0.38 |
1340 | 2025-01-13T05:00:35.311Z | Checking getrandom v0.2.11 |
1341 | 2025-01-13T05:00:35.311Z | Checking signal-hook-registry v1.4.0 |
1342 | 2025-01-13T05:00:35.311Z | Checking socket2 v0.5.5 |
1343 | 2025-01-13T05:00:35.312Z | Checking mio v1.0.3 |
1344 | 2025-01-13T05:00:35.337Z | Checking futures-task v0.3.31 |
1345 | 2025-01-13T05:00:35.412Z | Compiling syn v2.0.95 |
1346 | 2025-01-13T05:00:35.458Z | Checking parking_lot v0.12.1 |
1347 | 2025-01-13T05:00:35.536Z | Checking futures-io v0.3.31 |
1348 | 2025-01-13T05:00:35.685Z | Checking fnv v1.0.7 |
1349 | 2025-01-13T05:00:35.694Z | Checking pin-utils v0.1.0 |
1350 | 2025-01-13T05:00:35.774Z | Checking rustls-pki-types v1.10.0 |
1351 | 2025-01-13T05:00:35.789Z | Checking http v1.2.0 |
1352 | 2025-01-13T05:00:35.812Z | Checking hashbrown v0.15.2 |
1353 | 2025-01-13T05:00:35.959Z | Checking equivalent v1.0.0 |
1354 | 2025-01-13T05:00:36.004Z | Compiling httparse v1.8.0 |
1355 | 2025-01-13T05:00:36.108Z | Compiling ucd-trie v0.1.6 |
1356 | 2025-01-13T05:00:36.289Z | Checking spin v0.9.8 |
1357 | 2025-01-13T05:00:36.754Z | Checking tracing-core v0.1.32 |
1358 | 2025-01-13T05:00:36.811Z | Checking untrusted v0.9.0 |
1359 | 2025-01-13T05:00:37.017Z | Compiling typenum v1.14.0 |
1360 | 2025-01-13T05:00:37.027Z | Compiling vcpkg v0.2.15 |
1361 | 2025-01-13T05:00:37.082Z | Checking atomic-waker v1.1.1 |
1362 | 2025-01-13T05:00:37.200Z | Compiling pkg-config v0.3.31 |
1363 | 2025-01-13T05:00:37.203Z | Checking http-body v1.0.1 |
1364 | 2025-01-13T05:00:37.355Z | Checking tracing v0.1.40 |
1365 | 2025-01-13T05:00:37.513Z | Compiling generic-array v0.14.5 |
1366 | 2025-01-13T05:00:37.637Z | Checking try-lock v0.2.3 |
1367 | 2025-01-13T05:00:37.692Z | Compiling crossbeam-utils v0.8.15 |
1368 | 2025-01-13T05:00:37.759Z | Checking want v0.3.0 |
1369 | 2025-01-13T05:00:37.779Z | Compiling ring v0.17.7 |
1370 | 2025-01-13T05:00:37.944Z | Compiling unicase v2.6.0 |
1371 | 2025-01-13T05:00:37.992Z | Checking powerfmt v0.2.0 |
1372 | 2025-01-13T05:00:38.226Z | Checking zeroize v1.7.0 |
1373 | 2025-01-13T05:00:38.253Z | Checking httpdate v1.0.1 |
1374 | 2025-01-13T05:00:38.333Z | Compiling num-conv v0.1.0 |
1375 | 2025-01-13T05:00:38.444Z | Compiling time-core v0.1.2 |
1376 | 2025-01-13T05:00:38.474Z | Checking subtle v2.5.0 |
1377 | 2025-01-13T05:00:38.598Z | Compiling time-macros v0.2.18 |
1378 | 2025-01-13T05:00:38.685Z | Checking deranged v0.3.11 |
1379 | 2025-01-13T05:00:39.036Z | Checking bitflags v2.4.0 |
1380 | 2025-01-13T05:00:39.084Z | Compiling byteorder v1.4.3 |
1381 | 2025-01-13T05:00:39.216Z | Compiling openssl-sys v0.9.103 |
1382 | 2025-01-13T05:00:39.490Z | Checking num_threads v0.1.3 |
1383 | 2025-01-13T05:00:39.750Z | Checking tower-service v0.3.3 |
1384 | 2025-01-13T05:00:39.861Z | Compiling slog v2.7.0 |
1385 | 2025-01-13T05:00:39.904Z | Checking base64 v0.22.1 |
1386 | 2025-01-13T05:00:40.085Z | Compiling usdt-impl v0.5.0 |
1387 | 2025-01-13T05:00:40.357Z | Compiling openssl v0.10.66 |
1388 | 2025-01-13T05:00:40.493Z | Compiling semver v1.0.24 |
1389 | 2025-01-13T05:00:40.501Z | Checking percent-encoding v2.3.1 |
1390 | 2025-01-13T05:00:40.674Z | Checking foreign-types-shared v0.1.1 |
1391 | 2025-01-13T05:00:40.682Z | Checking openssl-probe v0.1.4 |
1392 | 2025-01-13T05:00:40.736Z | Checking tinyvec_macros v0.1.0 |
1393 | 2025-01-13T05:00:40.763Z | Checking foreign-types v0.3.2 |
1394 | 2025-01-13T05:00:40.808Z | Checking tinyvec v1.5.1 |
1395 | 2025-01-13T05:00:40.836Z | Checking form_urlencoded v1.2.1 |
1396 | 2025-01-13T05:00:41.214Z | Checking block-buffer v0.10.2 |
1397 | 2025-01-13T05:00:41.393Z | Checking crypto-common v0.1.6 |
1398 | 2025-01-13T05:00:41.467Z | Checking rand_core v0.6.3 |
1399 | 2025-01-13T05:00:41.543Z | Compiling thread-id v4.0.0 |
1400 | 2025-01-13T05:00:41.644Z | Compiling num-traits v0.2.14 |
1401 | 2025-01-13T05:00:41.652Z | Checking mime v0.3.16 |
1402 | 2025-01-13T05:00:41.718Z | Checking plain v0.2.3 |
1403 | 2025-01-13T05:00:41.854Z | Compiling rustls v0.23.13 |
1404 | 2025-01-13T05:00:41.927Z | Checking ppv-lite86 v0.2.15 |
1405 | 2025-01-13T05:00:42.024Z | Compiling native-tls v0.2.12 |
1406 | 2025-01-13T05:00:42.053Z | Checking time v0.3.36 |
1407 | 2025-01-13T05:00:42.106Z | Compiling rustls v0.22.4 |
1408 | 2025-01-13T05:00:42.132Z | Checking unicode-normalization v0.1.24 |
1409 | 2025-01-13T05:00:42.448Z | Checking digest v0.10.7 |
1410 | 2025-01-13T05:00:42.532Z | Checking rand_chacha v0.3.1 |
1411 | 2025-01-13T05:00:42.733Z | Checking rustls-pemfile v2.1.3 |
1412 | 2025-01-13T05:00:42.766Z | Checking dirs-sys-next v0.1.2 |
1413 | 2025-01-13T05:00:42.874Z | Checking pretty-hex v0.4.1 |
1414 | 2025-01-13T05:00:42.925Z | Checking unicode-bidi v0.3.15 |
1415 | 2025-01-13T05:00:42.947Z | Checking cpufeatures v0.2.2 |
1416 | 2025-01-13T05:00:43.021Z | Checking sha1 v0.10.6 |
1417 | 2025-01-13T05:00:43.029Z | Checking dirs-next v2.0.0 |
1418 | 2025-01-13T05:00:43.031Z | Checking rand v0.8.4 |
1419 | 2025-01-13T05:00:43.251Z | Compiling mime_guess v2.0.5 |
1420 | 2025-01-13T05:00:43.507Z | Checking idna v0.5.0 |
1421 | 2025-01-13T05:00:43.663Z | Compiling serde_derive_internals v0.29.0 |
1422 | 2025-01-13T05:00:43.707Z | Checking rustls-webpki v0.102.8 |
1423 | 2025-01-13T05:00:44.159Z | Checking concurrent-queue v2.5.0 |
1424 | 2025-01-13T05:00:44.572Z | Checking thread_local v1.1.4 |
1425 | 2025-01-13T05:00:44.592Z | Compiling multer v3.1.0 |
1426 | 2025-01-13T05:00:44.651Z | Checking encoding_rs v0.8.32 |
1427 | 2025-01-13T05:00:44.817Z | Compiling slog-async v2.8.0 |
1428 | 2025-01-13T05:00:44.966Z | Compiling paste v1.0.15 |
1429 | 2025-01-13T05:00:45.427Z | Checking match_cfg v0.1.0 |
1430 | 2025-01-13T05:00:45.510Z | Compiling rustix v0.38.40 |
1431 | 2025-01-13T05:00:45.592Z | Checking iana-time-zone v0.1.47 |
1432 | 2025-01-13T05:00:45.733Z | Compiling schemars v0.8.21 |
1433 | 2025-01-13T05:00:46.143Z | Compiling camino v1.1.9 |
1434 | 2025-01-13T05:00:46.365Z | Checking parking v2.2.0 |
1435 | 2025-01-13T05:00:46.515Z | Compiling thiserror v2.0.9 |
1436 | 2025-01-13T05:00:46.585Z | Checking winnow v0.6.18 |
1437 | 2025-01-13T05:00:47.012Z | Checking event-listener v5.0.0 |
1438 | 2025-01-13T05:00:47.189Z | Checking hostname v0.3.1 |
1439 | 2025-01-13T05:00:47.420Z | Checking url v2.5.2 |
1440 | 2025-01-13T05:00:47.643Z | Checking term v0.7.0 |
1441 | 2025-01-13T05:00:47.743Z | Checking crossbeam-channel v0.5.1 |
1442 | 2025-01-13T05:00:47.784Z | Checking webpki-roots v0.26.5 |
1443 | 2025-01-13T05:00:47.980Z | Checking is-terminal v0.4.12 |
1444 | 2025-01-13T05:00:48.042Z | Checking errno v0.3.8 |
1445 | 2025-01-13T05:00:48.087Z | Checking memmap v0.7.0 |
1446 | 2025-01-13T05:00:48.168Z | Checking sync_wrapper v1.0.1 |
1447 | 2025-01-13T05:00:48.204Z | Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot) |
1448 | 2025-01-13T05:00:48.231Z | Checking unicode-width v0.1.9 |
1449 | 2025-01-13T05:00:48.279Z | Checking dyn-clone v1.0.4 |
1450 | 2025-01-13T05:00:48.281Z | Checking lazy_static v1.5.0 |
1451 | 2025-01-13T05:00:48.367Z | Checking tower-layer v0.3.3 |
1452 | 2025-01-13T05:00:48.381Z | Compiling buf-list v1.0.3 |
1453 | 2025-01-13T05:00:48.384Z | Checking utf-8 v0.7.6 |
1454 | 2025-01-13T05:00:48.397Z | Checking unicode-segmentation v1.10.0 |
1455 | 2025-01-13T05:00:48.561Z | Compiling heck v0.5.0 |
1456 | 2025-01-13T05:00:48.582Z | Compiling anyhow v1.0.95 |
1457 | 2025-01-13T05:00:48.598Z | Checking data-encoding v2.4.0 |
1458 | 2025-01-13T05:00:48.857Z | Checking take_mut v0.2.2 |
1459 | 2025-01-13T05:00:48.964Z | Checking newline-converter v0.3.0 |
1460 | 2025-01-13T05:00:49.016Z | Compiling serde_derive v1.0.217 |
1461 | 2025-01-13T05:00:49.035Z | Compiling thiserror-impl v1.0.69 |
1462 | 2025-01-13T05:00:49.061Z | Compiling tokio-macros v2.4.0 |
1463 | 2025-01-13T05:00:49.084Z | Compiling futures-macro v0.3.31 |
1464 | 2025-01-13T05:00:49.092Z | Compiling zerocopy-derive v0.7.32 |
1465 | 2025-01-13T05:00:49.173Z | Compiling scroll_derive v0.12.0 |
1466 | 2025-01-13T05:00:49.227Z | Compiling openssl-macros v0.1.1 |
1467 | 2025-01-13T05:00:49.294Z | Compiling async-stream-impl v0.3.6 |
1468 | 2025-01-13T05:00:51.095Z | Checking scroll v0.12.0 |
1469 | 2025-01-13T05:00:51.210Z | Compiling thiserror-impl v2.0.9 |
1470 | 2025-01-13T05:00:51.228Z | Checking tokio v1.42.0 |
1471 | 2025-01-13T05:00:51.533Z | Checking goblin v0.8.0 |
1472 | 2025-01-13T05:00:51.662Z | Checking futures-util v0.3.31 |
1473 | 2025-01-13T05:00:52.051Z | Compiling zerocopy v0.7.32 |
1474 | 2025-01-13T05:00:53.567Z | Compiling pest v2.7.6 |
1475 | 2025-01-13T05:00:55.647Z | Compiling schemars_derive v0.8.21 |
1476 | 2025-01-13T05:00:55.828Z | Compiling pest_meta v2.7.6 |
1477 | 2025-01-13T05:00:56.107Z | Checking http-body-util v0.1.2 |
1478 | 2025-01-13T05:00:56.215Z | Checking futures-executor v0.3.31 |
1479 | 2025-01-13T05:00:56.451Z | Checking futures v0.3.31 |
1480 | 2025-01-13T05:00:56.549Z | Checking tungstenite v0.24.0 |
1481 | 2025-01-13T05:00:56.640Z | Checking async-stream v0.3.6 |
1482 | 2025-01-13T05:00:56.845Z | Compiling async-trait v0.1.85 |
1483 | 2025-01-13T05:00:56.921Z | Checking console v0.15.7 |
1484 | 2025-01-13T05:00:57.369Z | Compiling pest_generator v2.7.6 |
1485 | 2025-01-13T05:00:57.456Z | Checking slog-term v2.9.1 |
1486 | 2025-01-13T05:00:57.825Z | Checking tokio-util v0.7.7 |
1487 | 2025-01-13T05:00:57.894Z | Checking tokio-native-tls v0.3.1 |
1488 | 2025-01-13T05:00:58.135Z | Checking tokio-rustls v0.26.0 |
1489 | 2025-01-13T05:00:58.410Z | Checking tokio-rustls v0.25.0 |
1490 | 2025-01-13T05:00:58.493Z | Checking tower v0.5.2 |
1491 | 2025-01-13T05:00:59.154Z | Checking event-listener-strategy v0.5.2 |
1492 | 2025-01-13T05:00:59.334Z | Checking yasna v0.5.2 |
1493 | 2025-01-13T05:00:59.807Z | Checking rustls-native-certs v0.7.0 |
1494 | 2025-01-13T05:00:59.937Z | Checking pem v3.0.4 |
1495 | 2025-01-13T05:00:59.946Z | Checking waitgroup v0.1.2 |
1496 | 2025-01-13T05:01:00.063Z | Checking hostname v0.4.0 |
1497 | 2025-01-13T05:01:00.072Z | Checking ipnet v2.10.0 |
1498 | 2025-01-13T05:01:00.177Z | Checking debug-ignore v1.0.5 |
1499 | 2025-01-13T05:01:00.181Z | Checking similar v2.2.1 |
1500 | 2025-01-13T05:01:00.293Z | Checking fastrand v2.1.1 |
1501 | 2025-01-13T05:01:00.464Z | Checking http-range v0.1.4 |
1502 | 2025-01-13T05:01:00.486Z | Checking simple-mermaid v0.2.0 |
1503 | 2025-01-13T05:01:00.555Z | Compiling pest_derive v2.7.6 |
1504 | 2025-01-13T05:01:00.571Z | Checking rcgen v0.13.2 |
1505 | 2025-01-13T05:01:00.579Z | Checking async-channel v2.3.1 |
1506 | 2025-01-13T05:01:00.589Z | Checking tempfile v3.14.0 |
1507 | 2025-01-13T05:01:00.624Z | Checking tokio-tungstenite v0.24.0 |
1508 | 2025-01-13T05:01:00.860Z | Checking expectorate v1.1.0 |
1509 | 2025-01-13T05:01:00.995Z | Checking subprocess v0.2.9 |
1510 | 2025-01-13T05:01:01.762Z | Compiling dtrace-parser v0.2.0 |
1511 | 2025-01-13T05:01:02.396Z | Checking indexmap v2.7.0 |
1512 | 2025-01-13T05:01:02.416Z | Checking toml_datetime v0.6.8 |
1513 | 2025-01-13T05:01:02.453Z | Checking serde_spanned v0.6.7 |
1514 | 2025-01-13T05:01:02.456Z | Checking serde_urlencoded v0.7.1 |
1515 | 2025-01-13T05:01:02.473Z | Checking chrono v0.4.39 |
1516 | 2025-01-13T05:01:02.546Z | Checking uuid v1.11.0 |
1517 | 2025-01-13T05:01:02.613Z | Checking serde_path_to_error v0.1.16 |
1518 | 2025-01-13T05:01:03.140Z | Compiling serde_tokenstream v0.2.2 |
1519 | 2025-01-13T05:01:03.396Z | Checking h2 v0.4.6 |
1520 | 2025-01-13T05:01:03.399Z | Checking toml_edit v0.22.20 |
1521 | 2025-01-13T05:01:03.713Z | Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
1522 | 2025-01-13T05:01:03.771Z | Checking dof v0.3.0 |
1523 | 2025-01-13T05:01:03.771Z | Checking slog-json v2.6.1 |
1524 | 2025-01-13T05:01:03.774Z | Checking openapiv3 v2.0.0 |
1525 | 2025-01-13T05:01:04.021Z | Checking slog-bunyan v2.5.0 |
1526 | 2025-01-13T05:01:05.850Z | Checking toml v0.8.19 |
1527 | 2025-01-13T05:01:06.434Z | Compiling usdt-attr-macro v0.5.0 |
1528 | 2025-01-13T05:01:06.434Z | Compiling usdt-macro v0.5.0 |
1529 | 2025-01-13T05:01:07.077Z | Checking hyper v1.5.2 |
1530 | 2025-01-13T05:01:07.919Z | Checking usdt v0.5.0 |
1531 | 2025-01-13T05:01:08.307Z | Checking hyper-util v0.1.10 |
1532 | 2025-01-13T05:01:08.311Z | Checking hyper-staticfile v0.10.1 |
1533 | 2025-01-13T05:01:09.280Z | Checking hyper-tls v0.6.0 |
1534 | 2025-01-13T05:01:09.280Z | Checking hyper-rustls v0.27.3 |
1535 | 2025-01-13T05:01:09.282Z | Checking hyper-rustls v0.26.0 |
1536 | 2025-01-13T05:01:09.477Z | Checking reqwest v0.12.12 |
1537 | 2025-01-13T05:01:11.595Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
1538 | 2025-01-13T05:01:11.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.73s |
1539 | 2025-01-13T05:01:11.933Z | |
1540 | 2025-01-13T05:01:11.933Z | |
1541 | 2025-01-13T05:01:20.909Z | test tests/fail/bad_channel10.rs ... ok |
1542 | 2025-01-13T05:01:20.909Z | test tests/fail/bad_channel11.rs ... ok |
1543 | 2025-01-13T05:01:20.909Z | test tests/fail/bad_channel12.rs ... ok |
1544 | 2025-01-13T05:01:20.909Z | test tests/fail/bad_channel13.rs ... ok |
1545 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel14.rs ... ok |
1546 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel15.rs ... ok |
1547 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel17.rs ... ok |
1548 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel18.rs ... ok |
1549 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel19.rs ... ok |
1550 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel1a.rs ... ok |
1551 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel1b.rs ... ok |
1552 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel2.rs ... ok |
1553 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel20.rs ... ok |
1554 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel21.rs ... ok |
1555 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel22.rs ... ok |
1556 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel23.rs ... ok |
1557 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel24.rs ... ok |
1558 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel25.rs ... ok |
1559 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel26.rs ... ok |
1560 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel27.rs ... ok |
1561 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel28.rs ... ok |
1562 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel3.rs ... ok |
1563 | 2025-01-13T05:01:20.912Z | test tests/fail/bad_channel4.rs ... ok |
1564 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_channel5.rs ... ok |
1565 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_channel6.rs ... ok |
1566 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_channel8.rs ... ok |
1567 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_channel9.rs ... ok |
1568 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint1.rs ... ok |
1569 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint10.rs ... ok |
1570 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint11.rs ... ok |
1571 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint12.rs ... ok |
1572 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint13.rs ... ok |
1573 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint14.rs ... ok |
1574 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint15.rs ... ok |
1575 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint16.rs ... ok |
1576 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint17.rs ... ok |
1577 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint18.rs ... ok |
1578 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint19.rs ... ok |
1579 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint2.rs ... ok |
1580 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint20.rs ... ok |
1581 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint21.rs ... ok |
1582 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint22.rs ... ok |
1583 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint23.rs ... ok |
1584 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint24.rs ... ok |
1585 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint25.rs ... ok |
1586 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint26.rs ... ok |
1587 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint27.rs ... ok |
1588 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint28.rs ... ok |
1589 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint3.rs ... ok |
1590 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint4.rs ... ok |
1591 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint5.rs ... ok |
1592 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint6.rs ... ok |
1593 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint7.rs ... ok |
1594 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint8.rs ... ok |
1595 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_endpoint9.rs ... ok |
1596 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_trait_channel10.rs ... ok |
1597 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_trait_channel11.rs ... ok |
1598 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_trait_channel12.rs ... ok |
1599 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_trait_channel13.rs ... ok |
1600 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_trait_channel14.rs ... ok |
1601 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_trait_channel15.rs ... ok |
1602 | 2025-01-13T05:01:20.913Z | test tests/fail/bad_trait_channel17.rs ... ok |
1603 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel18.rs ... ok |
1604 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel19.rs ... ok |
1605 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel1a.rs ... ok |
1606 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel1b.rs ... ok |
1607 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel2.rs ... ok |
1608 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel20.rs ... ok |
1609 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel21.rs ... ok |
1610 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel22.rs ... ok |
1611 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel23.rs ... ok |
1612 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel24.rs ... ok |
1613 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel25.rs ... ok |
1614 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel26.rs ... ok |
1615 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel28.rs ... ok |
1616 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel3.rs ... ok |
1617 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel4.rs ... ok |
1618 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel5.rs ... ok |
1619 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel6.rs ... ok |
1620 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel8.rs ... ok |
1621 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_channel9.rs ... ok |
1622 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_endpoint1.rs ... ok |
1623 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_endpoint10.rs ... ok |
1624 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_endpoint11.rs ... ok |
1625 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_endpoint12.rs ... ok |
1626 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_endpoint13.rs ... ok |
1627 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_endpoint14.rs ... ok |
1628 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_endpoint15.rs ... ok |
1629 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_endpoint16.rs ... ok |
1630 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_endpoint17.rs ... ok |
1631 | 2025-01-13T05:01:20.914Z | test tests/fail/bad_trait_endpoint18.rs ... ok |
1632 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint19.rs ... ok |
1633 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint2.rs ... ok |
1634 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint20.rs ... ok |
1635 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint21.rs ... ok |
1636 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint22.rs ... ok |
1637 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint23.rs ... ok |
1638 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint24.rs ... ok |
1639 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint25.rs ... ok |
1640 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint26.rs ... ok |
1641 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint27.rs ... ok |
1642 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint28.rs ... ok |
1643 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint3.rs ... ok |
1644 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint4.rs ... ok |
1645 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint5.rs ... ok |
1646 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint6.rs ... ok |
1647 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint7.rs ... ok |
1648 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint8.rs ... ok |
1649 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint9.rs ... ok |
1650 | 2025-01-13T05:01:20.917Z | test tests/fail/bad_trait_endpoint_error.rs ... ok |
1651 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only1.rs ... ok |
1652 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only10.rs ... ok |
1653 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only11.rs ... ok |
1654 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only12.rs ... ok |
1655 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only13.rs ... ok |
1656 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only14.rs ... ok |
1657 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only15.rs ... ok |
1658 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only16.rs ... ok |
1659 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only17.rs ... ok |
1660 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only18.rs ... ok |
1661 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only19.rs ... ok |
1662 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only2.rs ... ok |
1663 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only20.rs ... ok |
1664 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only21.rs ... ok |
1665 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only22.rs ... ok |
1666 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only3.rs ... ok |
1667 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only4.rs ... ok |
1668 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only5.rs ... ok |
1669 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only6.rs ... ok |
1670 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only7.rs ... ok |
1671 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only8.rs ... ok |
1672 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_trait_only9.rs ... ok |
1673 | 2025-01-13T05:01:20.918Z | test tests/fail/bad_version_backwards.rs ... ok |
1674 | 2025-01-13T05:01:20.918Z | test tests/fail/unused_endpoint.rs ... ok |
1675 | 2025-01-13T05:01:20.918Z | |
1676 | 2025-01-13T05:01:20.918Z | |
1677 | 2025-01-13T05:01:20.918Z | test fail ... ok |
1678 | 2025-01-13T05:01:20.918Z | |
1679 | 2025-01-13T05:01:20.918Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 48.03s |
1680 | 2025-01-13T05:01:20.918Z | |
1681 | 2025-01-13T05:01:20.921Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-bc1c40e214cf998b` |
1682 | 2025-01-13T05:01:20.929Z | |
1683 | 2025-01-13T05:01:20.929Z | running 82 tests |
1684 | 2025-01-13T05:01:20.931Z | test api_trait::test_api_trait_with_disallowed_tags ... ok |
1685 | 2025-01-13T05:01:20.932Z | test config::test_config_bad_bind_address_port_too_large ... ok |
1686 | 2025-01-13T05:01:20.932Z | test config::test_config_bad_request_body_max_bytes_negative ... ok |
1687 | 2025-01-13T05:01:20.932Z | test config::test_config_bad_bind_address_port_too_small ... ok |
1688 | 2025-01-13T05:01:20.932Z | test config::test_config_bad_bind_address_garbage ... ok |
1689 | 2025-01-13T05:01:20.932Z | test api_trait::test_api_trait_with_empty_tag_config ... ok |
1690 | 2025-01-13T05:01:20.932Z | test config::test_config_bad_request_body_max_bytes_too_large ... ok |
1691 | 2025-01-13T05:01:20.932Z | test api_trait::test_api_trait_with_complex_tags ... ok |
1692 | 2025-01-13T05:01:20.935Z | test config::test_config_deprecated_request_body_max_bytes ... ok |
1693 | 2025-01-13T05:01:20.935Z | test config::test_valid_config_all_settings ... ok |
1694 | 2025-01-13T05:01:20.935Z | test config::test_valid_config_basic ... ok |
1695 | 2025-01-13T05:01:20.935Z | test config::test_valid_config_empty ... ok |
1696 | 2025-01-13T05:01:20.935Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-config_bind_address_https_buffer.2820.1.log" |
1697 | 2025-01-13T05:01:20.935Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-config_handler_task_mode_detached.2820.4.log" |
1698 | 2025-01-13T05:01:20.935Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-api_trait_basic.2820.3.log" |
1699 | 2025-01-13T05:01:20.935Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-config_handler_task_mode_cancel.2820.5.log" |
1700 | 2025-01-13T05:01:20.935Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-config_bind_address_https.2820.2.log" |
1701 | 2025-01-13T05:01:20.935Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_unversioned_servers_with_versioned_routes.2820.6.log" |
1702 | 2025-01-13T05:01:20.935Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-config_bind_address_http.2820.0.log" |
1703 | 2025-01-13T05:01:20.935Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_enum_extractor_error.2820.7.log" |
1704 | 2025-01-13T05:01:20.935Z | test config::test_unversioned_servers_with_versioned_routes ... ok |
1705 | 2025-01-13T05:01:20.938Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_enum_user_error.2820.8.log" |
1706 | 2025-01-13T05:01:20.940Z | test config::test_config_handler_task_mode_cancel ... ok |
1707 | 2025-01-13T05:01:20.940Z | test custom_errors::test_enum_user_error ... ok |
1708 | 2025-01-13T05:01:20.940Z | test config::test_config_handler_task_mode_detached ... ok |
1709 | 2025-01-13T05:01:20.940Z | test custom_errors::test_enum_extractor_error ... ok |
1710 | 2025-01-13T05:01:20.940Z | test api_trait::test_api_trait_basic ... ok |
1711 | 2025-01-13T05:01:20.940Z | test custom_errors::test_trait_based_api ... ok |
1712 | 2025-01-13T05:01:20.940Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_trait_struct_user_error.2820.12.log" |
1713 | 2025-01-13T05:01:20.940Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_struct_extractor_error.2820.11.log" |
1714 | 2025-01-13T05:01:20.940Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_trait_enum_user_error.2820.9.log" |
1715 | 2025-01-13T05:01:20.943Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_struct_user_error.2820.10.log" |
1716 | 2025-01-13T05:01:20.943Z | test custom_errors::test_trait_struct_user_error ... ok |
1717 | 2025-01-13T05:01:20.943Z | test config::test_config_bind_address_http ... ok |
1718 | 2025-01-13T05:01:20.943Z | test custom_errors::test_struct_extractor_error ... ok |
1719 | 2025-01-13T05:01:20.943Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_302_bogus.2820.13.log" |
1720 | 2025-01-13T05:01:20.943Z | test custom_errors::test_trait_enum_user_error ... ok |
1721 | 2025-01-13T05:01:20.943Z | test custom_errors::test_struct_user_error ... ok |
1722 | 2025-01-13T05:01:20.943Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_303_see_other.2820.14.log" |
1723 | 2025-01-13T05:01:20.946Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_302_found.2820.15.log" |
1724 | 2025-01-13T05:01:20.946Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_307_temporary_redirect.2820.16.log" |
1725 | 2025-01-13T05:01:20.946Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_delete_request.2820.17.log" |
1726 | 2025-01-13T05:01:20.946Z | test demo::test_302_bogus ... ok |
1727 | 2025-01-13T05:01:20.946Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-demo1.2820.18.log" |
1728 | 2025-01-13T05:01:20.946Z | test demo::test_303_see_other ... ok |
1729 | 2025-01-13T05:01:20.946Z | test demo::test_302_found ... ok |
1730 | 2025-01-13T05:01:20.946Z | test demo::test_307_temporary_redirect ... ok |
1731 | 2025-01-13T05:01:20.946Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-demo2json.2820.19.log" |
1732 | 2025-01-13T05:01:20.950Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-demo2query.2820.20.log" |
1733 | 2025-01-13T05:01:20.950Z | test demo::test_delete_request ... ok |
1734 | 2025-01-13T05:01:20.950Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-demo2urlencoded.2820.21.log" |
1735 | 2025-01-13T05:01:20.950Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-demo3json.2820.22.log" |
1736 | 2025-01-13T05:01:20.950Z | test demo::test_demo1 ... ok |
1737 | 2025-01-13T05:01:20.950Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-demo_path_param_string.2820.23.log" |
1738 | 2025-01-13T05:01:20.950Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-demo_path_param_u32.2820.24.log" |
1739 | 2025-01-13T05:01:20.952Z | test demo::test_demo2query ... ok |
1740 | 2025-01-13T05:01:20.952Z | test demo::test_demo3json ... ok |
1741 | 2025-01-13T05:01:20.952Z | test demo::test_demo2urlencoded ... ok |
1742 | 2025-01-13T05:01:20.952Z | test demo::test_demo2json ... ok |
1743 | 2025-01-13T05:01:20.952Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-demo_path_param_uuid.2820.25.log" |
1744 | 2025-01-13T05:01:20.952Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-demo_websocket.2820.26.log" |
1745 | 2025-01-13T05:01:20.952Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_head_request.2820.27.log" |
1746 | 2025-01-13T05:01:20.955Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_header_request.2820.28.log" |
1747 | 2025-01-13T05:01:20.961Z | test demo::test_header_request ... ok |
1748 | 2025-01-13T05:01:20.965Z | test demo::test_demo_path_param_u32 ... ok |
1749 | 2025-01-13T05:01:20.965Z | test demo::test_head_request ... ok |
1750 | 2025-01-13T05:01:20.965Z | test demo::test_demo_websocket ... ok |
1751 | 2025-01-13T05:01:20.965Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_large_typed_body.2820.29.log" |
1752 | 2025-01-13T05:01:20.965Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-tet_raw_request.2820.30.log" |
1753 | 2025-01-13T05:01:20.965Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_request_compat.2820.31.log" |
1754 | 2025-01-13T05:01:20.965Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_request_remote_addr.2820.32.log" |
1755 | 2025-01-13T05:01:20.968Z | test demo::test_raw_request ... ok |
1756 | 2025-01-13T05:01:20.968Z | test demo::test_demo_path_param_uuid ... ok |
1757 | 2025-01-13T05:01:20.968Z | test demo::test_request_compat ... ok |
1758 | 2025-01-13T05:01:20.968Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-graceful_shutdown_with_detached_handler.2820.33.log" |
1759 | 2025-01-13T05:01:20.968Z | test demo::test_request_remote_addr ... ok |
1760 | 2025-01-13T05:01:20.968Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-multipart_client.2820.34.log" |
1761 | 2025-01-13T05:01:20.968Z | test demo::test_large_typed_body ... ok |
1762 | 2025-01-13T05:01:20.968Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_streaming_body.2820.35.log" |
1763 | 2025-01-13T05:01:20.968Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_untyped_body.2820.36.log" |
1764 | 2025-01-13T05:01:20.968Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-multipart_client.2820.37.log" |
1765 | 2025-01-13T05:01:20.971Z | test config::test_config_bind_address_https_buffer ... ok |
1766 | 2025-01-13T05:01:20.971Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-multipart_client.2820.38.log" |
1767 | 2025-01-13T05:01:20.971Z | test config::test_config_bind_address_https ... ok |
1768 | 2025-01-13T05:01:20.971Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-multipart_client.2820.39.log" |
1769 | 2025-01-13T05:01:20.974Z | test multipart::no_content_type ... ok |
1770 | 2025-01-13T05:01:20.976Z | test multipart::missing_boundary ... ok |
1771 | 2025-01-13T05:01:20.976Z | test multipart::test_multipart_client ... ok |
1772 | 2025-01-13T05:01:20.976Z | test multipart::weird_content_type ... ok |
1773 | 2025-01-13T05:01:20.979Z | test demo::test_streaming_body ... ok |
1774 | 2025-01-13T05:01:20.979Z | test openapi::test_openapi_custom_error_types ... ok |
1775 | 2025-01-13T05:01:20.979Z | test openapi::test_openapi_custom_error_types_trait_based ... ok |
1776 | 2025-01-13T05:01:20.979Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-pagination-multiple-resources.2820.40.log" |
1777 | 2025-01-13T05:01:20.979Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-pagination-multiple-sorts.2820.42.log" |
1778 | 2025-01-13T05:01:20.979Z | test demo::test_demo_path_param_string ... ok |
1779 | 2025-01-13T05:01:20.979Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-pagination-basic.2820.41.log" |
1780 | 2025-01-13T05:01:20.979Z | test demo::test_untyped_body ... ok |
1781 | 2025-01-13T05:01:20.979Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-dictionary.2820.44.log" |
1782 | 2025-01-13T05:01:20.979Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-basic.2820.43.log" |
1783 | 2025-01-13T05:01:21.000Z | test openapi::test_openapi_fuller ... ok |
1784 | 2025-01-13T05:01:21.003Z | test openapi::test_openapi ... ok |
1785 | 2025-01-13T05:01:21.003Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-empty.2820.45.log" |
1786 | 2025-01-13T05:01:21.003Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-errors.2820.46.log" |
1787 | 2025-01-13T05:01:21.035Z | test pagination::test_paginate_empty ... ok |
1788 | 2025-01-13T05:01:21.037Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-extra_params.2820.47.log" |
1789 | 2025-01-13T05:01:21.045Z | test pagination::test_paginate_errors ... ok |
1790 | 2025-01-13T05:01:21.047Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-required_params.2820.48.log" |
1791 | 2025-01-13T05:01:21.062Z | test pagination::test_paginate_extra_params ... ok |
1792 | 2025-01-13T05:01:21.064Z | test pagination_schema::test_pagination_schema ... ok |
1793 | 2025-01-13T05:01:21.064Z | test path_names::test_path_names ... ok |
1794 | 2025-01-13T05:01:21.064Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_no_tls.2820.49.log" |
1795 | 2025-01-13T05:01:21.072Z | test starter::test_no_tls ... ok |
1796 | 2025-01-13T05:01:21.074Z | test pagination::test_paginate_with_required_params ... ok |
1797 | 2025-01-13T05:01:21.074Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_with_tls.2820.50.log" |
1798 | 2025-01-13T05:01:21.074Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-non_streaming_servers_do_not_use_transfer_encoding.2820.51.log" |
1799 | 2025-01-13T05:01:21.082Z | test streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
1800 | 2025-01-13T05:01:21.084Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-streaming_server_buffered_client.2820.52.log" |
1801 | 2025-01-13T05:01:21.117Z | test streaming::test_streaming_server_buffered_client ... ok |
1802 | 2025-01-13T05:01:21.120Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-streaming_server_streaming_client.2820.53.log" |
1803 | 2025-01-13T05:01:21.122Z | test pagination::test_paginate_basic ... ok |
1804 | 2025-01-13T05:01:21.124Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_server_is_http.2820.54.log" |
1805 | 2025-01-13T05:01:21.133Z | test tls::test_server_is_http ... ok |
1806 | 2025-01-13T05:01:21.136Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_server_is_https.2820.55.log" |
1807 | 2025-01-13T05:01:21.145Z | test streaming::test_streaming_server_streaming_client ... ok |
1808 | 2025-01-13T05:01:21.148Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_tls_aborted_negotiation.2820.56.log" |
1809 | 2025-01-13T05:01:21.150Z | test starter::test_with_tls ... ok |
1810 | 2025-01-13T05:01:21.153Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_tls_certificate_loading.2820.57.log" |
1811 | 2025-01-13T05:01:21.475Z | test tls::test_server_is_https ... ok |
1812 | 2025-01-13T05:01:21.478Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_tls_only.2820.58.log" |
1813 | 2025-01-13T05:01:21.478Z | test tls::test_tls_certificate_loading ... ok |
1814 | 2025-01-13T05:01:21.478Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_tls_refresh_certificates.2820.59.log" |
1815 | 2025-01-13T05:01:21.778Z | test tls::test_tls_aborted_negotiation ... ok |
1816 | 2025-01-13T05:01:21.780Z | note: configured to log to "/tmp/integration_tests-bc1c40e214cf998b-test_versions.2820.60.log" |
1817 | 2025-01-13T05:01:21.854Z | test versions::test_versions ... ok |
1818 | 2025-01-13T05:01:21.857Z | test versions::test_versions_openapi ... ok |
1819 | 2025-01-13T05:01:21.861Z | test versions::test_versions_openapi_same_names ... ok |
1820 | 2025-01-13T05:01:22.130Z | test tls::test_tls_only ... ok |
1821 | 2025-01-13T05:01:22.152Z | test tls::test_tls_refresh_certificates ... ok |
1822 | 2025-01-13T05:01:22.592Z | test pagination::test_example_basic ... ok |
1823 | 2025-01-13T05:01:22.976Z | test detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok |
1824 | 2025-01-13T05:01:23.275Z | test pagination::test_paginate_dictionary ... ok |
1825 | 2025-01-13T05:01:26.612Z | test pagination::test_example_multiple_sorts ... ok |
1826 | 2025-01-13T05:01:27.742Z | test pagination::test_example_multiple_resources ... ok |
1827 | 2025-01-13T05:01:27.742Z | |
1828 | 2025-01-13T05:01:27.742Z | test result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.81s |
1829 | 2025-01-13T05:01:27.742Z | |
1830 | 2025-01-13T05:01:27.749Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-106cea9688b8991a` |
1831 | 2025-01-13T05:01:27.759Z | |
1832 | 2025-01-13T05:01:27.759Z | running 35 tests |
1833 | 2025-01-13T05:01:27.764Z | test channel::tests::test_channel_operation_id ... ok |
1834 | 2025-01-13T05:01:27.767Z | test channel::tests::test_channel_with_versions ... ok |
1835 | 2025-01-13T05:01:27.767Z | test endpoint::tests::test_endpoint_bad_context_receiver ... ok |
1836 | 2025-01-13T05:01:27.767Z | test channel::tests::test_channel_with_unnamed_params ... ok |
1837 | 2025-01-13T05:01:27.767Z | test doc::tests::test_extract_summary_description ... ok |
1838 | 2025-01-13T05:01:27.767Z | test endpoint::tests::test_endpoint_bad_metadata ... ok |
1839 | 2025-01-13T05:01:27.767Z | test endpoint::tests::test_endpoint_bad_string ... ok |
1840 | 2025-01-13T05:01:27.767Z | test api_trait::tests::test_api_trait_no_endpoints ... ok |
1841 | 2025-01-13T05:01:27.767Z | test endpoint::tests::test_endpoint_bad_versions ... ok |
1842 | 2025-01-13T05:01:27.767Z | test endpoint::tests::test_endpoint_invalid_item ... ok |
1843 | 2025-01-13T05:01:27.767Z | test endpoint::tests::test_endpoint_no_arguments ... ok |
1844 | 2025-01-13T05:01:27.767Z | test channel::tests::test_channel_with_custom_params ... ok |
1845 | 2025-01-13T05:01:27.767Z | test endpoint::tests::test_endpoint_not_async ... ok |
1846 | 2025-01-13T05:01:27.769Z | test endpoint::tests::test_endpoint_basic ... ok |
1847 | 2025-01-13T05:01:27.769Z | test endpoint::tests::test_endpoint_content_type ... ok |
1848 | 2025-01-13T05:01:27.769Z | test endpoint::tests::test_endpoint_context_fully_qualified_names ... ok |
1849 | 2025-01-13T05:01:27.772Z | test api_trait::tests::test_api_trait_operation_id ... ok |
1850 | 2025-01-13T05:01:27.772Z | test endpoint::tests::test_endpoint_pub_crate ... ok |
1851 | 2025-01-13T05:01:27.772Z | test api_trait::tests::test_api_trait_basic ... ok |
1852 | 2025-01-13T05:01:27.772Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok |
1853 | 2025-01-13T05:01:27.772Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok |
1854 | 2025-01-13T05:01:27.772Z | test endpoint::tests::test_endpoint_with_doc ... ok |
1855 | 2025-01-13T05:01:27.772Z | test api_trait::tests::test_api_trait_with_custom_params ... ok |
1856 | 2025-01-13T05:01:27.775Z | test endpoint::tests::test_endpoint_with_empty_where_clause ... ok |
1857 | 2025-01-13T05:01:27.775Z | test endpoint::tests::test_endpoint_with_versions_all ... ok |
1858 | 2025-01-13T05:01:27.775Z | test endpoint::tests::test_endpoint_with_tags ... ok |
1859 | 2025-01-13T05:01:27.775Z | test endpoint::tests::test_endpoint_with_query ... ok |
1860 | 2025-01-13T05:01:27.775Z | test endpoint::tests::test_endpoint_with_versions_from ... ok |
1861 | 2025-01-13T05:01:27.775Z | test endpoint::tests::test_endpoint_with_custom_params ... ok |
1862 | 2025-01-13T05:01:27.775Z | test params::tests::test_extract_rqctx_ty_param ... ok |
1863 | 2025-01-13T05:01:27.775Z | test syn_parsing::tests::test_busted_function ... ok |
1864 | 2025-01-13T05:01:27.775Z | test endpoint::tests::test_endpoint_with_unnamed_params ... ok |
1865 | 2025-01-13T05:01:27.775Z | test endpoint::tests::test_endpoint_with_versions_until ... ok |
1866 | 2025-01-13T05:01:27.775Z | test endpoint::tests::test_endpoint_with_versions_from_until ... ok |
1867 | 2025-01-13T05:01:27.775Z | test endpoint::tests::test_operation_id ... ok |
1868 | 2025-01-13T05:01:27.775Z | |
1869 | 2025-01-13T05:01:27.775Z | test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
1870 | 2025-01-13T05:01:27.775Z | |
1871 | 2025-01-13T05:01:27.778Z | Doc-tests dropshot |
1872 | 2025-01-13T05:01:27.778Z | Running `/home/build/.rustup/toolchains/1.83.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-7c55a5d19892b2cd/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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-b7f28c4d51c8f9ca.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a35806eda814afb8.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-5a57ad17b4e272f1.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-289c45139f34366c.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-5dc2903498e8e0d8.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-22f382404be15ef9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7b39fda080c99561.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-9d4d303e70230706.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-1cebeb17d07632e4.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4292a0755d49674f.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e1de28d047297e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-35d2a205aa1a891e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-e609e9b6d2cfac5c.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-343725afd0206a91.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-841ba5002e7b0097.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d564999cad1a5c0c.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-05419c91254ea773.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-d2f09fec63c98378.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-96fbf52fb10a3777.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3ac0a014889084bc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-65d3a32f7fa54f2b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e008d45877e24b08.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d64202170b2e197a.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-34297a3c589d60f3.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-c89de980e6f38e7b.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a558d923c3b38404.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9e18de12f0f003bd.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-793274e01d89c767.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-db8233719cc5e03b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-48a9904ae722e1d3.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-bb116c69c0d8ab25.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e69bf60c7f39ef63.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-b5ca634231d1d6f9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d0874cfdfdccfd34.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-09d82741717f5c62.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-564dc78629f54d85.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-42b7a5659aa61c8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0fc409d8ab4d2294.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-ddfa04027205edc7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0a105890568b7f5c.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f99f1fc3dc2da012.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5b274b72def24f6c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cdf19f3b7a2e68f.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0c0af5df98af4fb4.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ab96ca08890a836d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ad4634d531dafe5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-3f946b592a426227.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-12bd84fbb54e1a6e.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-18cc41613bf5fed2.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-effef01581eb9199.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3855163c4efab91d.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cb5d880b2984268f.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-190f30fa9ebe436c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-2ad7a54dddf55371.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3445faadbe3ba4ed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-5f58c1f6c57f1a43.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-47df28aa758145bb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-950ec30181990a9c.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"))' --error-format human` |
1873 | 2025-01-13T05:01:28.214Z | |
1874 | 2025-01-13T05:01:28.214Z | running 23 tests |
1875 | 2025-01-13T05:01:30.180Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok |
1876 | 2025-01-13T05:01:30.180Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored |
1877 | 2025-01-13T05:01:30.183Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored |
1878 | 2025-01-13T05:01:30.206Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok |
1879 | 2025-01-13T05:01:34.893Z | test dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 363) ... ok |
1880 | 2025-01-13T05:01:34.895Z | test dropshot/src/lib.rs - (line 322) ... ignored |
1881 | 2025-01-13T05:01:34.928Z | test dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 558) ... ok |
1882 | 2025-01-13T05:01:35.160Z | test dropshot/src/lib.rs - (line 46) - compile ... ok |
1883 | 2025-01-13T05:01:35.188Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok |
1884 | 2025-01-13T05:01:35.337Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok |
1885 | 2025-01-13T05:01:35.409Z | test dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 153) ... ok |
1886 | 2025-01-13T05:01:35.591Z | test dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok |
1887 | 2025-01-13T05:01:35.593Z | test dropshot/src/lib.rs - channel (line 1139) ... ignored |
1888 | 2025-01-13T05:01:35.593Z | test dropshot/src/lib.rs - endpoint (line 1184) ... ignored |
1889 | 2025-01-13T05:01:36.841Z | test dropshot/src/lib.rs - (line 372) ... ok |
1890 | 2025-01-13T05:01:37.276Z | test dropshot/src/lib.rs - api_description (line 1004) ... ok |
1891 | 2025-01-13T05:01:37.326Z | test dropshot/src/lib.rs - api_description (line 1065) ... ok |
1892 | 2025-01-13T05:01:37.336Z | test dropshot/src/lib.rs - (line 635) ... ok |
1893 | 2025-01-13T05:01:37.400Z | test dropshot/src/lib.rs - (line 110) ... ok |
1894 | 2025-01-13T05:01:37.574Z | test dropshot/src/lib.rs - (line 189) ... ok |
1895 | 2025-01-13T05:01:38.331Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok |
1896 | 2025-01-13T05:01:40.642Z | test dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok |
1897 | 2025-01-13T05:01:41.901Z | test dropshot/src/lib.rs - (line 471) ... ok |
1898 | 2025-01-13T05:01:41.903Z | |
1899 | 2025-01-13T05:01:41.903Z | test result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 13.69s |
1900 | 2025-01-13T05:01:41.903Z | |
1901 | 2025-01-13T05:01:41.924Z | Doc-tests dropshot_endpoint |
1902 | 2025-01-13T05:01:41.926Z | Running `/home/build/.rustup/toolchains/1.83.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-7c55a5d19892b2cd/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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-caeb23e45f2af910.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ea451aa318a3525a.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-75efcb4fac050736.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-ba775f2f282d8ba8.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-04e9a0ae494af8ad.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-ed0a1c15b56c7c22.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-04265c1c20cceadf.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-fe7db9ad15ca6d75.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fc73958dbd323ca1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c0abb99aa543059f.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c03bfd60b1c6054c.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human` |
1903 | 2025-01-13T05:01:42.125Z | |
1904 | 2025-01-13T05:01:42.125Z | running 0 tests |
1905 | 2025-01-13T05:01:42.125Z | |
1906 | 2025-01-13T05:01:42.125Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1907 | 2025-01-13T05:01:42.125Z | |
1908 | 2025-01-13T05:01:42.153Z | |
1909 | 2025-01-13T05:01:42.155Z | real 2:38.296605951 |
1910 | 2025-01-13T05:01:42.155Z | user 14:18.831789852 |
1911 | 2025-01-13T05:01:42.155Z | sys 2:12.291729559 |
1912 | 2025-01-13T05:01:42.155Z | trap 0.688412418 |
1913 | 2025-01-13T05:01:42.156Z | tflt 0.513946072 |
1914 | 2025-01-13T05:01:42.156Z | dflt 0.382248668 |
1915 | 2025-01-13T05:01:42.156Z | kflt 0.017440572 |
1916 | 2025-01-13T05:01:42.156Z | lock 31:36.943781472 |
1917 | 2025-01-13T05:01:42.156Z | slp 1:12:19.213027629 |
1918 | 2025-01-13T05:01:42.156Z | lat 39.590142563 |
1919 | 2025-01-13T05:01:42.156Z | stop 52.819695391 |
1920 | 2025-01-13T05:01:42.156Z | process exited: duration 313703 ms, exit code 0 |
|
1921 | 2025-01-13T05:01:42.162Z | found 0 output files |