|
|
|
1 | 2025-01-27T04:05:17.789Z | job assigned to worker 01JJJYXF9KTTHSCRDFGW461BDC [factory aws, i-082eb53d2423518d8] (queued for 50 s) |
|
2 | 2025-01-27T04:05:25.338Z | starting task 0: "setup" |
3 | 2025-01-27T04:05:25.346Z | ++ uname -s |
4 | 2025-01-27T04:05:25.348Z | + kern=SunOS |
5 | 2025-01-27T04:05:25.348Z | + case "$kern" in |
6 | 2025-01-27T04:05:25.349Z | + groupadd -g 12345 build |
7 | 2025-01-27T04:05:25.351Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-27T04:05:27.359Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-27T04:05:27.472Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-27T04:05:27.474Z | + home_fs=zfs |
11 | 2025-01-27T04:05:27.474Z | + [[ zfs == autofs ]] |
12 | 2025-01-27T04:05:27.474Z | + mkdir -p /home/build |
13 | 2025-01-27T04:05:27.477Z | + chown build:build /home/build /work |
14 | 2025-01-27T04:05:28.478Z | + chmod 0700 /home/build /work |
15 | 2025-01-27T04:05:28.481Z | process exited: duration 3144 ms, exit code 0 |
|
16 | 2025-01-27T04:05:28.486Z | starting task 1: "rust-toolchain" |
17 | 2025-01-27T04:05:28.492Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-27T04:05:28.492Z | ' stable |
19 | 2025-01-27T04:05:28.492Z | * toolchain channel = "stable" |
20 | 2025-01-27T04:05:28.492Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-27T04:05:28.492Z | ' default |
22 | 2025-01-27T04:05:28.492Z | * toolchain profile = "default" |
23 | 2025-01-27T04:05:28.494Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-27T04:05:28.494Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2025-01-27T04:05:28.611Z | info: downloading installer |
26 | 2025-01-27T04:05:30.183Z | info: profile set to 'default' |
27 | 2025-01-27T04:05:30.183Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-27T04:05:30.186Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2025-01-27T04:05:30.340Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-27T04:05:30.340Z | info: downloading component 'cargo' |
31 | 2025-01-27T04:05:31.207Z | info: downloading component 'clippy' |
32 | 2025-01-27T04:05:31.538Z | info: downloading component 'rust-docs' |
33 | 2025-01-27T04:05:32.728Z | info: downloading component 'rust-std' |
34 | 2025-01-27T04:05:34.492Z | info: downloading component 'rustc' |
35 | 2025-01-27T04:05:41.220Z | info: downloading component 'rustfmt' |
36 | 2025-01-27T04:05:41.471Z | info: installing component 'cargo' |
37 | 2025-01-27T04:05:42.287Z | info: installing component 'clippy' |
38 | 2025-01-27T04:05:42.670Z | info: installing component 'rust-docs' |
39 | 2025-01-27T04:05:44.338Z | info: installing component 'rust-std' |
40 | 2025-01-27T04:05:46.038Z | info: installing component 'rustc' |
41 | 2025-01-27T04:05:51.913Z | info: installing component 'rustfmt' |
42 | 2025-01-27T04:05:52.245Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2025-01-27T04:05:52.245Z | |
44 | 2025-01-27T04:05:52.635Z | stable-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-27T04:05:52.635Z | |
46 | 2025-01-27T04:05:52.638Z | |
47 | 2025-01-27T04:05:52.638Z | Rust is installed now. Great! |
48 | 2025-01-27T04:05:52.638Z | |
49 | 2025-01-27T04:05:52.638Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-27T04:05:52.638Z | environment variable. This has not been done automatically. |
51 | 2025-01-27T04:05:52.638Z | |
52 | 2025-01-27T04:05:52.638Z | To configure your current shell, you need to source |
53 | 2025-01-27T04:05:52.638Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-27T04:05:52.638Z | |
55 | 2025-01-27T04:05:52.638Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-27T04:05:52.638Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-27T04:05:52.638Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-27T04:05:52.711Z | + rustc --version |
59 | 2025-01-27T04:05:52.777Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-27T04:05:52.780Z | process exited: duration 24290 ms, exit code 0 |
|
61 | 2025-01-27T04:05:52.785Z | starting task 2: "authentication" |
62 | 2025-01-27T04:05:52.805Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2025-01-27T04:05:52.811Z | starting task 3: "clone repository" |
64 | 2025-01-27T04:05:52.815Z | + mkdir -p /work/oxidecomputer/dropshot |
65 | 2025-01-27T04:05:52.818Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
66 | 2025-01-27T04:05:52.851Z | Cloning into '/work/oxidecomputer/dropshot'... |
67 | 2025-01-27T04:05:54.005Z | + cd /work/oxidecomputer/dropshot |
68 | 2025-01-27T04:05:54.008Z | + git fetch origin e9c204b4c017a9aad7890ad9e605dda96a29b093 |
69 | 2025-01-27T04:05:54.270Z | From https://github.com/oxidecomputer/dropshot |
70 | 2025-01-27T04:05:54.270Z | * branch e9c204b4c017a9aad7890ad9e605dda96a29b093 -> FETCH_HEAD |
71 | 2025-01-27T04:05:54.279Z | + [[ -n dependabot/cargo/trybuild-1.0.103 ]] |
72 | 2025-01-27T04:05:54.281Z | ++ git branch --show-current |
73 | 2025-01-27T04:05:54.284Z | + current=main |
74 | 2025-01-27T04:05:54.284Z | + [[ main != dependabot/cargo/trybuild-1.0.103 ]] |
75 | 2025-01-27T04:05:54.284Z | + git branch -f dependabot/cargo/trybuild-1.0.103 e9c204b4c017a9aad7890ad9e605dda96a29b093 |
76 | 2025-01-27T04:05:54.286Z | + git checkout -f dependabot/cargo/trybuild-1.0.103 |
77 | 2025-01-27T04:05:54.306Z | Switched to branch 'dependabot/cargo/trybuild-1.0.103' |
78 | 2025-01-27T04:05:54.308Z | + git reset --hard e9c204b4c017a9aad7890ad9e605dda96a29b093 |
79 | 2025-01-27T04:05:54.325Z | HEAD is now at e9c204b Bump trybuild from 1.0.102 to 1.0.103 |
80 | 2025-01-27T04:05:54.328Z | process exited: duration 1515 ms, exit code 0 |
|
81 | 2025-01-27T04:05:54.333Z | starting task 4: "build" |
82 | 2025-01-27T04:05:54.338Z | + cargo --version |
83 | 2025-01-27T04:05:54.342Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
84 | 2025-01-27T04:05:54.501Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
85 | 2025-01-27T04:05:54.502Z | info: downloading component 'cargo' |
86 | 2025-01-27T04:05:55.388Z | info: downloading component 'clippy' |
87 | 2025-01-27T04:05:55.724Z | info: downloading component 'rust-docs' |
88 | 2025-01-27T04:05:56.925Z | info: downloading component 'rust-std' |
89 | 2025-01-27T04:05:58.704Z | info: downloading component 'rustc' |
90 | 2025-01-27T04:06:05.562Z | info: downloading component 'rustfmt' |
91 | 2025-01-27T04:06:05.818Z | info: installing component 'cargo' |
92 | 2025-01-27T04:06:06.638Z | info: installing component 'clippy' |
93 | 2025-01-27T04:06:07.014Z | info: installing component 'rust-docs' |
94 | 2025-01-27T04:06:08.659Z | info: installing component 'rust-std' |
95 | 2025-01-27T04:06:10.338Z | info: installing component 'rustc' |
96 | 2025-01-27T04:06:16.216Z | info: installing component 'rustfmt' |
97 | 2025-01-27T04:06:16.630Z | cargo 1.84.0 (66221abde 2024-11-19) |
98 | 2025-01-27T04:06:16.632Z | + rustc --version |
99 | 2025-01-27T04:06:16.702Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
100 | 2025-01-27T04:06:16.706Z | + banner build |
101 | 2025-01-27T04:06:16.709Z | |
102 | 2025-01-27T04:06:16.709Z | ##### # # # # ##### |
103 | 2025-01-27T04:06:16.709Z | # # # # # # # # |
104 | 2025-01-27T04:06:16.709Z | ##### # # # # # # |
105 | 2025-01-27T04:06:16.709Z | # # # # # # # # |
106 | 2025-01-27T04:06:16.709Z | # # # # # # # # |
107 | 2025-01-27T04:06:16.709Z | ##### #### # ###### ##### |
108 | 2025-01-27T04:06:16.709Z | |
109 | 2025-01-27T04:06:16.712Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
110 | 2025-01-27T04:06:16.843Z | Updating crates.io index |
111 | 2025-01-27T04:06:17.673Z | Downloading crates ... |
112 | 2025-01-27T04:06:17.745Z | Downloaded deranged v0.3.11 |
113 | 2025-01-27T04:06:17.750Z | Downloaded futures-io v0.3.31 |
114 | 2025-01-27T04:06:17.752Z | Downloaded atomic-waker v1.1.1 |
115 | 2025-01-27T04:06:17.755Z | Downloaded glob v0.3.0 |
116 | 2025-01-27T04:06:17.755Z | Downloaded dirs-sys-next v0.1.2 |
117 | 2025-01-27T04:06:17.769Z | Downloaded hyper-util v0.1.10 |
118 | 2025-01-27T04:06:17.774Z | Downloaded foreign-types-shared v0.1.1 |
119 | 2025-01-27T04:06:17.776Z | Downloaded futures-task v0.3.31 |
120 | 2025-01-27T04:06:17.776Z | Downloaded futures v0.3.31 |
121 | 2025-01-27T04:06:17.780Z | Downloaded http-body-util v0.1.2 |
122 | 2025-01-27T04:06:17.783Z | Downloaded cc v1.0.83 |
123 | 2025-01-27T04:06:17.785Z | Downloaded hyper-tls v0.6.0 |
124 | 2025-01-27T04:06:17.788Z | Downloaded iana-time-zone v0.1.47 |
125 | 2025-01-27T04:06:17.790Z | Downloaded futures-sink v0.3.31 |
126 | 2025-01-27T04:06:17.790Z | Downloaded dof v0.3.0 |
127 | 2025-01-27T04:06:17.793Z | Downloaded http-range v0.1.4 |
128 | 2025-01-27T04:06:17.793Z | Downloaded httparse v1.8.0 |
129 | 2025-01-27T04:06:17.795Z | Downloaded futures-channel v0.3.31 |
130 | 2025-01-27T04:06:17.798Z | Downloaded tokio-tungstenite v0.24.0 |
131 | 2025-01-27T04:06:17.800Z | Downloaded memmap v0.7.0 |
132 | 2025-01-27T04:06:17.800Z | Downloaded anyhow v1.0.95 |
133 | 2025-01-27T04:06:17.804Z | Downloaded usdt-macro v0.5.0 |
134 | 2025-01-27T04:06:17.806Z | Downloaded litemap v0.7.4 |
135 | 2025-01-27T04:06:17.809Z | Downloaded pretty-hex v0.4.1 |
136 | 2025-01-27T04:06:17.809Z | Downloaded digest v0.10.7 |
137 | 2025-01-27T04:06:17.811Z | Downloaded async-trait v0.1.85 |
138 | 2025-01-27T04:06:17.814Z | Downloaded openssl-probe v0.1.4 |
139 | 2025-01-27T04:06:17.817Z | Downloaded async-stream-impl v0.3.6 |
140 | 2025-01-27T04:06:17.817Z | Downloaded writeable v0.5.5 |
141 | 2025-01-27T04:06:17.819Z | Downloaded utf16_iter v1.0.5 |
142 | 2025-01-27T04:06:17.819Z | Downloaded lazy_static v1.5.0 |
143 | 2025-01-27T04:06:17.822Z | Downloaded tokio-macros v2.5.0 |
144 | 2025-01-27T04:06:17.824Z | Downloaded mime v0.3.16 |
145 | 2025-01-27T04:06:17.824Z | Downloaded itoa v1.0.1 |
146 | 2025-01-27T04:06:17.827Z | Downloaded icu_provider_macros v1.5.0 |
147 | 2025-01-27T04:06:17.827Z | Downloaded buf-list v1.0.3 |
148 | 2025-01-27T04:06:17.829Z | Downloaded num_threads v0.1.3 |
149 | 2025-01-27T04:06:17.829Z | Downloaded yoke-derive v0.7.5 |
150 | 2025-01-27T04:06:17.832Z | Downloaded tower v0.5.2 |
151 | 2025-01-27T04:06:17.839Z | Downloaded zerofrom-derive v0.1.5 |
152 | 2025-01-27T04:06:17.841Z | Downloaded multer v3.1.0 |
153 | 2025-01-27T04:06:17.844Z | Downloaded getrandom v0.2.11 |
154 | 2025-01-27T04:06:17.846Z | Downloaded usdt-attr-macro v0.5.0 |
155 | 2025-01-27T04:06:17.846Z | Downloaded mime_guess v2.0.5 |
156 | 2025-01-27T04:06:17.849Z | Downloaded usdt v0.5.0 |
157 | 2025-01-27T04:06:17.851Z | Downloaded generic-array v0.14.5 |
158 | 2025-01-27T04:06:17.851Z | Downloaded crossbeam-channel v0.5.1 |
159 | 2025-01-27T04:06:17.856Z | Downloaded pin-project-lite v0.2.12 |
160 | 2025-01-27T04:06:17.860Z | Downloaded thread-id v4.0.0 |
161 | 2025-01-27T04:06:17.863Z | Downloaded openssl-macros v0.1.1 |
162 | 2025-01-27T04:06:17.863Z | Downloaded foreign-types v0.3.2 |
163 | 2025-01-27T04:06:17.865Z | Downloaded signal-hook-registry v1.4.0 |
164 | 2025-01-27T04:06:17.865Z | Downloaded parking v2.2.0 |
165 | 2025-01-27T04:06:17.868Z | Downloaded utf8_iter v1.0.4 |
166 | 2025-01-27T04:06:17.868Z | Downloaded autocfg v1.1.0 |
167 | 2025-01-27T04:06:17.871Z | Downloaded dtrace-parser v0.2.0 |
168 | 2025-01-27T04:06:17.871Z | Downloaded cpufeatures v0.2.2 |
169 | 2025-01-27T04:06:17.871Z | Downloaded num-conv v0.1.0 |
170 | 2025-01-27T04:06:17.873Z | Downloaded hyper-staticfile v0.10.1 |
171 | 2025-01-27T04:06:17.876Z | Downloaded try-lock v0.2.3 |
172 | 2025-01-27T04:06:17.876Z | Downloaded bytes v1.9.0 |
173 | 2025-01-27T04:06:17.879Z | Downloaded sha2 v0.10.8 |
174 | 2025-01-27T04:06:17.881Z | Downloaded unicode-width v0.1.9 |
175 | 2025-01-27T04:06:17.884Z | Downloaded event-listener v5.0.0 |
176 | 2025-01-27T04:06:17.886Z | Downloaded tinyvec_macros v0.1.0 |
177 | 2025-01-27T04:06:17.887Z | Downloaded thiserror v1.0.69 |
178 | 2025-01-27T04:06:17.890Z | Downloaded zerofrom v0.1.5 |
179 | 2025-01-27T04:06:17.892Z | Downloaded write16 v1.0.0 |
180 | 2025-01-27T04:06:17.892Z | Downloaded tower-layer v0.3.3 |
181 | 2025-01-27T04:06:17.895Z | Downloaded time-core v0.1.2 |
182 | 2025-01-27T04:06:17.895Z | Downloaded serde_urlencoded v0.7.1 |
183 | 2025-01-27T04:06:17.897Z | Downloaded form_urlencoded v1.2.1 |
184 | 2025-01-27T04:06:17.897Z | Downloaded rustc-hash v2.0.0 |
185 | 2025-01-27T04:06:17.897Z | Downloaded pkg-config v0.3.31 |
186 | 2025-01-27T04:06:17.900Z | Downloaded schema v0.1.0 |
187 | 2025-01-27T04:06:17.900Z | Downloaded hyper-rustls v0.26.0 |
188 | 2025-01-27T04:06:17.902Z | Downloaded zeroize v1.7.0 |
189 | 2025-01-27T04:06:17.905Z | Downloaded heck v0.5.0 |
190 | 2025-01-27T04:06:17.905Z | Downloaded quinn-udp v0.5.5 |
191 | 2025-01-27T04:06:17.908Z | Downloaded unicase v2.6.0 |
192 | 2025-01-27T04:06:17.908Z | Downloaded waitgroup v0.1.2 |
193 | 2025-01-27T04:06:17.910Z | Downloaded tinystr v0.7.6 |
194 | 2025-01-27T04:06:17.910Z | Downloaded crossbeam-utils v0.8.15 |
195 | 2025-01-27T04:06:17.913Z | Downloaded block-buffer v0.10.2 |
196 | 2025-01-27T04:06:17.915Z | Downloaded memchr v2.6.0 |
197 | 2025-01-27T04:06:17.918Z | Downloaded rustls-pemfile v2.1.3 |
198 | 2025-01-27T04:06:17.921Z | Downloaded termcolor v1.1.2 |
199 | 2025-01-27T04:06:17.924Z | Downloaded thiserror-impl v2.0.11 |
200 | 2025-01-27T04:06:17.926Z | Downloaded slog-json v2.6.1 |
201 | 2025-01-27T04:06:17.926Z | Downloaded synstructure v0.13.1 |
202 | 2025-01-27T04:06:17.929Z | Downloaded icu_provider v1.5.0 |
203 | 2025-01-27T04:06:17.931Z | Downloaded subprocess v0.2.9 |
204 | 2025-01-27T04:06:17.934Z | Downloaded lock_api v0.4.6 |
205 | 2025-01-27T04:06:17.934Z | Downloaded spin v0.9.8 |
206 | 2025-01-27T04:06:17.937Z | Downloaded semver v1.0.25 |
207 | 2025-01-27T04:06:17.939Z | Downloaded scopeguard v1.2.0 |
208 | 2025-01-27T04:06:17.939Z | Downloaded rand_chacha v0.3.1 |
209 | 2025-01-27T04:06:17.942Z | Downloaded icu_properties v1.5.1 |
210 | 2025-01-27T04:06:17.944Z | Downloaded scroll_derive v0.12.0 |
211 | 2025-01-27T04:06:17.944Z | Downloaded thiserror v2.0.11 |
212 | 2025-01-27T04:06:17.949Z | Downloaded newline-converter v0.3.0 |
213 | 2025-01-27T04:06:17.952Z | Downloaded parking_lot v0.12.1 |
214 | 2025-01-27T04:06:17.955Z | Downloaded tokio-util v0.7.7 |
215 | 2025-01-27T04:06:17.958Z | Downloaded serde_path_to_error v0.1.16 |
216 | 2025-01-27T04:06:17.960Z | Downloaded take_mut v0.2.2 |
217 | 2025-01-27T04:06:17.960Z | Downloaded serde_tokenstream v0.2.2 |
218 | 2025-01-27T04:06:17.963Z | Downloaded rustls-native-certs v0.7.0 |
219 | 2025-01-27T04:06:17.965Z | Downloaded socket2 v0.5.5 |
220 | 2025-01-27T04:06:17.965Z | Downloaded camino v1.1.9 |
221 | 2025-01-27T04:06:17.968Z | Downloaded plain v0.2.3 |
222 | 2025-01-27T04:06:17.968Z | Downloaded tinyvec v1.5.1 |
223 | 2025-01-27T04:06:17.971Z | Downloaded schemars v0.8.21 |
224 | 2025-01-27T04:06:17.981Z | Downloaded slog v2.7.0 |
225 | 2025-01-27T04:06:17.984Z | Downloaded rustls-pki-types v1.10.0 |
226 | 2025-01-27T04:06:17.987Z | Downloaded serde v1.0.217 |
227 | 2025-01-27T04:06:17.991Z | Downloaded ryu v1.0.5 |
228 | 2025-01-27T04:06:17.993Z | Downloaded rand_core v0.6.3 |
229 | 2025-01-27T04:06:17.996Z | Downloaded tokio-rustls v0.26.0 |
230 | 2025-01-27T04:06:17.998Z | Downloaded scroll v0.12.0 |
231 | 2025-01-27T04:06:17.998Z | Downloaded slog-async v2.8.0 |
232 | 2025-01-27T04:06:18.001Z | Downloaded subtle v2.5.0 |
233 | 2025-01-27T04:06:18.001Z | Downloaded concurrent-queue v2.5.0 |
234 | 2025-01-27T04:06:18.004Z | Downloaded num-traits v0.2.14 |
235 | 2025-01-27T04:06:18.007Z | Downloaded proc-macro2 v1.0.93 |
236 | 2025-01-27T04:06:18.009Z | Downloaded match_cfg v0.1.0 |
237 | 2025-01-27T04:06:18.009Z | Downloaded debug-ignore v1.0.5 |
238 | 2025-01-27T04:06:18.012Z | Downloaded tokio-rustls v0.25.0 |
239 | 2025-01-27T04:06:18.012Z | Downloaded fastrand v2.1.1 |
240 | 2025-01-27T04:06:18.015Z | Downloaded yoke v0.7.5 |
241 | 2025-01-27T04:06:18.017Z | Downloaded schemars_derive v0.8.21 |
242 | 2025-01-27T04:06:18.017Z | Downloaded quinn v0.11.4 |
243 | 2025-01-27T04:06:18.020Z | Downloaded data-encoding v2.4.0 |
244 | 2025-01-27T04:06:18.023Z | Downloaded pest_meta v2.7.6 |
245 | 2025-01-27T04:06:18.023Z | Downloaded openssl-sys v0.9.103 |
246 | 2025-01-27T04:06:18.027Z | Downloaded trybuild v1.0.103 |
247 | 2025-01-27T04:06:18.031Z | Downloaded term v0.7.0 |
248 | 2025-01-27T04:06:18.034Z | Downloaded serde_json v1.0.137 |
249 | 2025-01-27T04:06:18.041Z | Downloaded hyper v1.5.2 |
250 | 2025-01-27T04:06:18.047Z | Downloaded rustls-webpki v0.102.8 |
251 | 2025-01-27T04:06:18.065Z | Downloaded sync_wrapper v1.0.1 |
252 | 2025-01-27T04:06:18.068Z | Downloaded toml_datetime v0.6.8 |
253 | 2025-01-27T04:06:18.068Z | Downloaded dyn-clone v1.0.4 |
254 | 2025-01-27T04:06:18.079Z | Downloaded simple-mermaid v0.2.0 |
255 | 2025-01-27T04:06:18.079Z | Downloaded pest_derive v2.7.6 |
256 | 2025-01-27T04:06:18.079Z | Downloaded time-macros v0.2.18 |
257 | 2025-01-27T04:06:18.083Z | Downloaded zerovec v0.10.4 |
258 | 2025-01-27T04:06:18.086Z | Downloaded slog-bunyan v2.5.0 |
259 | 2025-01-27T04:06:18.089Z | Downloaded time v0.3.36 |
260 | 2025-01-27T04:06:18.097Z | Downloaded paste v1.0.15 |
261 | 2025-01-27T04:06:18.101Z | Downloaded schema-derive v0.1.0 |
262 | 2025-01-27T04:06:18.104Z | Downloaded tempfile v3.14.0 |
263 | 2025-01-27T04:06:18.107Z | Downloaded portable-atomic v1.9.0 |
264 | 2025-01-27T04:06:18.114Z | Downloaded target-triple v0.1.3 |
265 | 2025-01-27T04:06:18.117Z | Downloaded h2 v0.4.6 |
266 | 2025-01-27T04:06:18.125Z | Downloaded thiserror-impl v1.0.69 |
267 | 2025-01-27T04:06:18.128Z | Downloaded tracing-core v0.1.32 |
268 | 2025-01-27T04:06:18.131Z | Downloaded quinn-proto v0.11.8 |
269 | 2025-01-27T04:06:18.139Z | Downloaded reqwest v0.12.12 |
270 | 2025-01-27T04:06:18.151Z | Downloaded libc v0.2.169 |
271 | 2025-01-27T04:06:18.184Z | Downloaded pest v2.7.6 |
272 | 2025-01-27T04:06:18.190Z | Downloaded rand v0.8.4 |
273 | 2025-01-27T04:06:18.195Z | Downloaded zerocopy v0.7.32 |
274 | 2025-01-27T04:06:18.217Z | Downloaded unicode-segmentation v1.10.0 |
275 | 2025-01-27T04:06:18.222Z | Downloaded webpki-roots v0.26.5 |
276 | 2025-01-27T04:06:18.226Z | Downloaded vcpkg v0.2.15 |
277 | 2025-01-27T04:06:18.266Z | Downloaded openssl v0.10.66 |
278 | 2025-01-27T04:06:18.276Z | Downloaded prettyplease v0.2.29 |
279 | 2025-01-27T04:06:18.279Z | Downloaded encoding_rs v0.8.32 |
280 | 2025-01-27T04:06:18.298Z | Downloaded mio v1.0.3 |
281 | 2025-01-27T04:06:18.306Z | Downloaded usdt-impl v0.5.0 |
282 | 2025-01-27T04:06:18.306Z | Downloaded winnow v0.6.18 |
283 | 2025-01-27T04:06:18.312Z | Downloaded syn v2.0.96 |
284 | 2025-01-27T04:06:18.322Z | Downloaded rustls v0.22.4 |
285 | 2025-01-27T04:06:18.334Z | Downloaded untrusted v0.9.0 |
286 | 2025-01-27T04:06:18.337Z | Downloaded rustls v0.23.13 |
287 | 2025-01-27T04:06:18.346Z | Downloaded openapiv3 v2.0.0 |
288 | 2025-01-27T04:06:18.356Z | Downloaded rustix v0.38.40 |
289 | 2025-01-27T04:06:18.377Z | Downloaded pin-utils v0.1.0 |
290 | 2025-01-27T04:06:18.379Z | Downloaded typenum v1.14.0 |
291 | 2025-01-27T04:06:18.382Z | Downloaded native-tls v0.2.12 |
292 | 2025-01-27T04:06:18.382Z | Downloaded tower-service v0.3.3 |
293 | 2025-01-27T04:06:18.384Z | Downloaded console v0.15.7 |
294 | 2025-01-27T04:06:18.387Z | Downloaded smallvec v1.13.2 |
295 | 2025-01-27T04:06:18.387Z | Downloaded sha1 v0.10.6 |
296 | 2025-01-27T04:06:18.390Z | Downloaded dirs-next v2.0.0 |
297 | 2025-01-27T04:06:18.390Z | Downloaded similar v2.2.1 |
298 | 2025-01-27T04:06:18.393Z | Downloaded ppv-lite86 v0.2.15 |
299 | 2025-01-27T04:06:18.396Z | Downloaded url v2.5.4 |
300 | 2025-01-27T04:06:18.398Z | Downloaded log v0.4.17 |
301 | 2025-01-27T04:06:18.401Z | Downloaded icu_normalizer v1.5.0 |
302 | 2025-01-27T04:06:18.404Z | Downloaded icu_locid_transform v1.5.0 |
303 | 2025-01-27T04:06:18.406Z | Downloaded icu_properties_data v1.5.0 |
304 | 2025-01-27T04:06:18.414Z | Downloaded chrono v0.4.39 |
305 | 2025-01-27T04:06:18.420Z | Downloaded rcgen v0.13.2 |
306 | 2025-01-27T04:06:18.423Z | Downloaded goblin v0.8.0 |
307 | 2025-01-27T04:06:18.428Z | Downloaded futures-util v0.3.31 |
308 | 2025-01-27T04:06:18.459Z | Downloaded bitflags v2.4.0 |
309 | 2025-01-27T04:06:18.466Z | Downloaded idna v1.0.3 |
310 | 2025-01-27T04:06:18.466Z | Downloaded hostname v0.3.1 |
311 | 2025-01-27T04:06:18.466Z | Downloaded displaydoc v0.2.5 |
312 | 2025-01-27T04:06:18.466Z | Downloaded hashbrown v0.15.2 |
313 | 2025-01-27T04:06:18.466Z | Downloaded zerovec-derive v0.10.3 |
314 | 2025-01-27T04:06:18.466Z | Downloaded yasna v0.5.2 |
315 | 2025-01-27T04:06:18.466Z | Downloaded toml_edit v0.22.20 |
316 | 2025-01-27T04:06:18.475Z | Downloaded toml v0.8.19 |
317 | 2025-01-27T04:06:18.478Z | Downloaded tungstenite v0.24.0 |
318 | 2025-01-27T04:06:18.480Z | Downloaded powerfmt v0.2.0 |
319 | 2025-01-27T04:06:18.483Z | Downloaded pem v3.0.4 |
320 | 2025-01-27T04:06:18.484Z | Downloaded parking_lot_core v0.9.4 |
321 | 2025-01-27T04:06:18.485Z | Downloaded version_check v0.9.5 |
322 | 2025-01-27T04:06:18.487Z | Downloaded utf-8 v0.7.6 |
323 | 2025-01-27T04:06:18.487Z | Downloaded http v1.2.0 |
324 | 2025-01-27T04:06:18.490Z | Downloaded serde_derive_internals v0.29.0 |
325 | 2025-01-27T04:06:18.492Z | Downloaded uuid v1.12.0 |
326 | 2025-01-27T04:06:18.494Z | Downloaded tracing v0.1.40 |
327 | 2025-01-27T04:06:18.497Z | Downloaded want v0.3.0 |
328 | 2025-01-27T04:06:18.499Z | Downloaded indexmap v2.7.1 |
329 | 2025-01-27T04:06:18.502Z | Downloaded slog-term v2.9.1 |
330 | 2025-01-27T04:06:18.504Z | Downloaded quote v1.0.38 |
331 | 2025-01-27T04:06:18.506Z | Downloaded zerocopy-derive v0.7.32 |
332 | 2025-01-27T04:06:18.510Z | Downloaded stable_deref_trait v1.2.0 |
333 | 2025-01-27T04:06:18.512Z | Downloaded serde_spanned v0.6.7 |
334 | 2025-01-27T04:06:18.512Z | Downloaded pest_generator v2.7.6 |
335 | 2025-01-27T04:06:18.514Z | Downloaded percent-encoding v2.3.1 |
336 | 2025-01-27T04:06:18.514Z | Downloaded icu_locid v1.5.0 |
337 | 2025-01-27T04:06:18.517Z | Downloaded icu_collections v1.5.0 |
338 | 2025-01-27T04:06:18.522Z | Downloaded unicode-ident v1.0.12 |
339 | 2025-01-27T04:06:18.528Z | Downloaded base64 v0.22.1 |
340 | 2025-01-27T04:06:18.530Z | Downloaded ucd-trie v0.1.6 |
341 | 2025-01-27T04:06:18.530Z | Downloaded futures-core v0.3.31 |
342 | 2025-01-27T04:06:18.532Z | Downloaded once_cell v1.20.1 |
343 | 2025-01-27T04:06:18.534Z | Downloaded idna_adapter v1.2.0 |
344 | 2025-01-27T04:06:18.534Z | Downloaded ipnet v2.10.0 |
345 | 2025-01-27T04:06:18.536Z | Downloaded icu_locid_transform_data v1.5.0 |
346 | 2025-01-27T04:06:18.540Z | Downloaded hyper-rustls v0.27.3 |
347 | 2025-01-27T04:06:18.540Z | Downloaded futures-macro v0.3.31 |
348 | 2025-01-27T04:06:18.540Z | Downloaded expectorate v1.1.0 |
349 | 2025-01-27T04:06:18.542Z | Downloaded icu_normalizer_data v1.5.0 |
350 | 2025-01-27T04:06:18.544Z | Downloaded hostname v0.4.0 |
351 | 2025-01-27T04:06:18.546Z | Downloaded tokio-native-tls v0.3.1 |
352 | 2025-01-27T04:06:18.546Z | Downloaded equivalent v1.0.0 |
353 | 2025-01-27T04:06:18.548Z | Downloaded async-stream v0.3.6 |
354 | 2025-01-27T04:06:18.549Z | Downloaded async-channel v2.3.1 |
355 | 2025-01-27T04:06:18.551Z | Downloaded httpdate v1.0.1 |
356 | 2025-01-27T04:06:18.551Z | Downloaded crypto-common v0.1.6 |
357 | 2025-01-27T04:06:18.553Z | Downloaded http-body v1.0.1 |
358 | 2025-01-27T04:06:18.553Z | Downloaded fnv v1.0.7 |
359 | 2025-01-27T04:06:18.553Z | Downloaded event-listener-strategy v0.5.2 |
360 | 2025-01-27T04:06:18.556Z | Downloaded cfg-if v1.0.0 |
361 | 2025-01-27T04:06:18.556Z | Downloaded byteorder v1.4.3 |
362 | 2025-01-27T04:06:18.628Z | Downloaded thread_local v1.1.4 |
363 | 2025-01-27T04:06:18.630Z | Downloaded slab v0.4.9 |
364 | 2025-01-27T04:06:18.633Z | Downloaded is-terminal v0.4.12 |
365 | 2025-01-27T04:06:18.633Z | Downloaded futures-executor v0.3.31 |
366 | 2025-01-27T04:06:18.635Z | Downloaded errno v0.3.8 |
367 | 2025-01-27T04:06:18.660Z | Downloaded serde_derive v1.0.217 |
368 | 2025-01-27T04:06:18.738Z | Downloaded ring v0.17.7 |
369 | 2025-01-27T04:06:18.802Z | Downloaded tokio v1.43.0 |
370 | 2025-01-27T04:06:19.052Z | Compiling proc-macro2 v1.0.93 |
371 | 2025-01-27T04:06:19.052Z | Compiling unicode-ident v1.0.12 |
372 | 2025-01-27T04:06:19.055Z | Compiling libc v0.2.169 |
373 | 2025-01-27T04:06:19.055Z | Compiling cfg-if v1.0.0 |
374 | 2025-01-27T04:06:19.055Z | Compiling serde v1.0.217 |
375 | 2025-01-27T04:06:19.074Z | Compiling itoa v1.0.1 |
376 | 2025-01-27T04:06:19.076Z | Compiling memchr v2.6.0 |
377 | 2025-01-27T04:06:19.076Z | Running `/home/build/.rustup/toolchains/1.84.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.93/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=673ca878cced4135 -C extra-filename=-673ca878cced4135 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-673ca878cced4135 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
378 | 2025-01-27T04:06:19.076Z | Running `/home/build/.rustup/toolchains/1.84.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=7247ee36f4c241ee -C extra-filename=-7247ee36f4c241ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
379 | 2025-01-27T04:06:19.076Z | Running `/home/build/.rustup/toolchains/1.84.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=84a50a50f277d519 -C extra-filename=-84a50a50f277d519 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-84a50a50f277d519 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
380 | 2025-01-27T04:06:19.077Z | Running `/home/build/.rustup/toolchains/1.84.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=46d25d6a41b736dd -C extra-filename=-46d25d6a41b736dd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
381 | 2025-01-27T04:06:19.083Z | Running `/home/build/.rustup/toolchains/1.84.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=bd53c804ca8cdbf7 -C extra-filename=-bd53c804ca8cdbf7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-bd53c804ca8cdbf7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
382 | 2025-01-27T04:06:19.083Z | Running `/home/build/.rustup/toolchains/1.84.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=ffdac7fff7ce39ac -C extra-filename=-ffdac7fff7ce39ac --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-ffdac7fff7ce39ac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
383 | 2025-01-27T04:06:19.086Z | Running `/home/build/.rustup/toolchains/1.84.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=5bec9537d29c75b3 -C extra-filename=-5bec9537d29c75b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
384 | 2025-01-27T04:06:19.086Z | Running `/home/build/.rustup/toolchains/1.84.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=4cf6e78e57808d37 -C extra-filename=-4cf6e78e57808d37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
385 | 2025-01-27T04:06:19.202Z | Compiling version_check v0.9.5 |
386 | 2025-01-27T04:06:19.204Z | Running `/home/build/.rustup/toolchains/1.84.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=56fb3abe49580ef3 -C extra-filename=-56fb3abe49580ef3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
387 | 2025-01-27T04:06:19.257Z | Compiling once_cell v1.20.1 |
388 | 2025-01-27T04:06:19.259Z | Running `/home/build/.rustup/toolchains/1.84.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=d83975cf4f09777b -C extra-filename=-d83975cf4f09777b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
389 | 2025-01-27T04:06:19.358Z | Compiling pin-project-lite v0.2.12 |
390 | 2025-01-27T04:06:19.369Z | Running `/home/build/.rustup/toolchains/1.84.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=250b8f8a55e14850 -C extra-filename=-250b8f8a55e14850 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
391 | 2025-01-27T04:06:19.476Z | Compiling autocfg v1.1.0 |
392 | 2025-01-27T04:06:19.479Z | Running `/home/build/.rustup/toolchains/1.84.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=f1e4fb22e544a929 -C extra-filename=-f1e4fb22e544a929 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
393 | 2025-01-27T04:06:19.674Z | Compiling bytes v1.9.0 |
394 | 2025-01-27T04:06:19.677Z | Running `/home/build/.rustup/toolchains/1.84.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=86f269f1c40389e5 -C extra-filename=-86f269f1c40389e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
395 | 2025-01-27T04:06:19.690Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-673ca878cced4135/build-script-build` |
396 | 2025-01-27T04:06:19.704Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-bd53c804ca8cdbf7/build-script-build` |
397 | 2025-01-27T04:06:19.731Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-ffdac7fff7ce39ac/build-script-build` |
398 | 2025-01-27T04:06:19.748Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-84a50a50f277d519/build-script-build` |
399 | 2025-01-27T04:06:19.760Z | Compiling smallvec v1.13.2 |
400 | 2025-01-27T04:06:19.763Z | Running `/home/build/.rustup/toolchains/1.84.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=d7fcf6aca4c55ceb -C extra-filename=-d7fcf6aca4c55ceb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
401 | 2025-01-27T04:06:19.787Z | Running `/home/build/.rustup/toolchains/1.84.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=4f25c888866cdd9b -C extra-filename=-4f25c888866cdd9b --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"))'` |
402 | 2025-01-27T04:06:19.806Z | Compiling futures-core v0.3.31 |
403 | 2025-01-27T04:06:19.806Z | Running `/home/build/.rustup/toolchains/1.84.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=03aebe320b0e4356 -C extra-filename=-03aebe320b0e4356 --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"))'` |
404 | 2025-01-27T04:06:19.809Z | Running `/home/build/.rustup/toolchains/1.84.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=18a8c241da587dc7 -C extra-filename=-18a8c241da587dc7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
405 | 2025-01-27T04:06:20.047Z | Running `/home/build/.rustup/toolchains/1.84.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.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=d7753dedf2cf49ec -C extra-filename=-d7753dedf2cf49ec --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-7247ee36f4c241ee.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)'` |
406 | 2025-01-27T04:06:20.062Z | Compiling log v0.4.17 |
407 | 2025-01-27T04:06:20.065Z | Running `/home/build/.rustup/toolchains/1.84.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=9d61f74e7ff327aa -C extra-filename=-9d61f74e7ff327aa --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-9d61f74e7ff327aa -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
408 | 2025-01-27T04:06:20.133Z | Compiling parking_lot_core v0.9.4 |
409 | 2025-01-27T04:06:20.136Z | Running `/home/build/.rustup/toolchains/1.84.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=e5fc9d161edcfc23 -C extra-filename=-e5fc9d161edcfc23 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-e5fc9d161edcfc23 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
410 | 2025-01-27T04:06:20.157Z | Compiling slab v0.4.9 |
411 | 2025-01-27T04:06:20.160Z | Running `/home/build/.rustup/toolchains/1.84.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=142ab5acffa737c2 -C extra-filename=-142ab5acffa737c2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-142ab5acffa737c2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow` |
412 | 2025-01-27T04:06:20.433Z | Compiling cc v1.0.83 |
413 | 2025-01-27T04:06:20.436Z | Running `/home/build/.rustup/toolchains/1.84.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=4d6ae11deb62c7a4 -C extra-filename=-4d6ae11deb62c7a4 --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-4f25c888866cdd9b.rmeta --cap-lints allow` |
414 | 2025-01-27T04:06:20.452Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-9d61f74e7ff327aa/build-script-build` |
415 | 2025-01-27T04:06:20.472Z | Running `/home/build/.rustup/toolchains/1.84.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=a4584032aad630d9 -C extra-filename=-a4584032aad630d9 --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-46d25d6a41b736dd.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
416 | 2025-01-27T04:06:20.508Z | Compiling futures-sink v0.3.31 |
417 | 2025-01-27T04:06:20.519Z | Running `/home/build/.rustup/toolchains/1.84.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=dc19947d0c807d7d -C extra-filename=-dc19947d0c807d7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
418 | 2025-01-27T04:06:20.592Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-e5fc9d161edcfc23/build-script-build` |
419 | 2025-01-27T04:06:20.610Z | Compiling scopeguard v1.2.0 |
420 | 2025-01-27T04:06:20.621Z | Running `/home/build/.rustup/toolchains/1.84.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=1941af8a7740593d -C extra-filename=-1941af8a7740593d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
421 | 2025-01-27T04:06:20.658Z | Compiling ryu v1.0.5 |
422 | 2025-01-27T04:06:20.660Z | Running `/home/build/.rustup/toolchains/1.84.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=cdc7fc286234c1e8 -C extra-filename=-cdc7fc286234c1e8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-cdc7fc286234c1e8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
423 | 2025-01-27T04:06:20.777Z | Compiling lock_api v0.4.6 |
424 | 2025-01-27T04:06:20.779Z | Running `/home/build/.rustup/toolchains/1.84.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=c3b4d0a588403a20 -C extra-filename=-c3b4d0a588403a20 --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-1941af8a7740593d.rmeta --cap-lints allow` |
425 | 2025-01-27T04:06:20.808Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slab-142ab5acffa737c2/build-script-build` |
426 | 2025-01-27T04:06:20.875Z | Compiling quote v1.0.38 |
427 | 2025-01-27T04:06:20.885Z | Running `/home/build/.rustup/toolchains/1.84.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=0cde61a3029094eb -C extra-filename=-0cde61a3029094eb --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-d7753dedf2cf49ec.rmeta --cap-lints allow` |
428 | 2025-01-27T04:06:20.899Z | Compiling thiserror v1.0.69 |
429 | 2025-01-27T04:06:20.902Z | Running `/home/build/.rustup/toolchains/1.84.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=3d55696340f4b4bc -C extra-filename=-3d55696340f4b4bc --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-3d55696340f4b4bc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
430 | 2025-01-27T04:06:20.913Z | Running `/home/build/.rustup/toolchains/1.84.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=5c67f753b3de14fd -C extra-filename=-5c67f753b3de14fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
431 | 2025-01-27T04:06:21.150Z | Compiling getrandom v0.2.11 |
432 | 2025-01-27T04:06:21.153Z | Running `/home/build/.rustup/toolchains/1.84.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=5ad07762b9dd6758 -C extra-filename=-5ad07762b9dd6758 --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-46d25d6a41b736dd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --cap-lints allow` |
433 | 2025-01-27T04:06:21.176Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-cdc7fc286234c1e8/build-script-build` |
434 | 2025-01-27T04:06:21.179Z | Running `/home/build/.rustup/toolchains/1.84.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=d897c76ee1046b9b -C extra-filename=-d897c76ee1046b9b --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-46d25d6a41b736dd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-d7fcf6aca4c55ceb.rmeta --cap-lints allow` |
435 | 2025-01-27T04:06:21.189Z | Compiling signal-hook-registry v1.4.0 |
436 | 2025-01-27T04:06:21.192Z | Running `/home/build/.rustup/toolchains/1.84.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=6fb4c4e99188b642 -C extra-filename=-6fb4c4e99188b642 --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-03aebe320b0e4356.rmeta --cap-lints allow` |
437 | 2025-01-27T04:06:21.229Z | Compiling syn v2.0.96 |
438 | 2025-01-27T04:06:21.232Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.96/src/lib.rs --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="fold"' --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=91c3e3a957cd3d3e -C extra-filename=-91c3e3a957cd3d3e --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-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-7247ee36f4c241ee.rmeta --cap-lints allow` |
439 | 2025-01-27T04:06:21.430Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-3d55696340f4b4bc/build-script-build` |
440 | 2025-01-27T04:06:21.526Z | Compiling parking_lot v0.12.1 |
441 | 2025-01-27T04:06:21.529Z | Running `/home/build/.rustup/toolchains/1.84.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=583994bf66175348 -C extra-filename=-583994bf66175348 --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-c3b4d0a588403a20.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-d897c76ee1046b9b.rmeta --cap-lints allow` |
442 | 2025-01-27T04:06:21.573Z | Running `/home/build/.rustup/toolchains/1.84.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=379eaeb94fa255ea -C extra-filename=-379eaeb94fa255ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
443 | 2025-01-27T04:06:21.725Z | Compiling mio v1.0.3 |
444 | 2025-01-27T04:06:21.737Z | Running `/home/build/.rustup/toolchains/1.84.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=fa020e2f28763cbe -C extra-filename=-fa020e2f28763cbe --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-03aebe320b0e4356.rmeta --cap-lints allow` |
445 | 2025-01-27T04:06:21.751Z | Compiling socket2 v0.5.5 |
446 | 2025-01-27T04:06:21.753Z | Running `/home/build/.rustup/toolchains/1.84.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=c2d41530455024f2 -C extra-filename=-c2d41530455024f2 --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-03aebe320b0e4356.rmeta --cap-lints allow` |
447 | 2025-01-27T04:06:21.764Z | Compiling serde_json v1.0.137 |
448 | 2025-01-27T04:06:21.766Z | Running `/home/build/.rustup/toolchains/1.84.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.137/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=0e5188367fea2514 -C extra-filename=-0e5188367fea2514 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-0e5188367fea2514 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
449 | 2025-01-27T04:06:21.902Z | Compiling futures-channel v0.3.31 |
450 | 2025-01-27T04:06:21.905Z | Running `/home/build/.rustup/toolchains/1.84.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=6260aa35f63c3901 -C extra-filename=-6260aa35f63c3901 --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-18a8c241da587dc7.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-dc19947d0c807d7d.rmeta --cap-lints allow` |
451 | 2025-01-27T04:06:22.034Z | Compiling pin-utils v0.1.0 |
452 | 2025-01-27T04:06:22.037Z | Running `/home/build/.rustup/toolchains/1.84.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=c4dd7cf773a9dc53 -C extra-filename=-c4dd7cf773a9dc53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
453 | 2025-01-27T04:06:22.107Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-0e5188367fea2514/build-script-build` |
454 | 2025-01-27T04:06:22.127Z | Compiling fnv v1.0.7 |
455 | 2025-01-27T04:06:22.130Z | Running `/home/build/.rustup/toolchains/1.84.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=7663da8998d9f8ac -C extra-filename=-7663da8998d9f8ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
456 | 2025-01-27T04:06:22.139Z | Compiling futures-io v0.3.31 |
457 | 2025-01-27T04:06:22.142Z | Running `/home/build/.rustup/toolchains/1.84.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=4c55ea250fdc1271 -C extra-filename=-4c55ea250fdc1271 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
458 | 2025-01-27T04:06:22.256Z | Compiling futures-task v0.3.31 |
459 | 2025-01-27T04:06:22.258Z | Running `/home/build/.rustup/toolchains/1.84.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=96dbea06f1d20635 -C extra-filename=-96dbea06f1d20635 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
460 | 2025-01-27T04:06:22.281Z | Compiling http v1.2.0 |
461 | 2025-01-27T04:06:22.284Z | Running `/home/build/.rustup/toolchains/1.84.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=d5a9746b326842ab -C extra-filename=-d5a9746b326842ab --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-86f269f1c40389e5.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-7663da8998d9f8ac.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-5bec9537d29c75b3.rmeta --cap-lints allow` |
462 | 2025-01-27T04:06:22.418Z | Compiling stable_deref_trait v1.2.0 |
463 | 2025-01-27T04:06:22.420Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=feed7109bbcf6a08 -C extra-filename=-feed7109bbcf6a08 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
464 | 2025-01-27T04:06:22.451Z | Compiling equivalent v1.0.0 |
465 | 2025-01-27T04:06:22.454Z | Running `/home/build/.rustup/toolchains/1.84.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=d0c48dc7f18c3cb1 -C extra-filename=-d0c48dc7f18c3cb1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
466 | 2025-01-27T04:06:22.529Z | Compiling hashbrown v0.15.2 |
467 | 2025-01-27T04:06:22.532Z | Running `/home/build/.rustup/toolchains/1.84.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=c6a4d7e13746573d -C extra-filename=-c6a4d7e13746573d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
468 | 2025-01-27T04:06:22.551Z | Compiling rustls-pki-types v1.10.0 |
469 | 2025-01-27T04:06:22.562Z | Running `/home/build/.rustup/toolchains/1.84.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=ba5b99e46b8b168c -C extra-filename=-ba5b99e46b8b168c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
470 | 2025-01-27T04:06:22.565Z | Compiling httparse v1.8.0 |
471 | 2025-01-27T04:06:22.565Z | Running `/home/build/.rustup/toolchains/1.84.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=2a576f871f9bc21d -C extra-filename=-2a576f871f9bc21d --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-2a576f871f9bc21d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
472 | 2025-01-27T04:06:22.589Z | Compiling ring v0.17.7 |
473 | 2025-01-27T04:06:22.592Z | Running `/home/build/.rustup/toolchains/1.84.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=08cfbf3510991680 -C extra-filename=-08cfbf3510991680 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-08cfbf3510991680 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-4d6ae11deb62c7a4.rlib --cap-lints allow` |
474 | 2025-01-27T04:06:22.732Z | Compiling spin v0.9.8 |
475 | 2025-01-27T04:06:22.736Z | Running `/home/build/.rustup/toolchains/1.84.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=2fcff48218ba9c47 -C extra-filename=-2fcff48218ba9c47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
476 | 2025-01-27T04:06:22.896Z | Compiling tracing-core v0.1.32 |
477 | 2025-01-27T04:06:22.899Z | Running `/home/build/.rustup/toolchains/1.84.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=a0b1951fa01bf1b5 -C extra-filename=-a0b1951fa01bf1b5 --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-d83975cf4f09777b.rmeta --cap-lints allow` |
478 | 2025-01-27T04:06:22.966Z | Compiling ucd-trie v0.1.6 |
479 | 2025-01-27T04:06:22.969Z | Running `/home/build/.rustup/toolchains/1.84.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=297e10fef4eb5cc9 -C extra-filename=-297e10fef4eb5cc9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
480 | 2025-01-27T04:06:22.989Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-2a576f871f9bc21d/build-script-build` |
481 | 2025-01-27T04:06:23.006Z | Running `/home/build/.rustup/toolchains/1.84.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=e9be72e4d45cb0af -C extra-filename=-e9be72e4d45cb0af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd` |
482 | 2025-01-27T04:06:23.629Z | Compiling byteorder v1.4.3 |
483 | 2025-01-27T04:06:23.632Z | Running `/home/build/.rustup/toolchains/1.84.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=c82c6ab366b08dcf -C extra-filename=-c82c6ab366b08dcf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
484 | 2025-01-27T04:06:23.661Z | Compiling untrusted v0.9.0 |
485 | 2025-01-27T04:06:23.663Z | Running `/home/build/.rustup/toolchains/1.84.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=cdf6b3e380618f2f -C extra-filename=-cdf6b3e380618f2f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
486 | 2025-01-27T04:06:23.675Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-08cfbf3510991680/build-script-build` |
487 | 2025-01-27T04:06:23.760Z | Compiling tracing v0.1.40 |
488 | 2025-01-27T04:06:23.760Z | Compiling vcpkg v0.2.15 |
489 | 2025-01-27T04:06:23.763Z | Running `/home/build/.rustup/toolchains/1.84.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=d805877a090c3e4b -C extra-filename=-d805877a090c3e4b --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-250b8f8a55e14850.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-a0b1951fa01bf1b5.rmeta --cap-lints allow` |
490 | 2025-01-27T04:06:23.763Z | Running `/home/build/.rustup/toolchains/1.84.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=67af2ed6005ab61b -C extra-filename=-67af2ed6005ab61b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
491 | 2025-01-27T04:06:23.840Z | Compiling writeable v0.5.5 |
492 | 2025-01-27T04:06:23.844Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/writeable-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=b3deab1b022f48ea -C extra-filename=-b3deab1b022f48ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
493 | 2025-01-27T04:06:24.103Z | Compiling typenum v1.14.0 |
494 | 2025-01-27T04:06:24.106Z | Running `/home/build/.rustup/toolchains/1.84.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=345285eb746fa8fe -C extra-filename=-345285eb746fa8fe --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-345285eb746fa8fe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
495 | 2025-01-27T04:06:24.197Z | Compiling atomic-waker v1.1.1 |
496 | 2025-01-27T04:06:24.200Z | Running `/home/build/.rustup/toolchains/1.84.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=897d17393969bb71 -C extra-filename=-897d17393969bb71 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
497 | 2025-01-27T04:06:24.328Z | Compiling pkg-config v0.3.31 |
498 | 2025-01-27T04:06:24.331Z | Running `/home/build/.rustup/toolchains/1.84.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=36b0b9ffdc09fb59 -C extra-filename=-36b0b9ffdc09fb59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
499 | 2025-01-27T04:06:24.398Z | Compiling litemap v0.7.4 |
500 | 2025-01-27T04:06:24.401Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=46ef6185b21ee799 -C extra-filename=-46ef6185b21ee799 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
501 | 2025-01-27T04:06:24.454Z | Compiling http-body v1.0.1 |
502 | 2025-01-27T04:06:24.460Z | Running `/home/build/.rustup/toolchains/1.84.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=52126f14e47a9992 -C extra-filename=-52126f14e47a9992 --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-86f269f1c40389e5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --cap-lints allow` |
503 | 2025-01-27T04:06:24.701Z | Compiling generic-array v0.14.5 |
504 | 2025-01-27T04:06:24.704Z | Running `/home/build/.rustup/toolchains/1.84.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=ab39023f801bd836 -C extra-filename=-ab39023f801bd836 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-ab39023f801bd836 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow` |
505 | 2025-01-27T04:06:24.725Z | Compiling try-lock v0.2.3 |
506 | 2025-01-27T04:06:24.727Z | Running `/home/build/.rustup/toolchains/1.84.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=b189ab1e379c762b -C extra-filename=-b189ab1e379c762b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
507 | 2025-01-27T04:06:24.796Z | Compiling crossbeam-utils v0.8.15 |
508 | 2025-01-27T04:06:24.799Z | Running `/home/build/.rustup/toolchains/1.84.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=231781f562aa3cb6 -C extra-filename=-231781f562aa3cb6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-231781f562aa3cb6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
509 | 2025-01-27T04:06:24.873Z | Compiling want v0.3.0 |
510 | 2025-01-27T04:06:24.876Z | Running `/home/build/.rustup/toolchains/1.84.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=8e6e28f7444e4f20 -C extra-filename=-8e6e28f7444e4f20 --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-a4584032aad630d9.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-b189ab1e379c762b.rmeta --cap-lints allow` |
511 | 2025-01-27T04:06:25.025Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-ab39023f801bd836/build-script-build` |
512 | 2025-01-27T04:06:25.065Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-345285eb746fa8fe/build-script-main` |
513 | 2025-01-27T04:06:25.087Z | Compiling icu_locid_transform_data v1.5.0 |
514 | 2025-01-27T04:06:25.090Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform_data-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())' -C metadata=17de034b75e90801 -C extra-filename=-17de034b75e90801 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
515 | 2025-01-27T04:06:25.147Z | Compiling subtle v2.5.0 |
516 | 2025-01-27T04:06:25.160Z | Running `/home/build/.rustup/toolchains/1.84.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=d8874f555bf8617f -C extra-filename=-d8874f555bf8617f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
517 | 2025-01-27T04:06:25.180Z | Compiling time-core v0.1.2 |
518 | 2025-01-27T04:06:25.182Z | Running `/home/build/.rustup/toolchains/1.84.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=07d37f99579d5401 -C extra-filename=-07d37f99579d5401 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
519 | 2025-01-27T04:06:25.234Z | Compiling httpdate v1.0.1 |
520 | 2025-01-27T04:06:25.237Z | Running `/home/build/.rustup/toolchains/1.84.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=ea1dbb00b6d5ed19 -C extra-filename=-ea1dbb00b6d5ed19 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
521 | 2025-01-27T04:06:25.250Z | Running `/home/build/.rustup/toolchains/1.84.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=64e31adc3fee7fcc -C extra-filename=-64e31adc3fee7fcc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
522 | 2025-01-27T04:06:25.250Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-231781f562aa3cb6/build-script-build` |
523 | 2025-01-27T04:06:25.279Z | Compiling powerfmt v0.2.0 |
524 | 2025-01-27T04:06:25.292Z | Running `/home/build/.rustup/toolchains/1.84.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=832f36ce6ccd1f10 -C extra-filename=-832f36ce6ccd1f10 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
525 | 2025-01-27T04:06:25.350Z | Compiling num-conv v0.1.0 |
526 | 2025-01-27T04:06:25.353Z | Running `/home/build/.rustup/toolchains/1.84.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=8ee7fab6b09024c9 -C extra-filename=-8ee7fab6b09024c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
527 | 2025-01-27T04:06:25.397Z | Compiling zeroize v1.7.0 |
528 | 2025-01-27T04:06:25.400Z | Running `/home/build/.rustup/toolchains/1.84.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=b0aca2944f8e598b -C extra-filename=-b0aca2944f8e598b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
529 | 2025-01-27T04:06:25.435Z | Compiling openssl-sys v0.9.103 |
530 | 2025-01-27T04:06:25.438Z | Running `/home/build/.rustup/toolchains/1.84.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=8a1b67588c6476c6 -C extra-filename=-8a1b67588c6476c6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-8a1b67588c6476c6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-4d6ae11deb62c7a4.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-36b0b9ffdc09fb59.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-67af2ed6005ab61b.rlib --cap-lints allow` |
531 | 2025-01-27T04:06:25.634Z | Compiling time-macros v0.2.18 |
532 | 2025-01-27T04:06:25.640Z | Running `/home/build/.rustup/toolchains/1.84.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=7ae9dce6b7d2860c -C extra-filename=-7ae9dce6b7d2860c --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-8ee7fab6b09024c9.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-07d37f99579d5401.rlib --extern proc_macro --cap-lints allow` |
533 | 2025-01-27T04:06:25.654Z | Compiling deranged v0.3.11 |
534 | 2025-01-27T04:06:25.656Z | Running `/home/build/.rustup/toolchains/1.84.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=b77335da8945fcff -C extra-filename=-b77335da8945fcff --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-832f36ce6ccd1f10.rmeta --cap-lints allow` |
535 | 2025-01-27T04:06:25.693Z | Running `/home/build/.rustup/toolchains/1.84.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=3f3698b1143c64a7 -C extra-filename=-3f3698b1143c64a7 --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-46d25d6a41b736dd.rmeta --cap-lints allow` |
536 | 2025-01-27T04:06:25.714Z | Compiling bitflags v2.4.0 |
537 | 2025-01-27T04:06:25.717Z | Running `/home/build/.rustup/toolchains/1.84.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=0d123c7936cf90a1 -C extra-filename=-0d123c7936cf90a1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
538 | 2025-01-27T04:06:26.152Z | Compiling tower-service v0.3.3 |
539 | 2025-01-27T04:06:26.154Z | Running `/home/build/.rustup/toolchains/1.84.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=df16c33db007d610 -C extra-filename=-df16c33db007d610 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
540 | 2025-01-27T04:06:26.283Z | Running `/home/build/.rustup/toolchains/1.84.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=3d4cb09a022bca66 -C extra-filename=-3d4cb09a022bca66 --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-64e31adc3fee7fcc.rmeta --cap-lints allow --cfg relaxed_coherence` |
541 | 2025-01-27T04:06:26.345Z | Compiling slog v2.7.0 |
542 | 2025-01-27T04:06:26.347Z | Running `/home/build/.rustup/toolchains/1.84.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=b237b2467731c3ac -C extra-filename=-b237b2467731c3ac --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-b237b2467731c3ac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
543 | 2025-01-27T04:06:26.387Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-8a1b67588c6476c6/build-script-main` |
544 | 2025-01-27T04:06:26.453Z | Compiling icu_properties_data v1.5.0 |
545 | 2025-01-27T04:06:26.464Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties_data-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())' -C metadata=21e64a4eeb1b088f -C extra-filename=-21e64a4eeb1b088f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
546 | 2025-01-27T04:06:26.695Z | Compiling num_threads v0.1.3 |
547 | 2025-01-27T04:06:26.697Z | Running `/home/build/.rustup/toolchains/1.84.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=58b42c51b5782bf4 -C extra-filename=-58b42c51b5782bf4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
548 | 2025-01-27T04:06:26.767Z | Compiling base64 v0.22.1 |
549 | 2025-01-27T04:06:26.779Z | Running `/home/build/.rustup/toolchains/1.84.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=987d1111857cbb4c -C extra-filename=-987d1111857cbb4c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
550 | 2025-01-27T04:06:26.832Z | Compiling usdt-impl v0.5.0 |
551 | 2025-01-27T04:06:26.835Z | Running `/home/build/.rustup/toolchains/1.84.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=acfcdb3d7bf43998 -C extra-filename=-acfcdb3d7bf43998 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-acfcdb3d7bf43998 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow` |
552 | 2025-01-27T04:06:26.835Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-b237b2467731c3ac/build-script-build` |
553 | 2025-01-27T04:06:26.858Z | Running `/home/build/.rustup/toolchains/1.84.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=a60826683b901924 -C extra-filename=-a60826683b901924 --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-5ad07762b9dd6758.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-2fcff48218ba9c47.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-cdf6b3e380618f2f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
554 | 2025-01-27T04:06:26.901Z | Compiling unicase v2.6.0 |
555 | 2025-01-27T04:06:26.949Z | Running `/home/build/.rustup/toolchains/1.84.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=962b1977883c18b6 -C extra-filename=-962b1977883c18b6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-962b1977883c18b6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow` |
556 | 2025-01-27T04:06:27.005Z | Compiling openssl-probe v0.1.4 |
557 | 2025-01-27T04:06:27.007Z | Running `/home/build/.rustup/toolchains/1.84.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=4dcfc9025a15ff8b -C extra-filename=-4dcfc9025a15ff8b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
558 | 2025-01-27T04:06:27.218Z | Compiling utf8_iter v1.0.4 |
559 | 2025-01-27T04:06:27.220Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8_iter-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=500bc7369c6c592c -C extra-filename=-500bc7369c6c592c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
560 | 2025-01-27T04:06:27.256Z | Compiling percent-encoding v2.3.1 |
561 | 2025-01-27T04:06:27.292Z | Running `/home/build/.rustup/toolchains/1.84.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=17607610c02d16c0 -C extra-filename=-17607610c02d16c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
562 | 2025-01-27T04:06:27.337Z | Compiling icu_normalizer_data v1.5.0 |
563 | 2025-01-27T04:06:27.340Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer_data-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())' -C metadata=7abe9f1a49b5d6da -C extra-filename=-7abe9f1a49b5d6da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
564 | 2025-01-27T04:06:27.410Z | Compiling write16 v1.0.0 |
565 | 2025-01-27T04:06:27.413Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/write16-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=35cce838fd39fef9 -C extra-filename=-35cce838fd39fef9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
566 | 2025-01-27T04:06:27.437Z | Compiling foreign-types-shared v0.1.1 |
567 | 2025-01-27T04:06:27.449Z | Running `/home/build/.rustup/toolchains/1.84.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=34448cd2aafc6d13 -C extra-filename=-34448cd2aafc6d13 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
568 | 2025-01-27T04:06:27.456Z | Compiling utf16_iter v1.0.5 |
569 | 2025-01-27T04:06:27.458Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf16_iter-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())' -C metadata=93e6674b16ca230f -C extra-filename=-93e6674b16ca230f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
570 | 2025-01-27T04:06:27.458Z | Compiling paste v1.0.15 |
571 | 2025-01-27T04:06:27.458Z | Running `/home/build/.rustup/toolchains/1.84.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=4eacc5740c351067 -C extra-filename=-4eacc5740c351067 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-4eacc5740c351067 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
572 | 2025-01-27T04:06:27.543Z | Compiling openssl v0.10.66 |
573 | 2025-01-27T04:06:27.545Z | Compiling foreign-types v0.3.2 |
574 | 2025-01-27T04:06:27.545Z | Running `/home/build/.rustup/toolchains/1.84.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=56d89e4128a64ad6 -C extra-filename=-56d89e4128a64ad6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-56d89e4128a64ad6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
575 | 2025-01-27T04:06:27.545Z | Running `/home/build/.rustup/toolchains/1.84.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=5088ba2f5c546bb9 -C extra-filename=-5088ba2f5c546bb9 --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-34448cd2aafc6d13.rmeta --cap-lints allow` |
576 | 2025-01-27T04:06:27.595Z | Compiling form_urlencoded v1.2.1 |
577 | 2025-01-27T04:06:27.619Z | Running `/home/build/.rustup/toolchains/1.84.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=ccd2b88e4a147b40 -C extra-filename=-ccd2b88e4a147b40 --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-17607610c02d16c0.rmeta --cap-lints allow` |
578 | 2025-01-27T04:06:27.648Z | Compiling block-buffer v0.10.2 |
579 | 2025-01-27T04:06:27.651Z | Running `/home/build/.rustup/toolchains/1.84.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=3c10674d1f3dce13 -C extra-filename=-3c10674d1f3dce13 --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-3d4cb09a022bca66.rmeta --cap-lints allow` |
580 | 2025-01-27T04:06:27.660Z | Compiling crypto-common v0.1.6 |
581 | 2025-01-27T04:06:27.663Z | Running `/home/build/.rustup/toolchains/1.84.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=d141e67d734a201e -C extra-filename=-d141e67d734a201e --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-3d4cb09a022bca66.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-64e31adc3fee7fcc.rmeta --cap-lints allow` |
582 | 2025-01-27T04:06:27.846Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-962b1977883c18b6/build-script-build` |
583 | 2025-01-27T04:06:27.859Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-acfcdb3d7bf43998/build-script-build` |
584 | 2025-01-27T04:06:27.946Z | Running `/home/build/.rustup/toolchains/1.84.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=e5d56dc49d4b2020 -C extra-filename=-e5d56dc49d4b2020 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128` |
585 | 2025-01-27T04:06:27.952Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-4eacc5740c351067/build-script-build` |
586 | 2025-01-27T04:06:27.974Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-56d89e4128a64ad6/build-script-build` |
587 | 2025-01-27T04:06:27.994Z | Running `/home/build/.rustup/toolchains/1.84.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=45213ec460e03720 -C extra-filename=-45213ec460e03720 --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-03aebe320b0e4356.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)'` |
588 | 2025-01-27T04:06:28.008Z | Compiling rand_core v0.6.3 |
589 | 2025-01-27T04:06:28.008Z | Compiling thread-id v4.0.0 |
590 | 2025-01-27T04:06:28.010Z | Running `/home/build/.rustup/toolchains/1.84.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=07034c872717f8f2 -C extra-filename=-07034c872717f8f2 --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-5ad07762b9dd6758.rmeta --cap-lints allow` |
591 | 2025-01-27T04:06:28.020Z | Running `/home/build/.rustup/toolchains/1.84.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=18f1d75ec87af681 -C extra-filename=-18f1d75ec87af681 --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-4f25c888866cdd9b.rmeta --cap-lints allow` |
592 | 2025-01-27T04:06:28.031Z | Compiling num-traits v0.2.14 |
593 | 2025-01-27T04:06:28.043Z | Running `/home/build/.rustup/toolchains/1.84.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=f8e0a9533e0acca6 -C extra-filename=-f8e0a9533e0acca6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-f8e0a9533e0acca6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow` |
594 | 2025-01-27T04:06:28.150Z | Compiling rustls v0.22.4 |
595 | 2025-01-27T04:06:28.152Z | Running `/home/build/.rustup/toolchains/1.84.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=c6f031ebdd6ad5f5 -C extra-filename=-c6f031ebdd6ad5f5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-c6f031ebdd6ad5f5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
596 | 2025-01-27T04:06:28.366Z | Compiling semver v1.0.25 |
597 | 2025-01-27T04:06:28.377Z | Running `/home/build/.rustup/toolchains/1.84.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.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f0b4b62b8f45fbef -C extra-filename=-f0b4b62b8f45fbef --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-f0b4b62b8f45fbef -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
598 | 2025-01-27T04:06:28.438Z | Compiling synstructure v0.13.1 |
599 | 2025-01-27T04:06:28.441Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=b139e572bfdd8ec1 -C extra-filename=-b139e572bfdd8ec1 --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-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rmeta --cap-lints allow` |
600 | 2025-01-27T04:06:28.451Z | Compiling time v0.3.36 |
601 | 2025-01-27T04:06:28.454Z | Running `/home/build/.rustup/toolchains/1.84.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=5bb4a34b7ed0c049 -C extra-filename=-5bb4a34b7ed0c049 --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-b77335da8945fcff.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-5bec9537d29c75b3.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-8ee7fab6b09024c9.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-58b42c51b5782bf4.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-832f36ce6ccd1f10.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-07d37f99579d5401.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-7ae9dce6b7d2860c.so --cap-lints allow` |
602 | 2025-01-27T04:06:28.465Z | Compiling mime v0.3.16 |
603 | 2025-01-27T04:06:28.468Z | Running `/home/build/.rustup/toolchains/1.84.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=2933f2b5e4ff6ab7 -C extra-filename=-2933f2b5e4ff6ab7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
604 | 2025-01-27T04:06:28.707Z | Compiling lazy_static v1.5.0 |
605 | 2025-01-27T04:06:28.719Z | Running `/home/build/.rustup/toolchains/1.84.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=d1c312d05e6f769b -C extra-filename=-d1c312d05e6f769b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
606 | 2025-01-27T04:06:28.849Z | Compiling rustls-webpki v0.102.8 |
607 | 2025-01-27T04:06:28.852Z | Compiling unicode-width v0.1.9 |
608 | 2025-01-27T04:06:28.852Z | Running `/home/build/.rustup/toolchains/1.84.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=0a65bba5d2e7039c -C extra-filename=-0a65bba5d2e7039c --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-a60826683b901924.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-cdf6b3e380618f2f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out` |
609 | 2025-01-27T04:06:28.852Z | Running `/home/build/.rustup/toolchains/1.84.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=5af24ec27f955c69 -C extra-filename=-5af24ec27f955c69 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
610 | 2025-01-27T04:06:29.020Z | Compiling ppv-lite86 v0.2.15 |
611 | 2025-01-27T04:06:29.023Z | Running `/home/build/.rustup/toolchains/1.84.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=66c73727fca8cfb3 -C extra-filename=-66c73727fca8cfb3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
612 | 2025-01-27T04:06:29.035Z | Compiling native-tls v0.2.12 |
613 | 2025-01-27T04:06:29.047Z | Running `/home/build/.rustup/toolchains/1.84.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=8c54225b1fc39e0f -C extra-filename=-8c54225b1fc39e0f --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-8c54225b1fc39e0f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
614 | 2025-01-27T04:06:29.277Z | Compiling rustls v0.23.13 |
615 | 2025-01-27T04:06:29.280Z | Running `/home/build/.rustup/toolchains/1.84.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=356ee3a6ccbfc5da -C extra-filename=-356ee3a6ccbfc5da --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-356ee3a6ccbfc5da -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
616 | 2025-01-27T04:06:29.407Z | Compiling plain v0.2.3 |
617 | 2025-01-27T04:06:29.409Z | Running `/home/build/.rustup/toolchains/1.84.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=5754893c076d1bcf -C extra-filename=-5754893c076d1bcf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
618 | 2025-01-27T04:06:29.561Z | Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-8c54225b1fc39e0f/build-script-build` |
619 | 2025-01-27T04:06:29.579Z | Running `/work/oxidecomputer/dropshot/target/debug/build/semver-f0b4b62b8f45fbef/build-script-build` |
620 | 2025-01-27T04:06:29.622Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-356ee3a6ccbfc5da/build-script-build` |
621 | 2025-01-27T04:06:29.629Z | Compiling rand_chacha v0.3.1 |
622 | 2025-01-27T04:06:29.632Z | Running `/home/build/.rustup/toolchains/1.84.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=87372f1c0a62cb29 -C extra-filename=-87372f1c0a62cb29 --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-66c73727fca8cfb3.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-07034c872717f8f2.rmeta --cap-lints allow` |
623 | 2025-01-27T04:06:29.642Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-c6f031ebdd6ad5f5/build-script-build` |
624 | 2025-01-27T04:06:29.662Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-f8e0a9533e0acca6/build-script-build` |
625 | 2025-01-27T04:06:29.690Z | Running `/home/build/.rustup/toolchains/1.84.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=98d5a3d95a49d9bc -C extra-filename=-98d5a3d95a49d9bc --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` |
626 | 2025-01-27T04:06:29.690Z | Running `/home/build/.rustup/toolchains/1.84.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=e0992995bb0b68e2 -C extra-filename=-e0992995bb0b68e2 --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"))'` |
627 | 2025-01-27T04:06:29.970Z | Compiling digest v0.10.7 |
628 | 2025-01-27T04:06:29.990Z | Running `/home/build/.rustup/toolchains/1.84.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=ed3f1db2b2f17772 -C extra-filename=-ed3f1db2b2f17772 --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-3c10674d1f3dce13.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-d141e67d734a201e.rmeta --cap-lints allow` |
629 | 2025-01-27T04:06:30.042Z | Compiling rustls-pemfile v2.1.3 |
630 | 2025-01-27T04:06:30.045Z | Running `/home/build/.rustup/toolchains/1.84.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=ec5143f215e08d52 -C extra-filename=-ec5143f215e08d52 --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-987d1111857cbb4c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rmeta --cap-lints allow` |
631 | 2025-01-27T04:06:30.305Z | Compiling dirs-sys-next v0.1.2 |
632 | 2025-01-27T04:06:30.308Z | Running `/home/build/.rustup/toolchains/1.84.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=d3761ea0887ef695 -C extra-filename=-d3761ea0887ef695 --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-03aebe320b0e4356.rmeta --cap-lints allow` |
633 | 2025-01-27T04:06:30.465Z | Running `/home/build/.rustup/toolchains/1.84.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=54a81169c281d9af -C extra-filename=-54a81169c281d9af --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-54a81169c281d9af -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow` |
634 | 2025-01-27T04:06:30.668Z | Compiling unicode-segmentation v1.10.0 |
635 | 2025-01-27T04:06:30.668Z | Running `/home/build/.rustup/toolchains/1.84.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=0c26f87d045033f8 -C extra-filename=-0c26f87d045033f8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
636 | 2025-01-27T04:06:30.706Z | Compiling cpufeatures v0.2.2 |
637 | 2025-01-27T04:06:30.709Z | Running `/home/build/.rustup/toolchains/1.84.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=a33e80a35089c997 -C extra-filename=-a33e80a35089c997 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
638 | 2025-01-27T04:06:30.759Z | Compiling winnow v0.6.18 |
639 | 2025-01-27T04:06:30.762Z | Running `/home/build/.rustup/toolchains/1.84.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=51857173361e63f0 -C extra-filename=-51857173361e63f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
640 | 2025-01-27T04:06:30.799Z | Compiling pretty-hex v0.4.1 |
641 | 2025-01-27T04:06:30.802Z | Running `/home/build/.rustup/toolchains/1.84.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=0ada4c3d0e96caf7 -C extra-filename=-0ada4c3d0e96caf7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
642 | 2025-01-27T04:06:30.859Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-54a81169c281d9af/build-script-build` |
643 | 2025-01-27T04:06:30.940Z | Compiling sha1 v0.10.6 |
644 | 2025-01-27T04:06:30.951Z | Running `/home/build/.rustup/toolchains/1.84.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=aa5088b9533adab2 -C extra-filename=-aa5088b9533adab2 --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-46d25d6a41b736dd.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-a33e80a35089c997.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-ed3f1db2b2f17772.rmeta --cap-lints allow` |
645 | 2025-01-27T04:06:30.994Z | Compiling dirs-next v2.0.0 |
646 | 2025-01-27T04:06:30.998Z | Running `/home/build/.rustup/toolchains/1.84.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=eced88f546907aa9 -C extra-filename=-eced88f546907aa9 --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-46d25d6a41b736dd.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-d3761ea0887ef695.rmeta --cap-lints allow` |
647 | 2025-01-27T04:06:31.007Z | Compiling mime_guess v2.0.5 |
648 | 2025-01-27T04:06:31.010Z | Running `/home/build/.rustup/toolchains/1.84.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=6a72356a4e42293a -C extra-filename=-6a72356a4e42293a --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-6a72356a4e42293a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-98d5a3d95a49d9bc.rlib --cap-lints allow` |
649 | 2025-01-27T04:06:31.021Z | Compiling rand v0.8.4 |
650 | 2025-01-27T04:06:31.033Z | Running `/home/build/.rustup/toolchains/1.84.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=52309b7a68c99938 -C extra-filename=-52309b7a68c99938 --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-03aebe320b0e4356.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-87372f1c0a62cb29.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-07034c872717f8f2.rmeta --cap-lints allow` |
651 | 2025-01-27T04:06:31.186Z | Running `/home/build/.rustup/toolchains/1.84.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=51468832d103e38b -C extra-filename=-51468832d103e38b --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` |
652 | 2025-01-27T04:06:31.338Z | Compiling newline-converter v0.3.0 |
653 | 2025-01-27T04:06:31.341Z | Running `/home/build/.rustup/toolchains/1.84.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=481797b3dcfb5a3f -C extra-filename=-481797b3dcfb5a3f --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-0c26f87d045033f8.rmeta --cap-lints allow` |
654 | 2025-01-27T04:06:31.432Z | Running `/home/build/.rustup/toolchains/1.84.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=84b5ef3b771fa580 -C extra-filename=-84b5ef3b771fa580 --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-d83975cf4f09777b.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-a60826683b901924.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-0a65bba5d2e7039c.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-d8874f555bf8617f.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-b0aca2944f8e598b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
655 | 2025-01-27T04:06:31.499Z | Running `/home/build/.rustup/toolchains/1.84.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=e06e094108071d3e -C extra-filename=-e06e094108071d3e --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-a4584032aad630d9.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-a60826683b901924.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-0a65bba5d2e7039c.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-d8874f555bf8617f.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-b0aca2944f8e598b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out` |
656 | 2025-01-27T04:06:32.068Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1f8f47f3152e2358 -C extra-filename=-1f8f47f3152e2358 --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)'` |
657 | 2025-01-27T04:06:32.094Z | Compiling serde_derive_internals v0.29.0 |
658 | 2025-01-27T04:06:32.097Z | Running `/home/build/.rustup/toolchains/1.84.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=2bf14273540307cb -C extra-filename=-2bf14273540307cb --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-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rmeta --cap-lints allow` |
659 | 2025-01-27T04:06:32.481Z | Compiling concurrent-queue v2.5.0 |
660 | 2025-01-27T04:06:32.483Z | Running `/home/build/.rustup/toolchains/1.84.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=a82c71e3ab7d375b -C extra-filename=-a82c71e3ab7d375b --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-3f3698b1143c64a7.rmeta --cap-lints allow` |
661 | 2025-01-27T04:06:32.567Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.96/src/lib.rs --error-format=json --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=cb558889b38a8cb8 -C extra-filename=-cb558889b38a8cb8 --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-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-7247ee36f4c241ee.rmeta --cap-lints allow` |
662 | 2025-01-27T04:06:32.806Z | Running `/home/build/.rustup/toolchains/1.84.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=08f7f94e0bccda39 -C extra-filename=-08f7f94e0bccda39 --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-03aebe320b0e4356.rmeta --cap-lints allow` |
663 | 2025-01-27T04:06:32.837Z | Compiling serde_derive v1.0.217 |
664 | 2025-01-27T04:06:32.849Z | Running `/home/build/.rustup/toolchains/1.84.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=8ffe2d54c835beaf -C extra-filename=-8ffe2d54c835beaf --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
665 | 2025-01-27T04:06:32.853Z | Compiling thiserror-impl v1.0.69 |
666 | 2025-01-27T04:06:32.866Z | Running `/home/build/.rustup/toolchains/1.84.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=ac797e8e3af7220b -C extra-filename=-ac797e8e3af7220b --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
667 | 2025-01-27T04:06:32.926Z | Compiling tokio-macros v2.5.0 |
668 | 2025-01-27T04:06:32.929Z | Running `/home/build/.rustup/toolchains/1.84.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4ba7404dbb9c947 -C extra-filename=-d4ba7404dbb9c947 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
669 | 2025-01-27T04:06:34.147Z | Compiling zerofrom-derive v0.1.5 |
670 | 2025-01-27T04:06:34.150Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca4cd57c0fbe61f4 -C extra-filename=-ca4cd57c0fbe61f4 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-b139e572bfdd8ec1.rlib --extern proc_macro --cap-lints allow` |
671 | 2025-01-27T04:06:34.279Z | Compiling futures-macro v0.3.31 |
672 | 2025-01-27T04:06:34.282Z | Running `/home/build/.rustup/toolchains/1.84.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=d96eaef3473d4b22 -C extra-filename=-d96eaef3473d4b22 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
673 | 2025-01-27T04:06:34.483Z | Compiling tokio v1.43.0 |
674 | 2025-01-27T04:06:34.486Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/lib.rs --error-format=json --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=b31e87dd8072b9ab -C extra-filename=-b31e87dd8072b9ab --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-86f269f1c40389e5.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-fa020e2f28763cbe.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-583994bf66175348.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-6fb4c4e99188b642.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-c2d41530455024f2.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-d4ba7404dbb9c947.so --cap-lints allow` |
675 | 2025-01-27T04:06:35.766Z | Running `/home/build/.rustup/toolchains/1.84.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=3d363e07d4cfb6a0 -C extra-filename=-3d363e07d4cfb6a0 --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-ac797e8e3af7220b.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
676 | 2025-01-27T04:06:35.920Z | Compiling yoke-derive v0.7.5 |
677 | 2025-01-27T04:06:35.933Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b458bfd58a2f2094 -C extra-filename=-b458bfd58a2f2094 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-b139e572bfdd8ec1.rlib --extern proc_macro --cap-lints allow` |
678 | 2025-01-27T04:06:36.114Z | Compiling futures-util v0.3.31 |
679 | 2025-01-27T04:06:36.117Z | Running `/home/build/.rustup/toolchains/1.84.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=075d55116607b61a -C extra-filename=-075d55116607b61a --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-6260aa35f63c3901.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-18a8c241da587dc7.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-4c55ea250fdc1271.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-d96eaef3473d4b22.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-dc19947d0c807d7d.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-96dbea06f1d20635.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-4cf6e78e57808d37.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-c4dd7cf773a9dc53.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-5c67f753b3de14fd.rmeta --cap-lints allow` |
680 | 2025-01-27T04:06:37.494Z | Compiling zerofrom v0.1.5 |
681 | 2025-01-27T04:06:37.526Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=07cbf0732c737031 -C extra-filename=-07cbf0732c737031 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom_derive-ca4cd57c0fbe61f4.so --cap-lints allow` |
682 | 2025-01-27T04:06:37.728Z | Compiling zerovec-derive v0.10.3 |
683 | 2025-01-27T04:06:37.731Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ded1f232ef2b045 -C extra-filename=-5ded1f232ef2b045 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
684 | 2025-01-27T04:06:38.532Z | Compiling yoke v0.7.5 |
685 | 2025-01-27T04:06:38.535Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-0.7.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="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=454e6b465430d0dc -C extra-filename=-454e6b465430d0dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-feed7109bbcf6a08.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-b458bfd58a2f2094.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-07cbf0732c737031.rmeta --cap-lints allow` |
686 | 2025-01-27T04:06:38.925Z | Compiling displaydoc v0.2.5 |
687 | 2025-01-27T04:06:38.928Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d2666c215cc0eb65 -C extra-filename=-d2666c215cc0eb65 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
688 | 2025-01-27T04:06:40.054Z | Running `/home/build/.rustup/toolchains/1.84.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=5db9eaee2c6dae06 -C extra-filename=-5db9eaee2c6dae06 --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-8ffe2d54c835beaf.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)'` |
689 | 2025-01-27T04:06:40.283Z | Compiling zerovec v0.10.4 |
690 | 2025-01-27T04:06:40.294Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=a4424eed370ee5c1 -C extra-filename=-a4424eed370ee5c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-454e6b465430d0dc.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-07cbf0732c737031.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-5ded1f232ef2b045.so --cap-lints allow` |
691 | 2025-01-27T04:06:40.497Z | Compiling pest v2.7.6 |
692 | 2025-01-27T04:06:40.500Z | Running `/home/build/.rustup/toolchains/1.84.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=d95f2deecac83995 -C extra-filename=-d95f2deecac83995 --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-4cf6e78e57808d37.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3d363e07d4cfb6a0.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-297e10fef4eb5cc9.rmeta --cap-lints allow` |
693 | 2025-01-27T04:06:41.541Z | Compiling zerocopy-derive v0.7.32 |
694 | 2025-01-27T04:06:41.543Z | Running `/home/build/.rustup/toolchains/1.84.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=68a42bbcd3539f1d -C extra-filename=-68a42bbcd3539f1d --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
695 | 2025-01-27T04:06:41.833Z | Compiling icu_provider_macros v1.5.0 |
696 | 2025-01-27T04:06:41.835Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider_macros-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df7240ca58790ef8 -C extra-filename=-df7240ca58790ef8 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
697 | 2025-01-27T04:06:42.354Z | Compiling tinystr v0.7.6 |
698 | 2025-01-27T04:06:42.357Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinystr-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 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=92d867dae9de27fb -C extra-filename=-92d867dae9de27fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-d2666c215cc0eb65.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4424eed370ee5c1.rmeta --cap-lints allow` |
699 | 2025-01-27T04:06:42.755Z | Compiling icu_locid v1.5.0 |
700 | 2025-01-27T04:06:42.757Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid-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 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=10d3e795ea456b4a -C extra-filename=-10d3e795ea456b4a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-d2666c215cc0eb65.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-46ef6185b21ee799.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-92d867dae9de27fb.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-b3deab1b022f48ea.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4424eed370ee5c1.rmeta --cap-lints allow` |
701 | 2025-01-27T04:06:42.980Z | Compiling pest_meta v2.7.6 |
702 | 2025-01-27T04:06:42.983Z | Running `/home/build/.rustup/toolchains/1.84.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=9efec4c0b9283210 -C extra-filename=-9efec4c0b9283210 --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-d83975cf4f09777b.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-d95f2deecac83995.rmeta --cap-lints allow` |
703 | 2025-01-27T04:06:43.485Z | Compiling tokio-util v0.7.7 |
704 | 2025-01-27T04:06:43.488Z | Running `/home/build/.rustup/toolchains/1.84.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=c644b13301b1c2e9 -C extra-filename=-c644b13301b1c2e9 --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-86f269f1c40389e5.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-18a8c241da587dc7.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-dc19947d0c807d7d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-d805877a090c3e4b.rmeta --cap-lints allow` |
705 | 2025-01-27T04:06:43.514Z | Compiling zerocopy v0.7.32 |
706 | 2025-01-27T04:06:43.516Z | Running `/home/build/.rustup/toolchains/1.84.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=411b3d9fdf8353cd -C extra-filename=-411b3d9fdf8353cd --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-c82c6ab366b08dcf.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-68a42bbcd3539f1d.so --cap-lints allow` |
707 | 2025-01-27T04:06:44.797Z | Compiling pest_generator v2.7.6 |
708 | 2025-01-27T04:06:44.800Z | Running `/home/build/.rustup/toolchains/1.84.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=17df563c17c51461 -C extra-filename=-17df563c17c51461 --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-d95f2deecac83995.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-9efec4c0b9283210.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rmeta --cap-lints allow` |
709 | 2025-01-27T04:06:44.867Z | Compiling icu_provider v1.5.0 |
710 | 2025-01-27T04:06:44.870Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider-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 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=dc9bee3e853276fe -C extra-filename=-dc9bee3e853276fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-d2666c215cc0eb65.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-10d3e795ea456b4a.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-df7240ca58790ef8.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-feed7109bbcf6a08.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-92d867dae9de27fb.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-b3deab1b022f48ea.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-454e6b465430d0dc.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-07cbf0732c737031.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4424eed370ee5c1.rmeta --cap-lints allow` |
711 | 2025-01-27T04:06:44.968Z | Compiling icu_collections v1.5.0 |
712 | 2025-01-27T04:06:44.976Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_collections-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("bench", "databake", "serde", "std"))' -C metadata=df82d4702021071d -C extra-filename=-df82d4702021071d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-d2666c215cc0eb65.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-454e6b465430d0dc.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-07cbf0732c737031.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4424eed370ee5c1.rmeta --cap-lints allow` |
713 | 2025-01-27T04:06:45.138Z | Compiling scroll_derive v0.12.0 |
714 | 2025-01-27T04:06:45.141Z | Running `/home/build/.rustup/toolchains/1.84.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=7b7f4184d731b425 -C extra-filename=-7b7f4184d731b425 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
715 | 2025-01-27T04:06:45.762Z | Running `/home/build/.rustup/toolchains/1.84.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.137/src/lib.rs --error-format=json --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=fd9037ef00a61fd2 -C extra-filename=-fd9037ef00a61fd2 --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-5bec9537d29c75b3.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-4cf6e78e57808d37.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-379eaeb94fa255ea.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
716 | 2025-01-27T04:06:45.880Z | Compiling indexmap v2.7.1 |
717 | 2025-01-27T04:06:45.883Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--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=1738bf2c280341d1 -C extra-filename=-1738bf2c280341d1 --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-d0c48dc7f18c3cb1.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-c6a4d7e13746573d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --cap-lints allow` |
718 | 2025-01-27T04:06:46.260Z | Compiling icu_locid_transform v1.5.0 |
719 | 2025-01-27T04:06:46.264Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform-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 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=fed3dc564bbec78b -C extra-filename=-fed3dc564bbec78b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-d2666c215cc0eb65.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-10d3e795ea456b4a.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-17de034b75e90801.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-dc9bee3e853276fe.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-92d867dae9de27fb.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4424eed370ee5c1.rmeta --cap-lints allow` |
720 | 2025-01-27T04:06:46.383Z | Compiling serde_tokenstream v0.2.2 |
721 | 2025-01-27T04:06:46.385Z | Running `/home/build/.rustup/toolchains/1.84.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=c7d041217b6bfd84 -C extra-filename=-c7d041217b6bfd84 --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-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rmeta --cap-lints allow` |
722 | 2025-01-27T04:06:46.456Z | Compiling openssl-macros v0.1.1 |
723 | 2025-01-27T04:06:46.459Z | Running `/home/build/.rustup/toolchains/1.84.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=b0546123b3a8c3d6 -C extra-filename=-b0546123b3a8c3d6 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
724 | 2025-01-27T04:06:46.513Z | Compiling pest_derive v2.7.6 |
725 | 2025-01-27T04:06:46.516Z | Running `/home/build/.rustup/toolchains/1.84.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=c9e243c5625a5861 -C extra-filename=-c9e243c5625a5861 --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-d95f2deecac83995.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-17df563c17c51461.rlib --extern proc_macro --cap-lints allow` |
726 | 2025-01-27T04:06:46.631Z | Compiling scroll v0.12.0 |
727 | 2025-01-27T04:06:46.655Z | Running `/home/build/.rustup/toolchains/1.84.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=5d5f83c28d7ae57a -C extra-filename=-5d5f83c28d7ae57a --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-7b7f4184d731b425.so --cap-lints allow` |
728 | 2025-01-27T04:06:46.896Z | Compiling toml_datetime v0.6.8 |
729 | 2025-01-27T04:06:46.899Z | Running `/home/build/.rustup/toolchains/1.84.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=55bf3d01de5a5f41 -C extra-filename=-55bf3d01de5a5f41 --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-5db9eaee2c6dae06.rmeta --cap-lints allow` |
730 | 2025-01-27T04:06:47.155Z | Compiling h2 v0.4.6 |
731 | 2025-01-27T04:06:47.158Z | Running `/home/build/.rustup/toolchains/1.84.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=27ee6088b7ebfda9 -C extra-filename=-27ee6088b7ebfda9 --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-897d17393969bb71.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-7663da8998d9f8ac.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-18a8c241da587dc7.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-dc19947d0c807d7d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-5c67f753b3de14fd.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-c644b13301b1c2e9.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-d805877a090c3e4b.rmeta --cap-lints allow` |
732 | 2025-01-27T04:06:47.183Z | Compiling goblin v0.8.0 |
733 | 2025-01-27T04:06:47.195Z | Running `/home/build/.rustup/toolchains/1.84.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=32316ddb5bc9f111 -C extra-filename=-32316ddb5bc9f111 --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-a4584032aad630d9.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-5754893c076d1bcf.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-5d5f83c28d7ae57a.rmeta --cap-lints allow` |
734 | 2025-01-27T04:06:47.267Z | Running `/home/build/.rustup/toolchains/1.84.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=ead68db874849cd8 -C extra-filename=-ead68db874849cd8 --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-0d123c7936cf90a1.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-46d25d6a41b736dd.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-5088ba2f5c546bb9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d83975cf4f09777b.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-b0546123b3a8c3d6.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-45213ec460e03720.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)'` |
735 | 2025-01-27T04:06:47.412Z | Compiling dof v0.3.0 |
736 | 2025-01-27T04:06:47.412Z | Running `/home/build/.rustup/toolchains/1.84.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=d3c316b97369ac25 -C extra-filename=-d3c316b97369ac25 --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-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3d363e07d4cfb6a0.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-411b3d9fdf8353cd.rmeta --cap-lints allow` |
737 | 2025-01-27T04:06:47.447Z | Compiling dtrace-parser v0.2.0 |
738 | 2025-01-27T04:06:47.458Z | Running `/home/build/.rustup/toolchains/1.84.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=cc0708bd9b71d8bd -C extra-filename=-cc0708bd9b71d8bd --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-d95f2deecac83995.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-c9e243c5625a5861.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3d363e07d4cfb6a0.rmeta --cap-lints allow` |
739 | 2025-01-27T04:06:48.276Z | Compiling icu_properties v1.5.1 |
740 | 2025-01-27T04:06:48.279Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties-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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=5332de90657abcd0 -C extra-filename=-5332de90657abcd0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-d2666c215cc0eb65.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-df82d4702021071d.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-fed3dc564bbec78b.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-21e64a4eeb1b088f.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-dc9bee3e853276fe.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-92d867dae9de27fb.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4424eed370ee5c1.rmeta --cap-lints allow` |
741 | 2025-01-27T04:06:48.573Z | Running `/home/build/.rustup/toolchains/1.84.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=91351a57af0c5b82 -C extra-filename=-91351a57af0c5b82 --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-c82c6ab366b08dcf.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-d3c316b97369ac25.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-cc0708bd9b71d8bd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4f25c888866cdd9b.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3d363e07d4cfb6a0.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-18f1d75ec87af681.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
742 | 2025-01-27T04:06:49.026Z | Compiling serde_spanned v0.6.7 |
743 | 2025-01-27T04:06:49.043Z | Running `/home/build/.rustup/toolchains/1.84.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=c3c4eff1363202a8 -C extra-filename=-c3c4eff1363202a8 --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-5db9eaee2c6dae06.rmeta --cap-lints allow` |
744 | 2025-01-27T04:06:49.270Z | Compiling toml_edit v0.22.20 |
745 | 2025-01-27T04:06:49.272Z | Running `/home/build/.rustup/toolchains/1.84.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=cdc2e592375dffb5 -C extra-filename=-cdc2e592375dffb5 --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-1738bf2c280341d1.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-c3c4eff1363202a8.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-55bf3d01de5a5f41.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-51857173361e63f0.rmeta --cap-lints allow` |
746 | 2025-01-27T04:06:49.528Z | Compiling http-body-util v0.1.2 |
747 | 2025-01-27T04:06:49.531Z | Running `/home/build/.rustup/toolchains/1.84.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=8dd54ab3caf6036c -C extra-filename=-8dd54ab3caf6036c --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-86f269f1c40389e5.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-52126f14e47a9992.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --cap-lints allow` |
748 | 2025-01-27T04:06:49.867Z | Compiling multer v3.1.0 |
749 | 2025-01-27T04:06:49.968Z | Running `/home/build/.rustup/toolchains/1.84.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=4efb1af69c5a36ce -C extra-filename=-4efb1af69c5a36ce --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-4efb1af69c5a36ce -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow` |
750 | 2025-01-27T04:06:49.971Z | Compiling thread_local v1.1.4 |
751 | 2025-01-27T04:06:49.974Z | Running `/home/build/.rustup/toolchains/1.84.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=81518cb6fd623cec -C extra-filename=-81518cb6fd623cec --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-d83975cf4f09777b.rmeta --cap-lints allow` |
752 | 2025-01-27T04:06:50.005Z | Compiling encoding_rs v0.8.32 |
753 | 2025-01-27T04:06:50.008Z | Running `/home/build/.rustup/toolchains/1.84.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=f2b0346c99c3f897 -C extra-filename=-f2b0346c99c3f897 --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-46d25d6a41b736dd.rmeta --cap-lints allow` |
754 | 2025-01-27T04:06:50.221Z | Compiling rustix v0.38.40 |
755 | 2025-01-27T04:06:50.224Z | Running `/home/build/.rustup/toolchains/1.84.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=1250c02a8bc3ae9d -C extra-filename=-1250c02a8bc3ae9d --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-1250c02a8bc3ae9d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
756 | 2025-01-27T04:06:50.480Z | Compiling parking v2.2.0 |
757 | 2025-01-27T04:06:50.490Z | Running `/home/build/.rustup/toolchains/1.84.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=cc0d4e527836373a -C extra-filename=-cc0d4e527836373a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
758 | 2025-01-27T04:06:50.848Z | Compiling schemars v0.8.21 |
759 | 2025-01-27T04:06:50.850Z | Running `/home/build/.rustup/toolchains/1.84.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=a03be7c4afacf664 -C extra-filename=-a03be7c4afacf664 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-a03be7c4afacf664 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
760 | 2025-01-27T04:06:50.886Z | Compiling iana-time-zone v0.1.47 |
761 | 2025-01-27T04:06:50.902Z | Running `/home/build/.rustup/toolchains/1.84.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=5fbc0c0b7e394dac -C extra-filename=-5fbc0c0b7e394dac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
762 | 2025-01-27T04:06:51.233Z | Compiling target-triple v0.1.3 |
763 | 2025-01-27T04:06:51.281Z | Running `/home/build/.rustup/toolchains/1.84.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=e91c79197853fc42 -C extra-filename=-e91c79197853fc42 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-e91c79197853fc42 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
764 | 2025-01-27T04:06:51.312Z | Compiling heck v0.5.0 |
765 | 2025-01-27T04:06:51.315Z | Running `/home/build/.rustup/toolchains/1.84.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=c36b67d624d3a7a9 -C extra-filename=-c36b67d624d3a7a9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
766 | 2025-01-27T04:06:51.727Z | Compiling similar v2.2.1 |
767 | 2025-01-27T04:06:51.730Z | Running `/home/build/.rustup/toolchains/1.84.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=66685cad77a66fdf -C extra-filename=-66685cad77a66fdf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
768 | 2025-01-27T04:06:51.753Z | Compiling camino v1.1.9 |
769 | 2025-01-27T04:06:51.765Z | Running `/home/build/.rustup/toolchains/1.84.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=5589b96b1842068f -C extra-filename=-5589b96b1842068f --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-5589b96b1842068f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
770 | 2025-01-27T04:06:52.320Z | Compiling hyper v1.5.2 |
771 | 2025-01-27T04:06:52.322Z | Running `/home/build/.rustup/toolchains/1.84.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=2f4bc1861c64385f -C extra-filename=-2f4bc1861c64385f --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-86f269f1c40389e5.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-6260aa35f63c3901.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-27ee6088b7ebfda9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-52126f14e47a9992.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e9be72e4d45cb0af.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-ea1dbb00b6d5ed19.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-5bec9537d29c75b3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-d7fcf6aca4c55ceb.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-8e6e28f7444e4f20.rmeta --cap-lints allow` |
772 | 2025-01-27T04:06:53.237Z | Compiling icu_normalizer v1.5.0 |
773 | 2025-01-27T04:06:53.250Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-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 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=4e02144885d22caa -C extra-filename=-4e02144885d22caa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-d2666c215cc0eb65.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-df82d4702021071d.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-7abe9f1a49b5d6da.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-5332de90657abcd0.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-dc9bee3e853276fe.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-d7fcf6aca4c55ceb.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-93e6674b16ca230f.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-500bc7369c6c592c.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-35cce838fd39fef9.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4424eed370ee5c1.rmeta --cap-lints allow` |
774 | 2025-01-27T04:06:54.072Z | Running `/home/build/.rustup/toolchains/1.84.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=380dd71f1f82eb03 -C extra-filename=-380dd71f1f82eb03 --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-a4584032aad630d9.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-ead68db874849cd8.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-4dcfc9025a15ff8b.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-45213ec460e03720.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
775 | 2025-01-27T04:06:54.583Z | Compiling idna_adapter v1.2.0 |
776 | 2025-01-27T04:06:54.586Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna_adapter-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="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=53ba2d950ae15a62 -C extra-filename=-53ba2d950ae15a62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer-4e02144885d22caa.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-5332de90657abcd0.rmeta --cap-lints allow` |
777 | 2025-01-27T04:06:54.673Z | Compiling hyper-util v0.1.10 |
778 | 2025-01-27T04:06:54.676Z | Running `/home/build/.rustup/toolchains/1.84.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=4735ff6c34f6b6dd -C extra-filename=-4735ff6c34f6b6dd --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-86f269f1c40389e5.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-6260aa35f63c3901.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-52126f14e47a9992.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-c2d41530455024f2.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-df16c33db007d610.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-d805877a090c3e4b.rmeta --cap-lints allow` |
779 | 2025-01-27T04:06:54.816Z | Compiling idna v1.0.3 |
780 | 2025-01-27T04:06:54.819Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=61c70e21f4b9b093 -C extra-filename=-61c70e21f4b9b093 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern idna_adapter=/work/oxidecomputer/dropshot/target/debug/deps/libidna_adapter-53ba2d950ae15a62.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-d7fcf6aca4c55ceb.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-500bc7369c6c592c.rmeta --cap-lints allow` |
781 | 2025-01-27T04:06:54.851Z | Running `/home/build/.rustup/toolchains/1.84.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=a650a4d76c25a93c -C extra-filename=-a650a4d76c25a93c --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-32316ddb5bc9f111.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-0ada4c3d0e96caf7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3d363e07d4cfb6a0.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-411b3d9fdf8353cd.rmeta --cap-lints allow` |
782 | 2025-01-27T04:06:55.262Z | Compiling match_cfg v0.1.0 |
783 | 2025-01-27T04:06:55.265Z | Running `/home/build/.rustup/toolchains/1.84.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=d88208d0f660054a -C extra-filename=-d88208d0f660054a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
784 | 2025-01-27T04:06:55.360Z | Compiling slog-async v2.8.0 |
785 | 2025-01-27T04:06:55.362Z | Running `/home/build/.rustup/toolchains/1.84.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=5436508402c3c3ac -C extra-filename=-5436508402c3c3ac --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-5436508402c3c3ac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
786 | 2025-01-27T04:06:55.455Z | Compiling thiserror v2.0.11 |
787 | 2025-01-27T04:06:55.457Z | Running `/home/build/.rustup/toolchains/1.84.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.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=acf757342d444fcf -C extra-filename=-acf757342d444fcf --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-acf757342d444fcf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
788 | 2025-01-27T04:06:55.860Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-5436508402c3c3ac/build-script-build` |
789 | 2025-01-27T04:06:55.923Z | Running `/home/build/.rustup/toolchains/1.84.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=823f2a9c96c870d5 -C extra-filename=-823f2a9c96c870d5 --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-c82c6ab366b08dcf.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-a650a4d76c25a93c.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-cc0708bd9b71d8bd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-cb558889b38a8cb8.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3d363e07d4cfb6a0.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-08f7f94e0bccda39.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
790 | 2025-01-27T04:06:56.048Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-acf757342d444fcf/build-script-build` |
791 | 2025-01-27T04:06:56.391Z | Compiling url v2.5.4 |
792 | 2025-01-27T04:06:56.394Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.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("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=b13f780ae39a5d03 -C extra-filename=-b13f780ae39a5d03 --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-ccd2b88e4a147b40.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-61c70e21f4b9b093.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rmeta --cap-lints allow` |
793 | 2025-01-27T04:06:56.411Z | Compiling hostname v0.3.1 |
794 | 2025-01-27T04:06:56.414Z | Running `/home/build/.rustup/toolchains/1.84.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=2ac52551935bc7bb -C extra-filename=-2ac52551935bc7bb --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-03aebe320b0e4356.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-d88208d0f660054a.rmeta --cap-lints allow` |
795 | 2025-01-27T04:06:56.628Z | Compiling tokio-native-tls v0.3.1 |
796 | 2025-01-27T04:06:56.631Z | Running `/home/build/.rustup/toolchains/1.84.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=1bd4e8c10343180b -C extra-filename=-1bd4e8c10343180b --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-380dd71f1f82eb03.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
797 | 2025-01-27T04:06:56.643Z | Compiling toml v0.8.19 |
798 | 2025-01-27T04:06:56.647Z | Running `/home/build/.rustup/toolchains/1.84.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=493a138a02a843e6 -C extra-filename=-493a138a02a843e6 --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-5db9eaee2c6dae06.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-c3c4eff1363202a8.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-55bf3d01de5a5f41.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-cdc2e592375dffb5.rmeta --cap-lints allow` |
799 | 2025-01-27T04:06:56.940Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-5589b96b1842068f/build-script-build` |
800 | 2025-01-27T04:06:56.967Z | Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-e91c79197853fc42/build-script-build` |
801 | 2025-01-27T04:06:56.991Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-a03be7c4afacf664/build-script-build` |
802 | 2025-01-27T04:06:56.995Z | Compiling chrono v0.4.39 |
803 | 2025-01-27T04:06:56.998Z | Running `/home/build/.rustup/toolchains/1.84.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=9483abce7e37d24b -C extra-filename=-9483abce7e37d24b --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-5fbc0c0b7e394dac.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-51468832d103e38b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --cap-lints allow` |
804 | 2025-01-27T04:06:57.008Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-1250c02a8bc3ae9d/build-script-build` |
805 | 2025-01-27T04:06:57.133Z | Compiling event-listener v5.0.0 |
806 | 2025-01-27T04:06:57.144Z | Running `/home/build/.rustup/toolchains/1.84.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=03d8aed1ba392ebf -C extra-filename=-03d8aed1ba392ebf --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-a82c71e3ab7d375b.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-cc0d4e527836373a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --cap-lints allow` |
807 | 2025-01-27T04:06:57.309Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-4efb1af69c5a36ce/build-script-build` |
808 | 2025-01-27T04:06:57.368Z | Compiling usdt-attr-macro v0.5.0 |
809 | 2025-01-27T04:06:57.371Z | Running `/home/build/.rustup/toolchains/1.84.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=73921d7eda0ebda0 -C extra-filename=-73921d7eda0ebda0 --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-cc0708bd9b71d8bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7d041217b6bfd84.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-91351a57af0c5b82.rlib --extern proc_macro --cap-lints allow` |
810 | 2025-01-27T04:06:57.426Z | Compiling usdt-macro v0.5.0 |
811 | 2025-01-27T04:06:57.429Z | Running `/home/build/.rustup/toolchains/1.84.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=470210fe3802b805 -C extra-filename=-470210fe3802b805 --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-cc0708bd9b71d8bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7d041217b6bfd84.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-91351a57af0c5b82.rlib --extern proc_macro --cap-lints allow` |
812 | 2025-01-27T04:06:57.603Z | Compiling slog-json v2.6.1 |
813 | 2025-01-27T04:06:57.605Z | Running `/home/build/.rustup/toolchains/1.84.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=f84c705d9b458360 -C extra-filename=-f84c705d9b458360 --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-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-5bb4a34b7ed0c049.rmeta --cap-lints allow` |
814 | 2025-01-27T04:06:57.704Z | Compiling uuid v1.12.0 |
815 | 2025-01-27T04:06:57.715Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=b6862b6127834c8d -C extra-filename=-b6862b6127834c8d --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-5ad07762b9dd6758.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --cap-lints allow` |
816 | 2025-01-27T04:06:57.883Z | Compiling serde_urlencoded v0.7.1 |
817 | 2025-01-27T04:06:57.885Z | Running `/home/build/.rustup/toolchains/1.84.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=5e682c77cb7c4321 -C extra-filename=-5e682c77cb7c4321 --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-ccd2b88e4a147b40.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-5bec9537d29c75b3.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-379eaeb94fa255ea.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --cap-lints allow` |
818 | 2025-01-27T04:06:57.969Z | Compiling tokio-rustls v0.26.0 |
819 | 2025-01-27T04:06:57.982Z | Running `/home/build/.rustup/toolchains/1.84.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=eb5c6ce826ca7459 -C extra-filename=-eb5c6ce826ca7459 --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-84b5ef3b771fa580.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out` |
820 | 2025-01-27T04:06:58.300Z | Compiling tokio-rustls v0.25.0 |
821 | 2025-01-27T04:06:58.302Z | Running `/home/build/.rustup/toolchains/1.84.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=673b2dcab0d9ea8d -C extra-filename=-673b2dcab0d9ea8d --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-e06e094108071d3e.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out` |
822 | 2025-01-27T04:06:58.347Z | Compiling futures-executor v0.3.31 |
823 | 2025-01-27T04:06:58.350Z | Running `/home/build/.rustup/toolchains/1.84.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=fa0fb960e007c3b5 -C extra-filename=-fa0fb960e007c3b5 --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-18a8c241da587dc7.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-96dbea06f1d20635.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --cap-lints allow` |
824 | 2025-01-27T04:06:58.420Z | Compiling schemars_derive v0.8.21 |
825 | 2025-01-27T04:06:58.423Z | Running `/home/build/.rustup/toolchains/1.84.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=cd06fef94d77f796 -C extra-filename=-cd06fef94d77f796 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-2bf14273540307cb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
826 | 2025-01-27T04:06:58.449Z | Compiling thiserror-impl v2.0.11 |
827 | 2025-01-27T04:06:58.452Z | Running `/home/build/.rustup/toolchains/1.84.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.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=33373e19207c8436 -C extra-filename=-33373e19207c8436 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
828 | 2025-01-27T04:06:58.550Z | Compiling async-stream-impl v0.3.6 |
829 | 2025-01-27T04:06:58.553Z | Running `/home/build/.rustup/toolchains/1.84.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=2bbf6aa66eb994a5 -C extra-filename=-2bbf6aa66eb994a5 --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
830 | 2025-01-27T04:06:58.704Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-6a72356a4e42293a/build-script-build` |
831 | 2025-01-27T04:06:58.738Z | Compiling term v0.7.0 |
832 | 2025-01-27T04:06:58.741Z | Running `/home/build/.rustup/toolchains/1.84.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=b32b7778e70d0928 -C extra-filename=-b32b7778e70d0928 --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-eced88f546907aa9.rmeta --cap-lints allow` |
833 | 2025-01-27T04:06:58.921Z | Compiling crossbeam-channel v0.5.1 |
834 | 2025-01-27T04:06:58.923Z | Compiling webpki-roots v0.26.5 |
835 | 2025-01-27T04:06:58.934Z | Running `/home/build/.rustup/toolchains/1.84.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=bfd93635fbf6f2aa -C extra-filename=-bfd93635fbf6f2aa --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-46d25d6a41b736dd.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-3f3698b1143c64a7.rmeta --cap-lints allow` |
836 | 2025-01-27T04:06:58.936Z | Running `/home/build/.rustup/toolchains/1.84.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=6a67f1bece4d43c5 -C extra-filename=-6a67f1bece4d43c5 --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-ba5b99e46b8b168c.rmeta --cap-lints allow` |
837 | 2025-01-27T04:06:59.016Z | Compiling memmap v0.7.0 |
838 | 2025-01-27T04:06:59.029Z | Running `/home/build/.rustup/toolchains/1.84.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=a6abfd2dc371a2f9 -C extra-filename=-a6abfd2dc371a2f9 --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-03aebe320b0e4356.rmeta --cap-lints allow` |
839 | 2025-01-27T04:06:59.133Z | Compiling is-terminal v0.4.12 |
840 | 2025-01-27T04:06:59.136Z | Running `/home/build/.rustup/toolchains/1.84.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=1c593163bae8a63f -C extra-filename=-1c593163bae8a63f --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-03aebe320b0e4356.rmeta --cap-lints allow` |
841 | 2025-01-27T04:06:59.265Z | Compiling errno v0.3.8 |
842 | 2025-01-27T04:06:59.268Z | Running `/home/build/.rustup/toolchains/1.84.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=f2ee9378bc05094c -C extra-filename=-f2ee9378bc05094c --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-03aebe320b0e4356.rmeta --cap-lints allow` |
843 | 2025-01-27T04:06:59.380Z | Compiling sync_wrapper v1.0.1 |
844 | 2025-01-27T04:06:59.383Z | Running `/home/build/.rustup/toolchains/1.84.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=ad1105ce3bbe3701 -C extra-filename=-ad1105ce3bbe3701 --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-18a8c241da587dc7.rmeta --cap-lints allow` |
845 | 2025-01-27T04:06:59.504Z | Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot) |
846 | 2025-01-27T04:06:59.516Z | Running `/home/build/.rustup/toolchains/1.84.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=2980cfbc196506da -C extra-filename=-2980cfbc196506da --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-2980cfbc196506da -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-56fb3abe49580ef3.rlib` |
847 | 2025-01-27T04:06:59.534Z | Compiling tower-layer v0.3.3 |
848 | 2025-01-27T04:06:59.537Z | Running `/home/build/.rustup/toolchains/1.84.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=3a0c0b744a22e511 -C extra-filename=-3a0c0b744a22e511 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
849 | 2025-01-27T04:06:59.797Z | Compiling utf-8 v0.7.6 |
850 | 2025-01-27T04:06:59.807Z | Running `/home/build/.rustup/toolchains/1.84.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=d451a7a236add675 -C extra-filename=-d451a7a236add675 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
851 | 2025-01-27T04:06:59.871Z | Compiling buf-list v1.0.3 |
852 | 2025-01-27T04:06:59.871Z | Running `/home/build/.rustup/toolchains/1.84.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=d35f6b3a6b011c87 -C extra-filename=-d35f6b3a6b011c87 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-d35f6b3a6b011c87 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
853 | 2025-01-27T04:06:59.883Z | Compiling dyn-clone v1.0.4 |
854 | 2025-01-27T04:06:59.894Z | Running `/home/build/.rustup/toolchains/1.84.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=58b56b12357f0885 -C extra-filename=-58b56b12357f0885 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
855 | 2025-01-27T04:06:59.983Z | Compiling anyhow v1.0.95 |
856 | 2025-01-27T04:06:59.986Z | Running `/home/build/.rustup/toolchains/1.84.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=8b20ac9f4bcfa4ed -C extra-filename=-8b20ac9f4bcfa4ed --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-8b20ac9f4bcfa4ed -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
857 | 2025-01-27T04:07:00.017Z | Compiling take_mut v0.2.2 |
858 | 2025-01-27T04:07:00.020Z | Running `/home/build/.rustup/toolchains/1.84.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=a973b48b40dc612a -C extra-filename=-a973b48b40dc612a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
859 | 2025-01-27T04:07:00.128Z | Compiling data-encoding v2.4.0 |
860 | 2025-01-27T04:07:00.130Z | Running `/home/build/.rustup/toolchains/1.84.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=7ec4a723554709fa -C extra-filename=-7ec4a723554709fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
861 | 2025-01-27T04:07:00.172Z | Running `/home/build/.rustup/toolchains/1.84.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=216e43dfba20d072 -C extra-filename=-216e43dfba20d072 --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-bfd93635fbf6f2aa.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-a973b48b40dc612a.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-81518cb6fd623cec.rmeta --cap-lints allow --cfg integer128` |
862 | 2025-01-27T04:07:00.328Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-2980cfbc196506da/build-script-build` |
863 | 2025-01-27T04:07:00.363Z | Compiling async-stream v0.3.6 |
864 | 2025-01-27T04:07:00.374Z | Running `/home/build/.rustup/toolchains/1.84.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=532432e417b5e410 -C extra-filename=-532432e417b5e410 --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-2bbf6aa66eb994a5.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-18a8c241da587dc7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --cap-lints allow` |
865 | 2025-01-27T04:07:00.461Z | Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-d35f6b3a6b011c87/build-script-build` |
866 | 2025-01-27T04:07:00.517Z | Compiling tower v0.5.2 |
867 | 2025-01-27T04:07:00.519Z | Running `/home/build/.rustup/toolchains/1.84.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=ca5b9ecc45040599 -C extra-filename=-ca5b9ecc45040599 --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-18a8c241da587dc7.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ad1105ce3bbe3701.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-3a0c0b744a22e511.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-df16c33db007d610.rmeta --cap-lints allow` |
868 | 2025-01-27T04:07:00.564Z | Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-8b20ac9f4bcfa4ed/build-script-build` |
869 | 2025-01-27T04:07:00.670Z | Running `/home/build/.rustup/toolchains/1.84.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=72d09e15435e0b0b -C extra-filename=-72d09e15435e0b0b --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-0d123c7936cf90a1.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-f2ee9378bc05094c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
870 | 2025-01-27T04:07:00.670Z | Compiling slog-term v2.9.1 |
871 | 2025-01-27T04:07:00.671Z | Running `/home/build/.rustup/toolchains/1.84.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=77d5fc01aa9a5113 -C extra-filename=-77d5fc01aa9a5113 --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-1c593163bae8a63f.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-b32b7778e70d0928.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-81518cb6fd623cec.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-5bb4a34b7ed0c049.rmeta --cap-lints allow` |
872 | 2025-01-27T04:07:00.923Z | Compiling tungstenite v0.24.0 |
873 | 2025-01-27T04:07:00.926Z | Running `/home/build/.rustup/toolchains/1.84.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=b0b20cdd06c5fab1 -C extra-filename=-b0b20cdd06c5fab1 --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-c82c6ab366b08dcf.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-7ec4a723554709fa.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e9be72e4d45cb0af.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-a4584032aad630d9.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-52309b7a68c99938.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-3d363e07d4cfb6a0.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-d451a7a236add675.rmeta --cap-lints allow` |
874 | 2025-01-27T04:07:01.194Z | Running `/home/build/.rustup/toolchains/1.84.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=6cc4ccc7d0cfd002 -C extra-filename=-6cc4ccc7d0cfd002 --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-9483abce7e37d24b.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-58b56b12357f0885.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-cd06fef94d77f796.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
875 | 2025-01-27T04:07:01.282Z | Compiling usdt v0.5.0 |
876 | 2025-01-27T04:07:01.285Z | Running `/home/build/.rustup/toolchains/1.84.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=f6c1310370f7ba2e -C extra-filename=-f6c1310370f7ba2e --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-a650a4d76c25a93c.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-cc0708bd9b71d8bd.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-32316ddb5bc9f111.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-a6abfd2dc371a2f9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-73921d7eda0ebda0.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-823f2a9c96c870d5.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-470210fe3802b805.so --cap-lints allow` |
877 | 2025-01-27T04:07:01.285Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7334df3b440b0ee8 -C extra-filename=-7334df3b440b0ee8 --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-33373e19207c8436.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
878 | 2025-01-27T04:07:01.324Z | Compiling hyper-rustls v0.27.3 |
879 | 2025-01-27T04:07:01.327Z | Running `/home/build/.rustup/toolchains/1.84.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=3a3787766e2a4610 -C extra-filename=-3a3787766e2a4610 --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-075d55116607b61a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-84b5ef3b771fa580.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-eb5c6ce826ca7459.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-df16c33db007d610.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-6a67f1bece4d43c5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out` |
880 | 2025-01-27T04:07:01.432Z | Running `/home/build/.rustup/toolchains/1.84.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=7f2616b7142c91c1 -C extra-filename=-7f2616b7142c91c1 --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-2933f2b5e4ff6ab7.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-98d5a3d95a49d9bc.rmeta --cap-lints allow` |
881 | 2025-01-27T04:07:01.795Z | Compiling futures v0.3.31 |
882 | 2025-01-27T04:07:01.798Z | Running `/home/build/.rustup/toolchains/1.84.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=4284dce75a089971 -C extra-filename=-4284dce75a089971 --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-6260aa35f63c3901.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-18a8c241da587dc7.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-fa0fb960e007c3b5.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-4c55ea250fdc1271.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-dc19947d0c807d7d.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-96dbea06f1d20635.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --cap-lints allow` |
883 | 2025-01-27T04:07:01.911Z | Compiling slog-bunyan v2.5.0 |
884 | 2025-01-27T04:07:01.914Z | Running `/home/build/.rustup/toolchains/1.84.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=2d054685fc31329f -C extra-filename=-2d054685fc31329f --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-2ac52551935bc7bb.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-5bb4a34b7ed0c049.rmeta --cap-lints allow` |
885 | 2025-01-27T04:07:01.926Z | Compiling event-listener-strategy v0.5.2 |
886 | 2025-01-27T04:07:01.928Z | Running `/home/build/.rustup/toolchains/1.84.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=22624ca014ecd337 -C extra-filename=-22624ca014ecd337 --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-03d8aed1ba392ebf.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --cap-lints allow` |
887 | 2025-01-27T04:07:01.940Z | Running `/home/build/.rustup/toolchains/1.84.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=681967e90ecfa3fc -C extra-filename=-681967e90ecfa3fc --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-86f269f1c40389e5.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f2b0346c99c3f897.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-e9be72e4d45cb0af.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-4cf6e78e57808d37.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2933f2b5e4ff6ab7.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-2fcff48218ba9c47.rmeta --cap-lints allow` |
888 | 2025-01-27T04:07:02.115Z | Running `/home/build/.rustup/toolchains/1.84.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=bc34f1a049bd139d -C extra-filename=-bc34f1a049bd139d --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"))'` |
889 | 2025-01-27T04:07:02.137Z | Running `/home/build/.rustup/toolchains/1.84.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=d3197d8bde964e81 -C extra-filename=-d3197d8bde964e81 --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-5db9eaee2c6dae06.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)'` |
890 | 2025-01-27T04:07:02.231Z | Compiling hyper-tls v0.6.0 |
891 | 2025-01-27T04:07:02.244Z | Running `/home/build/.rustup/toolchains/1.84.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=1b7474c394d8d105 -C extra-filename=-1b7474c394d8d105 --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-86f269f1c40389e5.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-380dd71f1f82eb03.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-1bd4e8c10343180b.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-df16c33db007d610.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
892 | 2025-01-27T04:07:02.408Z | Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
893 | 2025-01-27T04:07:02.412Z | Running `/home/build/.rustup/toolchains/1.84.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=1e8b201ecb6bdd5d -C extra-filename=-1e8b201ecb6bdd5d --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-c36b67d624d3a7a9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7d041217b6bfd84.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro` |
894 | 2025-01-27T04:07:02.460Z | Compiling openapiv3 v2.0.0 |
895 | 2025-01-27T04:07:02.463Z | Running `/home/build/.rustup/toolchains/1.84.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=4c1ccc7c34b9b257 -C extra-filename=-4c1ccc7c34b9b257 --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-1738bf2c280341d1.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --cap-lints allow` |
896 | 2025-01-27T04:07:02.629Z | Compiling serde_path_to_error v0.1.16 |
897 | 2025-01-27T04:07:02.652Z | Running `/home/build/.rustup/toolchains/1.84.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=f4a3899e9c8171eb -C extra-filename=-f4a3899e9c8171eb --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-5bec9537d29c75b3.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --cap-lints allow` |
898 | 2025-01-27T04:07:02.813Z | Compiling async-trait v0.1.85 |
899 | 2025-01-27T04:07:02.816Z | Running `/home/build/.rustup/toolchains/1.84.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=69e997a2dc366fdd -C extra-filename=-69e997a2dc366fdd --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-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
900 | 2025-01-27T04:07:03.051Z | Compiling yasna v0.5.2 |
901 | 2025-01-27T04:07:03.054Z | Running `/home/build/.rustup/toolchains/1.84.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=0af0723e00578d63 -C extra-filename=-0af0723e00578d63 --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-5bb4a34b7ed0c049.rmeta --cap-lints allow` |
902 | 2025-01-27T04:07:03.089Z | Compiling rustls-native-certs v0.7.0 |
903 | 2025-01-27T04:07:03.144Z | Running `/home/build/.rustup/toolchains/1.84.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=a7370b74a67a0ad1 -C extra-filename=-a7370b74a67a0ad1 --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-4dcfc9025a15ff8b.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rmeta --cap-lints allow` |
904 | 2025-01-27T04:07:03.284Z | Compiling console v0.15.7 |
905 | 2025-01-27T04:07:03.287Z | Running `/home/build/.rustup/toolchains/1.84.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=488f80571d056ddd -C extra-filename=-488f80571d056ddd --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-d1c312d05e6f769b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-5af24ec27f955c69.rmeta --cap-lints allow` |
906 | 2025-01-27T04:07:03.423Z | Compiling pem v3.0.4 |
907 | 2025-01-27T04:07:03.435Z | Running `/home/build/.rustup/toolchains/1.84.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=ad636604f89ad3ec -C extra-filename=-ad636604f89ad3ec --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-987d1111857cbb4c.rmeta --cap-lints allow` |
908 | 2025-01-27T04:07:03.580Z | Compiling waitgroup v0.1.2 |
909 | 2025-01-27T04:07:03.583Z | Running `/home/build/.rustup/toolchains/1.84.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=4c01b0bb84e821c6 -C extra-filename=-4c01b0bb84e821c6 --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-897d17393969bb71.rmeta --cap-lints allow` |
910 | 2025-01-27T04:07:03.826Z | Compiling hostname v0.4.0 |
911 | 2025-01-27T04:07:03.829Z | Running `/home/build/.rustup/toolchains/1.84.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=deefd248fc420233 -C extra-filename=-deefd248fc420233 --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-46d25d6a41b736dd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rmeta --cap-lints allow` |
912 | 2025-01-27T04:07:04.065Z | Compiling http-range v0.1.4 |
913 | 2025-01-27T04:07:04.068Z | Running `/home/build/.rustup/toolchains/1.84.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=9820a65ec4e3bf32 -C extra-filename=-9820a65ec4e3bf32 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
914 | 2025-01-27T04:07:04.281Z | Compiling glob v0.3.0 |
915 | 2025-01-27T04:07:04.284Z | Running `/home/build/.rustup/toolchains/1.84.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=de7ca54d0769ae6a -C extra-filename=-de7ca54d0769ae6a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
916 | 2025-01-27T04:07:04.393Z | Compiling fastrand v2.1.1 |
917 | 2025-01-27T04:07:04.413Z | Running `/home/build/.rustup/toolchains/1.84.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=c66f789a839e347a -C extra-filename=-c66f789a839e347a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
918 | 2025-01-27T04:07:04.775Z | Compiling debug-ignore v1.0.5 |
919 | 2025-01-27T04:07:04.778Z | Running `/home/build/.rustup/toolchains/1.84.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=2664cfd2ee354905 -C extra-filename=-2664cfd2ee354905 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
920 | 2025-01-27T04:07:04.801Z | Compiling ipnet v2.10.0 |
921 | 2025-01-27T04:07:04.832Z | Running `/home/build/.rustup/toolchains/1.84.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=2233bfdab0d2d1e8 -C extra-filename=-2233bfdab0d2d1e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
922 | 2025-01-27T04:07:04.929Z | Compiling termcolor v1.1.2 |
923 | 2025-01-27T04:07:04.929Z | Compiling simple-mermaid v0.2.0 |
924 | 2025-01-27T04:07:04.943Z | Running `/home/build/.rustup/toolchains/1.84.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=7be4ef77a0471d91 -C extra-filename=-7be4ef77a0471d91 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
925 | 2025-01-27T04:07:04.943Z | Running `/home/build/.rustup/toolchains/1.84.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=c68dd9b6925e99ab -C extra-filename=-c68dd9b6925e99ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
926 | 2025-01-27T04:07:05.044Z | Compiling tempfile v3.14.0 |
927 | 2025-01-27T04:07:05.047Z | Running `/home/build/.rustup/toolchains/1.84.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=01028632eca96b07 -C extra-filename=-01028632eca96b07 --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-46d25d6a41b736dd.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-c66f789a839e347a.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d83975cf4f09777b.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-72d09e15435e0b0b.rmeta --cap-lints allow` |
928 | 2025-01-27T04:07:05.079Z | Compiling hyper-staticfile v0.10.1 |
929 | 2025-01-27T04:07:05.092Z | Running `/home/build/.rustup/toolchains/1.84.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=52b75e0d00392ef3 -C extra-filename=-52b75e0d00392ef3 --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-075d55116607b61a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-9820a65ec4e3bf32.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-ea1dbb00b6d5ed19.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-52309b7a68c99938.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-b13f780ae39a5d03.rmeta --cap-lints allow` |
930 | 2025-01-27T04:07:05.220Z | Compiling rcgen v0.13.2 |
931 | 2025-01-27T04:07:05.223Z | Running `/home/build/.rustup/toolchains/1.84.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=48173cda72b09ec0 -C extra-filename=-48173cda72b09ec0 --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-ad636604f89ad3ec.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-a60826683b901924.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-5bb4a34b7ed0c049.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-0af0723e00578d63.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out` |
932 | 2025-01-27T04:07:05.233Z | Compiling expectorate v1.1.0 |
933 | 2025-01-27T04:07:05.236Z | Running `/home/build/.rustup/toolchains/1.84.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=07227aba8b150a60 -C extra-filename=-07227aba8b150a60 --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-488f80571d056ddd.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-481797b3dcfb5a3f.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-66685cad77a66fdf.rmeta --cap-lints allow` |
934 | 2025-01-27T04:07:05.403Z | Compiling trybuild v1.0.103 |
935 | 2025-01-27T04:07:05.406Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.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("diff"))' -C metadata=23c5283c4c8c2973 -C extra-filename=-23c5283c4c8c2973 --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-de7ca54d0769ae6a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-8ffe2d54c835beaf.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-bc34f1a049bd139d.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-7be4ef77a0471d91.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rmeta --cap-lints allow` |
936 | 2025-01-27T04:07:05.697Z | Compiling reqwest v0.12.12 |
937 | 2025-01-27T04:07:05.700Z | Running `/home/build/.rustup/toolchains/1.84.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=21ded1b2c0963c81 -C extra-filename=-21ded1b2c0963c81 --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-987d1111857cbb4c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f2b0346c99c3f897.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-18a8c241da587dc7.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-075d55116607b61a.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-27ee6088b7ebfda9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-52126f14e47a9992.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-3a3787766e2a4610.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-1b7474c394d8d105.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-2233bfdab0d2d1e8.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-a4584032aad630d9.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2933f2b5e4ff6ab7.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-380dd71f1f82eb03.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d83975cf4f09777b.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-84b5ef3b771fa580.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ad1105ce3bbe3701.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-1bd4e8c10343180b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-eb5c6ce826ca7459.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-ca5b9ecc45040599.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-df16c33db007d610.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-b13f780ae39a5d03.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-6a67f1bece4d43c5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
938 | 2025-01-27T04:07:05.901Z | Compiling hyper-rustls v0.26.0 |
939 | 2025-01-27T04:07:05.904Z | Running `/home/build/.rustup/toolchains/1.84.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=e7eb6d30f8a8da3e -C extra-filename=-e7eb6d30f8a8da3e --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-075d55116607b61a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-a4584032aad630d9.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-a7370b74a67a0ad1.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-df16c33db007d610.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out` |
940 | 2025-01-27T04:07:06.033Z | Compiling async-channel v2.3.1 |
941 | 2025-01-27T04:07:06.036Z | Running `/home/build/.rustup/toolchains/1.84.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=b7ed3f31191ef9e2 -C extra-filename=-b7ed3f31191ef9e2 --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-a82c71e3ab7d375b.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-22624ca014ecd337.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-18a8c241da587dc7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-250b8f8a55e14850.rmeta --cap-lints allow` |
942 | 2025-01-27T04:07:06.221Z | Compiling tokio-tungstenite v0.24.0 |
943 | 2025-01-27T04:07:06.224Z | Running `/home/build/.rustup/toolchains/1.84.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=618e4a3c13821e12 -C extra-filename=-618e4a3c13821e12 --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-075d55116607b61a.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-a4584032aad630d9.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-b0b20cdd06c5fab1.rmeta --cap-lints allow` |
944 | 2025-01-27T04:07:06.372Z | Running `/home/build/.rustup/toolchains/1.84.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=b39655fd82036171 -C extra-filename=-b39655fd82036171 --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)'` |
945 | 2025-01-27T04:07:06.433Z | Running `/home/build/.rustup/toolchains/1.84.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=b311d53cb61f25e5 -C extra-filename=-b311d53cb61f25e5 --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-86f269f1c40389e5.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds` |
946 | 2025-01-27T04:07:06.474Z | Compiling subprocess v0.2.9 |
947 | 2025-01-27T04:07:06.476Z | Running `/home/build/.rustup/toolchains/1.84.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=3e57ba65199e0d24 -C extra-filename=-3e57ba65199e0d24 --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-03aebe320b0e4356.rmeta --cap-lints allow` |
948 | 2025-01-27T04:07:06.754Z | Compiling prettyplease v0.2.29 |
949 | 2025-01-27T04:07:06.757Z | Running `/home/build/.rustup/toolchains/1.84.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.29/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=2b63c35df5bfd6d5 -C extra-filename=-2b63c35df5bfd6d5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-2b63c35df5bfd6d5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
950 | 2025-01-27T04:07:06.944Z | Compiling schema-derive v0.1.0 |
951 | 2025-01-27T04:07:06.947Z | Running `/home/build/.rustup/toolchains/1.84.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=22af4e504299f3ac -C extra-filename=-22af4e504299f3ac --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-e0992995bb0b68e2.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro --cap-lints allow` |
952 | 2025-01-27T04:07:07.127Z | Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-2b63c35df5bfd6d5/build-script-build` |
953 | 2025-01-27T04:07:07.158Z | Running `/home/build/.rustup/toolchains/1.84.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=e2ff0fe86826ece3 -C extra-filename=-e2ff0fe86826ece3 --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-d1c312d05e6f769b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4f25c888866cdd9b.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-5af24ec27f955c69.rmeta --cap-lints allow` |
954 | 2025-01-27T04:07:07.213Z | Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.29/src/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=137dff705976f578 -C extra-filename=-137dff705976f578 --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-d7753dedf2cf49ec.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
955 | 2025-01-27T04:07:08.230Z | Running `/home/build/.rustup/toolchains/1.84.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=33ac07da347e292d -C extra-filename=-33ac07da347e292d --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-e2ff0fe86826ece3.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-481797b3dcfb5a3f.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-66685cad77a66fdf.rmeta --cap-lints allow` |
956 | 2025-01-27T04:07:09.154Z | Compiling schema v0.1.0 |
957 | 2025-01-27T04:07:09.157Z | Running `/home/build/.rustup/toolchains/1.84.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=ad5dc06fb12de74d -C extra-filename=-ad5dc06fb12de74d --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-d7753dedf2cf49ec.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-22af4e504299f3ac.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rmeta --cap-lints allow` |
958 | 2025-01-27T04:07:09.271Z | Running `/home/build/.rustup/toolchains/1.84.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=b1ab4ea1a3bae846 -C extra-filename=-b1ab4ea1a3bae846 --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-33ac07da347e292d.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-c36b67d624d3a7a9.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-137dff705976f578.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-ad5dc06fb12de74d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7d041217b6bfd84.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro` |
959 | 2025-01-27T04:07:09.622Z | Running `/home/build/.rustup/toolchains/1.84.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=250d57aae0170561 -C extra-filename=-250d57aae0170561 --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-532432e417b5e410.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out` |
960 | 2025-01-27T04:07:11.242Z | Running `/home/build/.rustup/toolchains/1.84.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=68d28ddcd72b95c1 -C extra-filename=-68d28ddcd72b95c1 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
961 | 2025-01-27T04:07:16.384Z | Running `/home/build/.rustup/toolchains/1.84.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=98a8ee7a8c9568c3 -C extra-filename=-98a8ee7a8c9568c3 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
962 | 2025-01-27T04:07:16.389Z | Running `/home/build/.rustup/toolchains/1.84.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=9c00666996dd68a4 -C extra-filename=-9c00666996dd68a4 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
963 | 2025-01-27T04:07:16.389Z | Running `/home/build/.rustup/toolchains/1.84.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=02f8d86ea5fd796a -C extra-filename=-02f8d86ea5fd796a --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
964 | 2025-01-27T04:07:16.389Z | Running `/home/build/.rustup/toolchains/1.84.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=e86d01cd87da3c68 -C extra-filename=-e86d01cd87da3c68 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
965 | 2025-01-27T04:07:16.394Z | Running `/home/build/.rustup/toolchains/1.84.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=6c6f2a75e7e3bf2d -C extra-filename=-6c6f2a75e7e3bf2d --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
966 | 2025-01-27T04:07:16.397Z | Running `/home/build/.rustup/toolchains/1.84.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=64e526ad22d5df82 -C extra-filename=-64e526ad22d5df82 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
967 | 2025-01-27T04:07:16.397Z | Running `/home/build/.rustup/toolchains/1.84.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=961709b548165074 -C extra-filename=-961709b548165074 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
968 | 2025-01-27T04:07:17.977Z | Running `/home/build/.rustup/toolchains/1.84.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=b1a78b5c47fb4067 -C extra-filename=-b1a78b5c47fb4067 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
969 | 2025-01-27T04:07:35.273Z | Running `/home/build/.rustup/toolchains/1.84.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=e7836b21c2bdf2e3 -C extra-filename=-e7836b21c2bdf2e3 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
970 | 2025-01-27T04:07:36.072Z | Running `/home/build/.rustup/toolchains/1.84.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=a0e411e6fa0ed4ca -C extra-filename=-a0e411e6fa0ed4ca --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
971 | 2025-01-27T04:07:36.449Z | Running `/home/build/.rustup/toolchains/1.84.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=77c5779511600f46 -C extra-filename=-77c5779511600f46 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
972 | 2025-01-27T04:07:37.678Z | Running `/home/build/.rustup/toolchains/1.84.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=e2474e84b5487e91 -C extra-filename=-e2474e84b5487e91 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
973 | 2025-01-27T04:07:39.372Z | Running `/home/build/.rustup/toolchains/1.84.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=2bd63f5f271dd61a -C extra-filename=-2bd63f5f271dd61a --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
974 | 2025-01-27T04:07:40.239Z | Running `/home/build/.rustup/toolchains/1.84.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=41c045ad64bac159 -C extra-filename=-41c045ad64bac159 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
975 | 2025-01-27T04:07:40.774Z | Running `/home/build/.rustup/toolchains/1.84.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=d0db265921bc7757 -C extra-filename=-d0db265921bc7757 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
976 | 2025-01-27T04:07:57.098Z | Running `/home/build/.rustup/toolchains/1.84.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=6c0526e98c699494 -C extra-filename=-6c0526e98c699494 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
977 | 2025-01-27T04:07:57.643Z | Running `/home/build/.rustup/toolchains/1.84.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=676d8e4eab142216 -C extra-filename=-676d8e4eab142216 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
978 | 2025-01-27T04:07:59.607Z | Running `/home/build/.rustup/toolchains/1.84.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=1131b60d16b3693c -C extra-filename=-1131b60d16b3693c --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
979 | 2025-01-27T04:08:00.253Z | Running `/home/build/.rustup/toolchains/1.84.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=0550eedbfcfedbee -C extra-filename=-0550eedbfcfedbee --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
980 | 2025-01-27T04:08:03.125Z | Running `/home/build/.rustup/toolchains/1.84.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=83afab9427f5f219 -C extra-filename=-83afab9427f5f219 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
981 | 2025-01-27T04:08:03.619Z | Running `/home/build/.rustup/toolchains/1.84.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=f320a19e7d0b76cd -C extra-filename=-f320a19e7d0b76cd --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
982 | 2025-01-27T04:08:05.926Z | Running `/home/build/.rustup/toolchains/1.84.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=db50afcaa52d32b4 -C extra-filename=-db50afcaa52d32b4 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
983 | 2025-01-27T04:08:11.430Z | Running `/home/build/.rustup/toolchains/1.84.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=afa9d7a39d745f4a -C extra-filename=-afa9d7a39d745f4a --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
984 | 2025-01-27T04:08:17.977Z | Running `/home/build/.rustup/toolchains/1.84.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=9d600caca85150d8 -C extra-filename=-9d600caca85150d8 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-250d57aae0170561.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-1e8b201ecb6bdd5d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
985 | 2025-01-27T04:08:39.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
986 | 2025-01-27T04:08:40.098Z | |
987 | 2025-01-27T04:08:40.101Z | real 2:23.339822586 |
988 | 2025-01-27T04:08:40.101Z | user 14:54.828222109 |
989 | 2025-01-27T04:08:40.101Z | sys 1:42.818049335 |
990 | 2025-01-27T04:08:40.101Z | trap 0.761789871 |
991 | 2025-01-27T04:08:40.101Z | tflt 0.696290601 |
992 | 2025-01-27T04:08:40.101Z | dflt 0.339408422 |
993 | 2025-01-27T04:08:40.101Z | kflt 0.008491132 |
994 | 2025-01-27T04:08:40.101Z | lock 28:53.083569574 |
995 | 2025-01-27T04:08:40.101Z | slp 1:08:18.599527235 |
996 | 2025-01-27T04:08:40.101Z | lat 47.665910855 |
997 | 2025-01-27T04:08:40.101Z | stop 1:03.474662405 |
998 | 2025-01-27T04:08:40.101Z | + banner test |
999 | 2025-01-27T04:08:40.101Z | |
1000 | 2025-01-27T04:08:40.101Z | ##### ###### #### ##### |
1001 | 2025-01-27T04:08:40.101Z | # # # # |
1002 | 2025-01-27T04:08:40.101Z | # ##### #### # |
1003 | 2025-01-27T04:08:40.101Z | # # # # |
1004 | 2025-01-27T04:08:40.101Z | # # # # # |
1005 | 2025-01-27T04:08:40.101Z | # ###### #### # |
1006 | 2025-01-27T04:08:40.101Z | |
1007 | 2025-01-27T04:08:40.101Z | + ptime -m cargo test --all-features --locked --verbose |
1008 | 2025-01-27T04:08:40.371Z | Fresh unicode-ident v1.0.12 |
1009 | 2025-01-27T04:08:40.371Z | Fresh cfg-if v1.0.0 |
1010 | 2025-01-27T04:08:40.371Z | Fresh itoa v1.0.1 |
1011 | 2025-01-27T04:08:40.371Z | Fresh memchr v2.6.0 |
1012 | 2025-01-27T04:08:40.376Z | Fresh proc-macro2 v1.0.93 |
1013 | 2025-01-27T04:08:40.376Z | Fresh version_check v0.9.5 |
1014 | 2025-01-27T04:08:40.376Z | Fresh once_cell v1.20.1 |
1015 | 2025-01-27T04:08:40.376Z | Fresh pin-project-lite v0.2.12 |
1016 | 2025-01-27T04:08:40.376Z | Fresh autocfg v1.1.0 |
1017 | 2025-01-27T04:08:40.376Z | Fresh quote v1.0.38 |
1018 | 2025-01-27T04:08:40.376Z | Fresh libc v0.2.169 |
1019 | 2025-01-27T04:08:40.376Z | Fresh smallvec v1.13.2 |
1020 | 2025-01-27T04:08:40.376Z | Fresh bytes v1.9.0 |
1021 | 2025-01-27T04:08:40.376Z | Fresh futures-core v0.3.31 |
1022 | 2025-01-27T04:08:40.376Z | Fresh cc v1.0.83 |
1023 | 2025-01-27T04:08:40.376Z | Fresh getrandom v0.2.11 |
1024 | 2025-01-27T04:08:40.376Z | Fresh scopeguard v1.2.0 |
1025 | 2025-01-27T04:08:40.376Z | Fresh serde_derive v1.0.217 |
1026 | 2025-01-27T04:08:40.376Z | Fresh log v0.4.17 |
1027 | 2025-01-27T04:08:40.376Z | Fresh futures-sink v0.3.31 |
1028 | 2025-01-27T04:08:40.376Z | Fresh parking_lot_core v0.9.4 |
1029 | 2025-01-27T04:08:40.376Z | Fresh lock_api v0.4.6 |
1030 | 2025-01-27T04:08:40.376Z | Fresh synstructure v0.13.1 |
1031 | 2025-01-27T04:08:40.376Z | Fresh serde v1.0.217 |
1032 | 2025-01-27T04:08:40.376Z | Fresh slab v0.4.9 |
1033 | 2025-01-27T04:08:40.376Z | Fresh parking_lot v0.12.1 |
1034 | 2025-01-27T04:08:40.376Z | Fresh ryu v1.0.5 |
1035 | 2025-01-27T04:08:40.376Z | Fresh thiserror-impl v1.0.69 |
1036 | 2025-01-27T04:08:40.376Z | Fresh tokio-macros v2.5.0 |
1037 | 2025-01-27T04:08:40.376Z | Fresh mio v1.0.3 |
1038 | 2025-01-27T04:08:40.376Z | Fresh signal-hook-registry v1.4.0 |
1039 | 2025-01-27T04:08:40.376Z | Fresh socket2 v0.5.5 |
1040 | 2025-01-27T04:08:40.376Z | Fresh zerofrom-derive v0.1.5 |
1041 | 2025-01-27T04:08:40.376Z | Fresh futures-channel v0.3.31 |
1042 | 2025-01-27T04:08:40.376Z | Fresh futures-macro v0.3.31 |
1043 | 2025-01-27T04:08:40.376Z | Fresh futures-io v0.3.31 |
1044 | 2025-01-27T04:08:40.376Z | Fresh tokio v1.43.0 |
1045 | 2025-01-27T04:08:40.376Z | Fresh thiserror v1.0.69 |
1046 | 2025-01-27T04:08:40.376Z | Fresh pin-utils v0.1.0 |
1047 | 2025-01-27T04:08:40.376Z | Fresh futures-task v0.3.31 |
1048 | 2025-01-27T04:08:40.377Z | Fresh fnv v1.0.7 |
1049 | 2025-01-27T04:08:40.377Z | Fresh zerofrom v0.1.5 |
1050 | 2025-01-27T04:08:40.377Z | Fresh yoke-derive v0.7.5 |
1051 | 2025-01-27T04:08:40.377Z | Fresh futures-util v0.3.31 |
1052 | 2025-01-27T04:08:40.377Z | Fresh http v1.2.0 |
1053 | 2025-01-27T04:08:40.377Z | Fresh serde_json v1.0.137 |
1054 | 2025-01-27T04:08:40.377Z | Fresh stable_deref_trait v1.2.0 |
1055 | 2025-01-27T04:08:40.377Z | Fresh equivalent v1.0.0 |
1056 | 2025-01-27T04:08:40.377Z | Fresh hashbrown v0.15.2 |
1057 | 2025-01-27T04:08:40.377Z | Fresh zerovec-derive v0.10.3 |
1058 | 2025-01-27T04:08:40.377Z | Fresh indexmap v2.7.1 |
1059 | 2025-01-27T04:08:40.377Z | Fresh yoke v0.7.5 |
1060 | 2025-01-27T04:08:40.377Z | Fresh rustls-pki-types v1.10.0 |
1061 | 2025-01-27T04:08:40.377Z | Fresh displaydoc v0.2.5 |
1062 | 2025-01-27T04:08:40.377Z | Fresh spin v0.9.8 |
1063 | 2025-01-27T04:08:40.377Z | Fresh tracing-core v0.1.32 |
1064 | 2025-01-27T04:08:40.377Z | Fresh zerovec v0.10.4 |
1065 | 2025-01-27T04:08:40.377Z | Fresh untrusted v0.9.0 |
1066 | 2025-01-27T04:08:40.377Z | Fresh byteorder v1.4.3 |
1067 | 2025-01-27T04:08:40.377Z | Fresh ucd-trie v0.1.6 |
1068 | 2025-01-27T04:08:40.377Z | Fresh tracing v0.1.40 |
1069 | 2025-01-27T04:08:40.377Z | Fresh writeable v0.5.5 |
1070 | 2025-01-27T04:08:40.377Z | Fresh pkg-config v0.3.31 |
1071 | 2025-01-27T04:08:40.377Z | Fresh httparse v1.8.0 |
1072 | 2025-01-27T04:08:40.377Z | Fresh pest v2.7.6 |
1073 | 2025-01-27T04:08:40.377Z | Fresh tinystr v0.7.6 |
1074 | 2025-01-27T04:08:40.377Z | Fresh ring v0.17.7 |
1075 | 2025-01-27T04:08:40.377Z | Fresh atomic-waker v1.1.1 |
1076 | 2025-01-27T04:08:40.377Z | Fresh vcpkg v0.2.15 |
1077 | 2025-01-27T04:08:40.377Z | Fresh litemap v0.7.4 |
1078 | 2025-01-27T04:08:40.377Z | Fresh pest_meta v2.7.6 |
1079 | 2025-01-27T04:08:40.377Z | Fresh icu_locid v1.5.0 |
1080 | 2025-01-27T04:08:40.377Z | Fresh tokio-util v0.7.7 |
1081 | 2025-01-27T04:08:40.377Z | Fresh http-body v1.0.1 |
1082 | 2025-01-27T04:08:40.377Z | Fresh zerocopy-derive v0.7.32 |
1083 | 2025-01-27T04:08:40.377Z | Fresh icu_provider_macros v1.5.0 |
1084 | 2025-01-27T04:08:40.377Z | Fresh try-lock v0.2.3 |
1085 | 2025-01-27T04:08:40.377Z | Fresh icu_provider v1.5.0 |
1086 | 2025-01-27T04:08:40.377Z | Fresh h2 v0.4.6 |
1087 | 2025-01-27T04:08:40.377Z | Fresh pest_generator v2.7.6 |
1088 | 2025-01-27T04:08:40.378Z | Fresh typenum v1.14.0 |
1089 | 2025-01-27T04:08:40.378Z | Fresh want v0.3.0 |
1090 | 2025-01-27T04:08:40.378Z | Fresh zerocopy v0.7.32 |
1091 | 2025-01-27T04:08:40.378Z | Fresh rustls-webpki v0.102.8 |
1092 | 2025-01-27T04:08:40.378Z | Fresh num-conv v0.1.0 |
1093 | 2025-01-27T04:08:40.378Z | Fresh powerfmt v0.2.0 |
1094 | 2025-01-27T04:08:40.378Z | Fresh httpdate v1.0.1 |
1095 | 2025-01-27T04:08:40.378Z | Fresh time-core v0.1.2 |
1096 | 2025-01-27T04:08:40.378Z | Fresh zeroize v1.7.0 |
1097 | 2025-01-27T04:08:40.378Z | Fresh icu_locid_transform_data v1.5.0 |
1098 | 2025-01-27T04:08:40.378Z | Fresh subtle v2.5.0 |
1099 | 2025-01-27T04:08:40.378Z | Fresh hyper v1.5.2 |
1100 | 2025-01-27T04:08:40.378Z | Fresh crossbeam-utils v0.8.15 |
1101 | 2025-01-27T04:08:40.378Z | Fresh generic-array v0.14.5 |
1102 | 2025-01-27T04:08:40.378Z | Fresh deranged v0.3.11 |
1103 | 2025-01-27T04:08:40.378Z | Fresh time-macros v0.2.18 |
1104 | 2025-01-27T04:08:40.378Z | Fresh icu_locid_transform v1.5.0 |
1105 | 2025-01-27T04:08:40.378Z | Fresh pest_derive v2.7.6 |
1106 | 2025-01-27T04:08:40.378Z | Fresh icu_collections v1.5.0 |
1107 | 2025-01-27T04:08:40.378Z | Fresh serde_tokenstream v0.2.2 |
1108 | 2025-01-27T04:08:40.378Z | Fresh num_threads v0.1.3 |
1109 | 2025-01-27T04:08:40.378Z | Fresh base64 v0.22.1 |
1110 | 2025-01-27T04:08:40.378Z | Fresh tower-service v0.3.3 |
1111 | 2025-01-27T04:08:40.378Z | Fresh bitflags v2.4.0 |
1112 | 2025-01-27T04:08:40.382Z | Fresh icu_properties_data v1.5.0 |
1113 | 2025-01-27T04:08:40.382Z | Fresh dtrace-parser v0.2.0 |
1114 | 2025-01-27T04:08:40.382Z | Fresh time v0.3.36 |
1115 | 2025-01-27T04:08:40.382Z | Fresh scroll_derive v0.12.0 |
1116 | 2025-01-27T04:08:40.382Z | Fresh icu_properties v1.5.1 |
1117 | 2025-01-27T04:08:40.382Z | Fresh unicode-width v0.1.9 |
1118 | 2025-01-27T04:08:40.382Z | Fresh utf16_iter v1.0.5 |
1119 | 2025-01-27T04:08:40.382Z | Fresh percent-encoding v2.3.1 |
1120 | 2025-01-27T04:08:40.382Z | Fresh openssl-probe v0.1.4 |
1121 | 2025-01-27T04:08:40.382Z | Fresh utf8_iter v1.0.4 |
1122 | 2025-01-27T04:08:40.382Z | Fresh write16 v1.0.0 |
1123 | 2025-01-27T04:08:40.382Z | Fresh foreign-types-shared v0.1.1 |
1124 | 2025-01-27T04:08:40.382Z | Fresh lazy_static v1.5.0 |
1125 | 2025-01-27T04:08:40.382Z | Fresh icu_normalizer_data v1.5.0 |
1126 | 2025-01-27T04:08:40.382Z | Fresh slog v2.7.0 |
1127 | 2025-01-27T04:08:40.382Z | Fresh form_urlencoded v1.2.1 |
1128 | 2025-01-27T04:08:40.382Z | Fresh icu_normalizer v1.5.0 |
1129 | 2025-01-27T04:08:40.382Z | Fresh foreign-types v0.3.2 |
1130 | 2025-01-27T04:08:40.382Z | Fresh paste v1.0.15 |
1131 | 2025-01-27T04:08:40.382Z | Fresh scroll v0.12.0 |
1132 | 2025-01-27T04:08:40.382Z | Fresh hyper-util v0.1.10 |
1133 | 2025-01-27T04:08:40.382Z | Fresh crypto-common v0.1.6 |
1134 | 2025-01-27T04:08:40.382Z | Fresh block-buffer v0.10.2 |
1135 | 2025-01-27T04:08:40.382Z | Fresh openssl-sys v0.9.103 |
1136 | 2025-01-27T04:08:40.382Z | Fresh rand_core v0.6.3 |
1137 | 2025-01-27T04:08:40.382Z | Fresh openssl-macros v0.1.1 |
1138 | 2025-01-27T04:08:40.382Z | Fresh mime v0.3.16 |
1139 | 2025-01-27T04:08:40.382Z | Fresh ppv-lite86 v0.2.15 |
1140 | 2025-01-27T04:08:40.382Z | Fresh unicode-segmentation v1.10.0 |
1141 | 2025-01-27T04:08:40.382Z | Fresh plain v0.2.3 |
1142 | 2025-01-27T04:08:40.382Z | Fresh goblin v0.8.0 |
1143 | 2025-01-27T04:08:40.382Z | Fresh newline-converter v0.3.0 |
1144 | 2025-01-27T04:08:40.382Z | Fresh rand_chacha v0.3.1 |
1145 | 2025-01-27T04:08:40.382Z | Fresh openssl v0.10.66 |
1146 | 2025-01-27T04:08:40.382Z | Fresh digest v0.10.7 |
1147 | 2025-01-27T04:08:40.382Z | Fresh unicase v2.6.0 |
1148 | 2025-01-27T04:08:40.383Z | Fresh semver v1.0.25 |
1149 | 2025-01-27T04:08:40.383Z | Fresh idna_adapter v1.2.0 |
1150 | 2025-01-27T04:08:40.383Z | Fresh rustls-pemfile v2.1.3 |
1151 | 2025-01-27T04:08:40.383Z | Fresh toml_datetime v0.6.8 |
1152 | 2025-01-27T04:08:40.383Z | Fresh serde_spanned v0.6.7 |
1153 | 2025-01-27T04:08:40.383Z | Fresh dirs-sys-next v0.1.2 |
1154 | 2025-01-27T04:08:40.383Z | Fresh similar v2.2.1 |
1155 | 2025-01-27T04:08:40.383Z | Fresh cpufeatures v0.2.2 |
1156 | 2025-01-27T04:08:40.383Z | Fresh heck v0.5.0 |
1157 | 2025-01-27T04:08:40.383Z | Fresh pretty-hex v0.4.1 |
1158 | 2025-01-27T04:08:40.383Z | Fresh winnow v0.6.18 |
1159 | 2025-01-27T04:08:40.383Z | Fresh dirs-next v2.0.0 |
1160 | 2025-01-27T04:08:40.383Z | Fresh dof v0.3.0 |
1161 | 2025-01-27T04:08:40.383Z | Fresh toml_edit v0.22.20 |
1162 | 2025-01-27T04:08:40.383Z | Fresh sha1 v0.10.6 |
1163 | 2025-01-27T04:08:40.383Z | Fresh native-tls v0.2.12 |
1164 | 2025-01-27T04:08:40.383Z | Fresh idna v1.0.3 |
1165 | 2025-01-27T04:08:40.383Z | Fresh rustls v0.22.4 |
1166 | 2025-01-27T04:08:40.383Z | Fresh num-traits v0.2.14 |
1167 | 2025-01-27T04:08:40.383Z | Fresh rustls v0.23.13 |
1168 | 2025-01-27T04:08:40.383Z | Fresh rand v0.8.4 |
1169 | 2025-01-27T04:08:40.383Z | Fresh concurrent-queue v2.5.0 |
1170 | 2025-01-27T04:08:40.383Z | Fresh http-body-util v0.1.2 |
1171 | 2025-01-27T04:08:40.383Z | Fresh serde_derive_internals v0.29.0 |
1172 | 2025-01-27T04:08:40.383Z | Fresh syn v2.0.96 |
1173 | 2025-01-27T04:08:40.383Z | Fresh thread-id v4.0.0 |
1174 | 2025-01-27T04:08:40.383Z | Fresh thread_local v1.1.4 |
1175 | 2025-01-27T04:08:40.383Z | Fresh encoding_rs v0.8.32 |
1176 | 2025-01-27T04:08:40.383Z | Fresh match_cfg v0.1.0 |
1177 | 2025-01-27T04:08:40.383Z | Fresh iana-time-zone v0.1.47 |
1178 | 2025-01-27T04:08:40.383Z | Fresh parking v2.2.0 |
1179 | 2025-01-27T04:08:40.383Z | Fresh hostname v0.3.1 |
1180 | 2025-01-27T04:08:40.383Z | Fresh event-listener v5.0.0 |
1181 | 2025-01-27T04:08:40.383Z | Fresh chrono v0.4.39 |
1182 | 2025-01-27T04:08:40.383Z | Fresh usdt-impl v0.5.0 |
1183 | 2025-01-27T04:08:40.383Z | Fresh tokio-rustls v0.25.0 |
1184 | 2025-01-27T04:08:40.383Z | Fresh tokio-rustls v0.26.0 |
1185 | 2025-01-27T04:08:40.383Z | Fresh schemars_derive v0.8.21 |
1186 | 2025-01-27T04:08:40.383Z | Fresh tokio-native-tls v0.3.1 |
1187 | 2025-01-27T04:08:40.384Z | Fresh term v0.7.0 |
1188 | 2025-01-27T04:08:40.384Z | Fresh toml v0.8.19 |
1189 | 2025-01-27T04:08:40.384Z | Fresh url v2.5.4 |
1190 | 2025-01-27T04:08:40.384Z | Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
1191 | 2025-01-27T04:08:40.384Z | Fresh usdt-macro v0.5.0 |
1192 | 2025-01-27T04:08:40.384Z | Fresh usdt-attr-macro v0.5.0 |
1193 | 2025-01-27T04:08:40.384Z | Fresh serde_urlencoded v0.7.1 |
1194 | 2025-01-27T04:08:40.384Z | Fresh slog-json v2.6.1 |
1195 | 2025-01-27T04:08:40.384Z | Fresh crossbeam-channel v0.5.1 |
1196 | 2025-01-27T04:08:40.384Z | Fresh webpki-roots v0.26.5 |
1197 | 2025-01-27T04:08:40.384Z | Fresh futures-executor v0.3.31 |
1198 | 2025-01-27T04:08:40.384Z | Fresh uuid v1.12.0 |
1199 | 2025-01-27T04:08:40.384Z | Fresh async-stream-impl v0.3.6 |
1200 | 2025-01-27T04:08:40.384Z | Fresh thiserror-impl v2.0.11 |
1201 | 2025-01-27T04:08:40.384Z | Fresh memmap v0.7.0 |
1202 | 2025-01-27T04:08:40.384Z | Fresh errno v0.3.8 |
1203 | 2025-01-27T04:08:40.384Z | Fresh sync_wrapper v1.0.1 |
1204 | 2025-01-27T04:08:40.384Z | Fresh is-terminal v0.4.12 |
1205 | 2025-01-27T04:08:40.384Z | Running `/home/build/.rustup/toolchains/1.84.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=a871095c580fd23b -C extra-filename=-a871095c580fd23b --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-c36b67d624d3a7a9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7d041217b6bfd84.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro` |
1206 | 2025-01-27T04:08:40.384Z | Fresh data-encoding v2.4.0 |
1207 | 2025-01-27T04:08:40.384Z | Fresh utf-8 v0.7.6 |
1208 | 2025-01-27T04:08:40.384Z | Fresh dyn-clone v1.0.4 |
1209 | 2025-01-27T04:08:40.384Z | Fresh tower-layer v0.3.3 |
1210 | 2025-01-27T04:08:40.418Z | Fresh take_mut v0.2.2 |
1211 | 2025-01-27T04:08:40.420Z | Fresh tungstenite v0.24.0 |
1212 | 2025-01-27T04:08:40.420Z | Fresh tower v0.5.2 |
1213 | 2025-01-27T04:08:40.420Z | Fresh schemars v0.8.21 |
1214 | 2025-01-27T04:08:40.420Z | Fresh slog-async v2.8.0 |
1215 | 2025-01-27T04:08:40.421Z | Fresh thiserror v2.0.11 |
1216 | 2025-01-27T04:08:40.421Z | Fresh slog-term v2.9.1 |
1217 | 2025-01-27T04:08:40.421Z | Fresh async-stream v0.3.6 |
1218 | 2025-01-27T04:08:40.421Z | Fresh usdt v0.5.0 |
1219 | 2025-01-27T04:08:40.421Z | Fresh rustix v0.38.40 |
1220 | 2025-01-27T04:08:40.421Z | Fresh futures v0.3.31 |
1221 | 2025-01-27T04:08:40.421Z | Fresh hyper-rustls v0.27.3 |
1222 | 2025-01-27T04:08:40.421Z | Fresh slog-bunyan v2.5.0 |
1223 | 2025-01-27T04:08:40.421Z | Fresh mime_guess v2.0.5 |
1224 | 2025-01-27T04:08:40.421Z | Fresh hyper-tls v0.6.0 |
1225 | 2025-01-27T04:08:40.421Z | Fresh event-listener-strategy v0.5.2 |
1226 | 2025-01-27T04:08:40.421Z | Fresh target-triple v0.1.3 |
1227 | 2025-01-27T04:08:40.421Z | Fresh camino v1.1.9 |
1228 | 2025-01-27T04:08:40.421Z | Fresh multer v3.1.0 |
1229 | 2025-01-27T04:08:40.421Z | Fresh rustls-native-certs v0.7.0 |
1230 | 2025-01-27T04:08:40.421Z | Fresh yasna v0.5.2 |
1231 | 2025-01-27T04:08:40.421Z | Fresh pem v3.0.4 |
1232 | 2025-01-27T04:08:40.421Z | Fresh waitgroup v0.1.2 |
1233 | 2025-01-27T04:08:40.421Z | Fresh openapiv3 v2.0.0 |
1234 | 2025-01-27T04:08:40.421Z | Fresh serde_path_to_error v0.1.16 |
1235 | 2025-01-27T04:08:40.421Z | Fresh async-trait v0.1.85 |
1236 | 2025-01-27T04:08:40.421Z | Fresh hostname v0.4.0 |
1237 | 2025-01-27T04:08:40.421Z | Fresh ipnet v2.10.0 |
1238 | 2025-01-27T04:08:40.421Z | Fresh glob v0.3.0 |
1239 | 2025-01-27T04:08:40.421Z | Fresh debug-ignore v1.0.5 |
1240 | 2025-01-27T04:08:40.421Z | Fresh http-range v0.1.4 |
1241 | 2025-01-27T04:08:40.421Z | Fresh simple-mermaid v0.2.0 |
1242 | 2025-01-27T04:08:40.421Z | Fresh termcolor v1.1.2 |
1243 | 2025-01-27T04:08:40.421Z | Fresh fastrand v2.1.1 |
1244 | 2025-01-27T04:08:40.421Z | Fresh hyper-staticfile v0.10.1 |
1245 | 2025-01-27T04:08:40.421Z | Fresh reqwest v0.12.12 |
1246 | 2025-01-27T04:08:40.421Z | Fresh rcgen v0.13.2 |
1247 | 2025-01-27T04:08:40.421Z | Fresh tempfile v3.14.0 |
1248 | 2025-01-27T04:08:40.421Z | Fresh trybuild v1.0.103 |
1249 | 2025-01-27T04:08:40.421Z | Fresh hyper-rustls v0.26.0 |
1250 | 2025-01-27T04:08:40.421Z | Fresh async-channel v2.3.1 |
1251 | 2025-01-27T04:08:40.421Z | Fresh anyhow v1.0.95 |
1252 | 2025-01-27T04:08:40.421Z | Fresh buf-list v1.0.3 |
1253 | 2025-01-27T04:08:40.421Z | Fresh tokio-tungstenite v0.24.0 |
1254 | 2025-01-27T04:08:40.421Z | Fresh subprocess v0.2.9 |
1255 | 2025-01-27T04:08:40.426Z | Fresh schema-derive v0.1.0 |
1256 | 2025-01-27T04:08:40.426Z | Fresh console v0.15.7 |
1257 | 2025-01-27T04:08:40.426Z | Fresh schema v0.1.0 |
1258 | 2025-01-27T04:08:40.426Z | Fresh expectorate v1.1.0 |
1259 | 2025-01-27T04:08:40.426Z | Fresh prettyplease v0.2.29 |
1260 | 2025-01-27T04:08:42.422Z | Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot) |
1261 | 2025-01-27T04:08:42.426Z | Running `/home/build/.rustup/toolchains/1.84.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=01f8ea26c7446876 -C extra-filename=-01f8ea26c7446876 --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-532432e417b5e410.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out` |
1262 | 2025-01-27T04:08:42.426Z | Running `/home/build/.rustup/toolchains/1.84.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=5b7d332bfe720609 -C extra-filename=-5b7d332bfe720609 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1263 | 2025-01-27T04:08:48.277Z | Running `/home/build/.rustup/toolchains/1.84.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=09eee118834fd786 -C extra-filename=-09eee118834fd786 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1264 | 2025-01-27T04:08:48.277Z | Running `/home/build/.rustup/toolchains/1.84.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=a022e62d2bc8b877 -C extra-filename=-a022e62d2bc8b877 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1265 | 2025-01-27T04:08:48.280Z | Running `/home/build/.rustup/toolchains/1.84.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=87c1cbbb5771c343 -C extra-filename=-87c1cbbb5771c343 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1266 | 2025-01-27T04:08:48.283Z | Running `/home/build/.rustup/toolchains/1.84.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=524712a1f2de1105 -C extra-filename=-524712a1f2de1105 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1267 | 2025-01-27T04:08:48.283Z | Running `/home/build/.rustup/toolchains/1.84.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=2cf9002fd6d6599e -C extra-filename=-2cf9002fd6d6599e --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1268 | 2025-01-27T04:08:48.288Z | Running `/home/build/.rustup/toolchains/1.84.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=34cfe9408c0afc04 -C extra-filename=-34cfe9408c0afc04 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1269 | 2025-01-27T04:08:48.290Z | Running `/home/build/.rustup/toolchains/1.84.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=b250ab97c51d13f5 -C extra-filename=-b250ab97c51d13f5 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1270 | 2025-01-27T04:09:08.230Z | Running `/home/build/.rustup/toolchains/1.84.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=49af9091331c378d -C extra-filename=-49af9091331c378d --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1271 | 2025-01-27T04:09:08.657Z | Running `/home/build/.rustup/toolchains/1.84.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=f79ddfb53cbef5be -C extra-filename=-f79ddfb53cbef5be --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1272 | 2025-01-27T04:09:09.533Z | Running `/home/build/.rustup/toolchains/1.84.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=5d649b1272ca7cfa -C extra-filename=-5d649b1272ca7cfa --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1273 | 2025-01-27T04:09:10.325Z | Running `/home/build/.rustup/toolchains/1.84.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=3ad1598d609b9cdf -C extra-filename=-3ad1598d609b9cdf --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1274 | 2025-01-27T04:09:12.510Z | Running `/home/build/.rustup/toolchains/1.84.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=6d02dcf72039149d -C extra-filename=-6d02dcf72039149d --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1275 | 2025-01-27T04:09:13.987Z | Running `/home/build/.rustup/toolchains/1.84.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=3f93c44db4785e19 -C extra-filename=-3f93c44db4785e19 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1276 | 2025-01-27T04:09:14.048Z | Running `/home/build/.rustup/toolchains/1.84.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=f313acb359d639fc -C extra-filename=-f313acb359d639fc --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1277 | 2025-01-27T04:09:30.799Z | Running `/home/build/.rustup/toolchains/1.84.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=eaac3331a04be3d7 -C extra-filename=-eaac3331a04be3d7 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1278 | 2025-01-27T04:09:31.173Z | Running `/home/build/.rustup/toolchains/1.84.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=29cafb095c176a9a -C extra-filename=-29cafb095c176a9a --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1279 | 2025-01-27T04:09:33.206Z | Running `/home/build/.rustup/toolchains/1.84.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=b4bc576021cff509 -C extra-filename=-b4bc576021cff509 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1280 | 2025-01-27T04:09:33.875Z | Running `/home/build/.rustup/toolchains/1.84.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=66f683c361f6a42e -C extra-filename=-66f683c361f6a42e --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1281 | 2025-01-27T04:09:34.603Z | Running `/home/build/.rustup/toolchains/1.84.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=357d06b8e3a702a0 -C extra-filename=-357d06b8e3a702a0 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1282 | 2025-01-27T04:09:35.944Z | Running `/home/build/.rustup/toolchains/1.84.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=24bdf4a7b319c17a -C extra-filename=-24bdf4a7b319c17a --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1283 | 2025-01-27T04:09:36.751Z | Running `/home/build/.rustup/toolchains/1.84.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=4c33a6850b0cd099 -C extra-filename=-4c33a6850b0cd099 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1284 | 2025-01-27T04:09:49.087Z | Running `/home/build/.rustup/toolchains/1.84.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=75e2ed3444b375c6 -C extra-filename=-75e2ed3444b375c6 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1285 | 2025-01-27T04:09:50.373Z | Running `/home/build/.rustup/toolchains/1.84.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=ec3f28fdcdf3f352 -C extra-filename=-ec3f28fdcdf3f352 --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1286 | 2025-01-27T04:09:54.467Z | Running `/home/build/.rustup/toolchains/1.84.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=d4cf46b3728774da -C extra-filename=-d4cf46b3728774da --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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-bb3b673220a21ce9/out -L native=/usr/ssl-3/lib/amd64` |
1287 | 2025-01-27T04:10:07.624Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 27s |
1288 | 2025-01-27T04:10:07.675Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-5b7d332bfe720609` |
1289 | 2025-01-27T04:10:07.702Z | |
1290 | 2025-01-27T04:10:07.702Z | running 104 tests |
1291 | 2025-01-27T04:10:07.705Z | test api_description::test::test_endpoint_versions_range ... ok |
1292 | 2025-01-27T04:10:07.705Z | test api_description::test::test_endpoint_versions_matches ... ok |
1293 | 2025-01-27T04:10:07.705Z | test api_description::test::test_endpoint_versions_overlaps ... ok |
1294 | 2025-01-27T04:10:07.705Z | test api_description::test::test_badpath4 - should panic ... ok |
1295 | 2025-01-27T04:10:07.705Z | test api_description::test::test_badpath3 ... ok |
1296 | 2025-01-27T04:10:07.705Z | test api_description::test::test_badpath1 ... ok |
1297 | 2025-01-27T04:10:07.705Z | test api_description::test::test_badpath2 ... ok |
1298 | 2025-01-27T04:10:07.705Z | test api_description::test::test_dup_names ... ok |
1299 | 2025-01-27T04:10:07.705Z | test api_description::test::test_tags_need_one ... ok |
1300 | 2025-01-27T04:10:07.706Z | test api_description::test::test_tags_too_many ... ok |
1301 | 2025-01-27T04:10:07.706Z | test api_description::test::test_tags_just_right ... ok |
1302 | 2025-01-27T04:10:07.706Z | test api_description::test::test_tag_config_deserialize_old ... ok |
1303 | 2025-01-27T04:10:07.708Z | test error::test::test_serialize_error_response_body ... ok |
1304 | 2025-01-27T04:10:07.708Z | test from_map::test::test_lone_literal ... ok |
1305 | 2025-01-27T04:10:07.708Z | test extractor::metadata::test::test_metadata_simple ... ok |
1306 | 2025-01-27T04:10:07.708Z | test extractor::metadata::test::test_metadata_flattened ... ok |
1307 | 2025-01-27T04:10:07.708Z | test from_map::test::test_deep ... ok |
1308 | 2025-01-27T04:10:07.709Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
1309 | 2025-01-27T04:10:07.709Z | test from_map::test::test_missing_data1 ... ok |
1310 | 2025-01-27T04:10:07.709Z | test from_map::test::test_missing_data2 ... ok |
1311 | 2025-01-27T04:10:07.709Z | test extractor::metadata::test::test_metadata_pagination ... ok |
1312 | 2025-01-27T04:10:07.709Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
1313 | 2025-01-27T04:10:07.709Z | test from_map::test::test_types ... ok |
1314 | 2025-01-27T04:10:07.709Z | test logging::test::test_config_bad_file_no_level ... ok |
1315 | 2025-01-27T04:10:07.709Z | test logging::test::test_config_bad_file_no_file ... ok |
1316 | 2025-01-27T04:10:07.709Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
1317 | 2025-01-27T04:10:07.709Z | test logging::test::test_config_bad_terminal_no_level ... ok |
1318 | 2025-01-27T04:10:07.709Z | test logging::test::test_config_bad_log_mode ... ok |
1319 | 2025-01-27T04:10:07.709Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
1320 | 2025-01-27T04:10:07.709Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
1321 | 2025-01-27T04:10:07.709Z | test pagination::test::test_results_page ... ok |
1322 | 2025-01-27T04:10:07.709Z | test router::test::test_bad_path_segment1 - should panic ... ok |
1323 | 2025-01-27T04:10:07.709Z | test pagination::test::test_pagination_schema ... ok |
1324 | 2025-01-27T04:10:07.709Z | test pagination::test::test_page_token_serialization ... ok |
1325 | 2025-01-27T04:10:07.712Z | test router::test::test_bad_path_segment2 - should panic ... ok |
1326 | 2025-01-27T04:10:07.712Z | test pagination::test::test_pagparams_parsing ... ok |
1327 | 2025-01-27T04:10:07.712Z | test router::test::test_bad_path_segment3 - should panic ... ok |
1328 | 2025-01-27T04:10:07.712Z | note: configured to log to "/tmp/dropshot-5b7d332bfe720609.2073.file_dir/log.out" |
1329 | 2025-01-27T04:10:07.712Z | test router::test::test_bad_path_segment4 - should panic ... ok |
1330 | 2025-01-27T04:10:07.712Z | test router::test::test_bogus_regex - should panic ... ok |
1331 | 2025-01-27T04:10:07.712Z | test router::test::test_duplicate_route2 - should panic ... ok |
1332 | 2025-01-27T04:10:07.712Z | test router::test::test_duplicate_route1 - should panic ... ok |
1333 | 2025-01-27T04:10:07.712Z | test router::test::test_duplicate_varname - should panic ... ok |
1334 | 2025-01-27T04:10:07.712Z | test router::test::test_duplicate_route_overlapping_version - should panic ... ok |
1335 | 2025-01-27T04:10:07.712Z | test logging::test::test_config_stderr_terminal ... ok |
1336 | 2025-01-27T04:10:07.712Z | test router::test::test_duplicate_route3 - should panic ... ok |
1337 | 2025-01-27T04:10:07.712Z | test router::test::test_duplicate_route_same_version - should panic ... ok |
1338 | 2025-01-27T04:10:07.712Z | test router::test::test_empty_variable ... ok |
1339 | 2025-01-27T04:10:07.712Z | test router::test::test_embedded_non_variable ... ok |
1340 | 2025-01-27T04:10:07.712Z | test router::test::test_inconsistent_varname - should panic ... ok |
1341 | 2025-01-27T04:10:07.712Z | test router::test::test_iter ... ok |
1342 | 2025-01-27T04:10:07.712Z | test router::test::test_iter2 ... ok |
1343 | 2025-01-27T04:10:07.713Z | test router::test::test_error_cases ... ok |
1344 | 2025-01-27T04:10:07.713Z | test router::test::test_iter_null ... ok |
1345 | 2025-01-27T04:10:07.713Z | test router::test::test_literal_after_variable - should panic ... ok |
1346 | 2025-01-27T04:10:07.713Z | test router::test::test_literal_after_regex - should panic ... ok |
1347 | 2025-01-27T04:10:07.713Z | note: configured to log to "/tmp/dropshot-5b7d332bfe720609.2073.file_dir/log.out" |
1348 | 2025-01-27T04:10:07.713Z | test router::test::test_map_bad_value ... ok |
1349 | 2025-01-27T04:10:07.713Z | test router::test::test_map_bad_seq ... ok |
1350 | 2025-01-27T04:10:07.713Z | test router::test::test_map ... ok |
1351 | 2025-01-27T04:10:07.713Z | test router::test::test_path_segment ... ok |
1352 | 2025-01-27T04:10:07.713Z | test api_description::test::test_tags_set ... ok |
1353 | 2025-01-27T04:10:07.713Z | test router::test::test_more_after_regex - should panic ... ok |
1354 | 2025-01-27T04:10:07.713Z | test router::test::test_segments ... ok |
1355 | 2025-01-27T04:10:07.713Z | test router::test::test_router_versioned ... ok |
1356 | 2025-01-27T04:10:07.713Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
1357 | 2025-01-27T04:10:07.713Z | test router::test::test_variable_name_bad_end - should panic ... ok |
1358 | 2025-01-27T04:10:07.713Z | test router::test::test_variable_after_literal - should panic ... ok |
1359 | 2025-01-27T04:10:07.713Z | test router::test::test_variable_rename ... ok |
1360 | 2025-01-27T04:10:07.713Z | test router::test::test_variable_name_bad_start - should panic ... ok |
1361 | 2025-01-27T04:10:07.713Z | test router::test::test_router_basic ... ok |
1362 | 2025-01-27T04:10:07.713Z | test router::test::test_variable_name_empty - should panic ... ok |
1363 | 2025-01-27T04:10:07.713Z | test router::test::test_variables_basic ... ok |
1364 | 2025-01-27T04:10:07.713Z | test router::test::test_variables_glob ... ok |
1365 | 2025-01-27T04:10:07.713Z | test router::test::test_variables_multi ... ok |
1366 | 2025-01-27T04:10:07.713Z | test schema_util::test::test_empty_struct ... ok |
1367 | 2025-01-27T04:10:07.713Z | note: configured to log to "/tmp/dropshot-5b7d332bfe720609.2073.file_dir/log.out" |
1368 | 2025-01-27T04:10:07.716Z | test schema_util::test::test_additional_properties ... ok |
1369 | 2025-01-27T04:10:07.716Z | test schema_util::test::test_nullable ... ok |
1370 | 2025-01-27T04:10:07.716Z | test schema_util::test::test_bad_schema - should panic ... ok |
1371 | 2025-01-27T04:10:07.716Z | test schema_util::test::test_two_types - should panic ... ok |
1372 | 2025-01-27T04:10:07.716Z | test logging::test::test_config_file ... ok |
1373 | 2025-01-27T04:10:07.716Z | test schema_util::test::test_extension_conversion ... ok |
1374 | 2025-01-27T04:10:07.716Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
1375 | 2025-01-27T04:10:07.716Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
1376 | 2025-01-27T04:10:07.716Z | test test_util::test::test_bunyan_easy_cases ... ok |
1377 | 2025-01-27T04:10:07.716Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
1378 | 2025-01-27T04:10:07.716Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
1379 | 2025-01-27T04:10:07.716Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
1380 | 2025-01-27T04:10:07.716Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
1381 | 2025-01-27T04:10:07.716Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
1382 | 2025-01-27T04:10:07.717Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
1383 | 2025-01-27T04:10:07.717Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
1384 | 2025-01-27T04:10:07.717Z | test schema_util::test::test_schema2struct_with_enum_variants ... ok |
1385 | 2025-01-27T04:10:07.717Z | test to_map::test::test_to_map_enum ... ok |
1386 | 2025-01-27T04:10:07.717Z | test to_map::test::test_to_map_num ... ok |
1387 | 2025-01-27T04:10:07.717Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
1388 | 2025-01-27T04:10:07.717Z | test to_map::test::test_to_map_seq ... ok |
1389 | 2025-01-27T04:10:07.717Z | test to_map::test::test_to_map_valid ... ok |
1390 | 2025-01-27T04:10:07.717Z | test to_map::test::test_to_map_vec ... ok |
1391 | 2025-01-27T04:10:07.717Z | test type_util::tests::test_commented_ref ... ok |
1392 | 2025-01-27T04:10:07.717Z | test type_util::tests::test_reflexive_type - should panic ... ok |
1393 | 2025-01-27T04:10:07.717Z | test type_util::tests::test_recursive_type - should panic ... ok |
1394 | 2025-01-27T04:10:07.717Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
1395 | 2025-01-27T04:10:07.717Z | test server::test::test_drop_server_without_close_okay ... ok |
1396 | 2025-01-27T04:10:07.720Z | test server::test::test_server_run_then_close ... ok |
1397 | 2025-01-27T04:10:07.720Z | test server::test::test_http_acceptor_happy_path ... ok |
1398 | 2025-01-27T04:10:07.720Z | |
1399 | 2025-01-27T04:10:07.720Z | test result: ok. 104 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
1400 | 2025-01-27T04:10:07.720Z | |
1401 | 2025-01-27T04:10:07.722Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-f79ddfb53cbef5be` |
1402 | 2025-01-27T04:10:07.729Z | |
1403 | 2025-01-27T04:10:07.729Z | running 1 test |
1404 | 2025-01-27T04:10:08.153Z | Compiling proc-macro2 v1.0.93 |
1405 | 2025-01-27T04:10:08.153Z | Compiling unicode-ident v1.0.12 |
1406 | 2025-01-27T04:10:08.156Z | Compiling libc v0.2.169 |
1407 | 2025-01-27T04:10:08.156Z | Checking cfg-if v1.0.0 |
1408 | 2025-01-27T04:10:08.156Z | Compiling serde v1.0.217 |
1409 | 2025-01-27T04:10:08.156Z | Compiling version_check v0.9.5 |
1410 | 2025-01-27T04:10:08.167Z | Checking itoa v1.0.1 |
1411 | 2025-01-27T04:10:08.235Z | Checking pin-project-lite v0.2.12 |
1412 | 2025-01-27T04:10:08.344Z | Checking memchr v2.6.0 |
1413 | 2025-01-27T04:10:08.355Z | Compiling autocfg v1.1.0 |
1414 | 2025-01-27T04:10:08.393Z | Checking smallvec v1.13.2 |
1415 | 2025-01-27T04:10:08.746Z | Checking bytes v1.9.0 |
1416 | 2025-01-27T04:10:08.865Z | Compiling thiserror v1.0.69 |
1417 | 2025-01-27T04:10:08.970Z | Checking once_cell v1.20.1 |
1418 | 2025-01-27T04:10:09.216Z | Checking futures-core v0.3.31 |
1419 | 2025-01-27T04:10:09.257Z | Compiling log v0.4.17 |
1420 | 2025-01-27T04:10:09.260Z | Compiling ryu v1.0.5 |
1421 | 2025-01-27T04:10:09.412Z | Compiling parking_lot_core v0.9.4 |
1422 | 2025-01-27T04:10:09.508Z | Compiling slab v0.4.9 |
1423 | 2025-01-27T04:10:09.554Z | Checking scopeguard v1.2.0 |
1424 | 2025-01-27T04:10:09.642Z | Compiling cc v1.0.83 |
1425 | 2025-01-27T04:10:09.717Z | Checking futures-sink v0.3.31 |
1426 | 2025-01-27T04:10:09.862Z | Checking lock_api v0.4.6 |
1427 | 2025-01-27T04:10:09.887Z | Compiling serde_json v1.0.137 |
1428 | 2025-01-27T04:10:09.960Z | Checking futures-channel v0.3.31 |
1429 | 2025-01-27T04:10:09.963Z | Checking pin-utils v0.1.0 |
1430 | 2025-01-27T04:10:10.032Z | Compiling quote v1.0.38 |
1431 | 2025-01-27T04:10:10.184Z | Checking getrandom v0.2.11 |
1432 | 2025-01-27T04:10:10.266Z | Checking socket2 v0.5.5 |
1433 | 2025-01-27T04:10:10.293Z | Checking mio v1.0.3 |
1434 | 2025-01-27T04:10:10.304Z | Checking signal-hook-registry v1.4.0 |
1435 | 2025-01-27T04:10:10.435Z | Compiling syn v2.0.96 |
1436 | 2025-01-27T04:10:10.561Z | Checking parking_lot v0.12.1 |
1437 | 2025-01-27T04:10:10.569Z | Checking futures-task v0.3.31 |
1438 | 2025-01-27T04:10:10.733Z | Checking fnv v1.0.7 |
1439 | 2025-01-27T04:10:10.750Z | Checking futures-io v0.3.31 |
1440 | 2025-01-27T04:10:10.859Z | Checking http v1.2.0 |
1441 | 2025-01-27T04:10:10.899Z | Checking stable_deref_trait v1.2.0 |
1442 | 2025-01-27T04:10:10.923Z | Checking hashbrown v0.15.2 |
1443 | 2025-01-27T04:10:10.992Z | Compiling httparse v1.8.0 |
1444 | 2025-01-27T04:10:11.017Z | Checking equivalent v1.0.0 |
1445 | 2025-01-27T04:10:11.108Z | Checking rustls-pki-types v1.10.0 |
1446 | 2025-01-27T04:10:11.179Z | Checking spin v0.9.8 |
1447 | 2025-01-27T04:10:11.373Z | Compiling ucd-trie v0.1.6 |
1448 | 2025-01-27T04:10:11.883Z | Checking tracing-core v0.1.32 |
1449 | 2025-01-27T04:10:11.902Z | Checking untrusted v0.9.0 |
1450 | 2025-01-27T04:10:12.070Z | Compiling vcpkg v0.2.15 |
1451 | 2025-01-27T04:10:12.091Z | Compiling typenum v1.14.0 |
1452 | 2025-01-27T04:10:12.160Z | Checking writeable v0.5.5 |
1453 | 2025-01-27T04:10:12.331Z | Checking litemap v0.7.4 |
1454 | 2025-01-27T04:10:12.485Z | Compiling pkg-config v0.3.31 |
1455 | 2025-01-27T04:10:12.536Z | Checking tracing v0.1.40 |
1456 | 2025-01-27T04:10:12.870Z | Checking atomic-waker v1.1.1 |
1457 | 2025-01-27T04:10:12.875Z | Checking http-body v1.0.1 |
1458 | 2025-01-27T04:10:12.875Z | Compiling generic-array v0.14.5 |
1459 | 2025-01-27T04:10:12.875Z | Compiling ring v0.17.7 |
1460 | 2025-01-27T04:10:12.875Z | Checking try-lock v0.2.3 |
1461 | 2025-01-27T04:10:13.003Z | Compiling crossbeam-utils v0.8.15 |
1462 | 2025-01-27T04:10:13.117Z | Checking want v0.3.0 |
1463 | 2025-01-27T04:10:13.302Z | Compiling unicase v2.6.0 |
1464 | 2025-01-27T04:10:13.325Z | Checking powerfmt v0.2.0 |
1465 | 2025-01-27T04:10:13.559Z | Checking subtle v2.5.0 |
1466 | 2025-01-27T04:10:13.590Z | Checking zeroize v1.7.0 |
1467 | 2025-01-27T04:10:13.683Z | Compiling time-core v0.1.2 |
1468 | 2025-01-27T04:10:13.789Z | Checking icu_locid_transform_data v1.5.0 |
1469 | 2025-01-27T04:10:13.822Z | Compiling num-conv v0.1.0 |
1470 | 2025-01-27T04:10:13.856Z | Checking httpdate v1.0.1 |
1471 | 2025-01-27T04:10:13.884Z | Checking deranged v0.3.11 |
1472 | 2025-01-27T04:10:14.091Z | Compiling time-macros v0.2.18 |
1473 | 2025-01-27T04:10:14.388Z | Compiling openssl-sys v0.9.103 |
1474 | 2025-01-27T04:10:14.616Z | Checking icu_properties_data v1.5.0 |
1475 | 2025-01-27T04:10:14.717Z | Checking base64 v0.22.1 |
1476 | 2025-01-27T04:10:14.852Z | Compiling slog v2.7.0 |
1477 | 2025-01-27T04:10:15.179Z | Checking tower-service v0.3.3 |
1478 | 2025-01-27T04:10:15.182Z | Compiling byteorder v1.4.3 |
1479 | 2025-01-27T04:10:15.297Z | Checking bitflags v2.4.0 |
1480 | 2025-01-27T04:10:15.463Z | Checking num_threads v0.1.3 |
1481 | 2025-01-27T04:10:15.719Z | Compiling usdt-impl v0.5.0 |
1482 | 2025-01-27T04:10:15.794Z | Compiling openssl v0.10.66 |
1483 | 2025-01-27T04:10:15.948Z | Checking foreign-types-shared v0.1.1 |
1484 | 2025-01-27T04:10:15.963Z | Checking write16 v1.0.0 |
1485 | 2025-01-27T04:10:16.054Z | Checking openssl-probe v0.1.4 |
1486 | 2025-01-27T04:10:16.079Z | Checking percent-encoding v2.3.1 |
1487 | 2025-01-27T04:10:16.089Z | Checking utf8_iter v1.0.4 |
1488 | 2025-01-27T04:10:16.134Z | Checking icu_normalizer_data v1.5.0 |
1489 | 2025-01-27T04:10:16.196Z | Checking utf16_iter v1.0.5 |
1490 | 2025-01-27T04:10:16.225Z | Compiling semver v1.0.25 |
1491 | 2025-01-27T04:10:16.288Z | Checking form_urlencoded v1.2.1 |
1492 | 2025-01-27T04:10:16.356Z | Checking foreign-types v0.3.2 |
1493 | 2025-01-27T04:10:16.483Z | Checking block-buffer v0.10.2 |
1494 | 2025-01-27T04:10:16.671Z | Checking crypto-common v0.1.6 |
1495 | 2025-01-27T04:10:16.827Z | Checking rand_core v0.6.3 |
1496 | 2025-01-27T04:10:16.891Z | Compiling thread-id v4.0.0 |
1497 | 2025-01-27T04:10:16.973Z | Compiling num-traits v0.2.14 |
1498 | 2025-01-27T04:10:17.011Z | Checking mime v0.3.16 |
1499 | 2025-01-27T04:10:17.036Z | Compiling rustls v0.22.4 |
1500 | 2025-01-27T04:10:17.158Z | Checking ppv-lite86 v0.2.15 |
1501 | 2025-01-27T04:10:17.297Z | Compiling rustls v0.23.13 |
1502 | 2025-01-27T04:10:17.376Z | Checking plain v0.2.3 |
1503 | 2025-01-27T04:10:17.504Z | Compiling native-tls v0.2.12 |
1504 | 2025-01-27T04:10:17.633Z | Compiling synstructure v0.13.1 |
1505 | 2025-01-27T04:10:17.636Z | Checking time v0.3.36 |
1506 | 2025-01-27T04:10:17.791Z | Checking rand_chacha v0.3.1 |
1507 | 2025-01-27T04:10:17.920Z | Checking digest v0.10.7 |
1508 | 2025-01-27T04:10:17.928Z | Checking rustls-pemfile v2.1.3 |
1509 | 2025-01-27T04:10:18.151Z | Checking dirs-sys-next v0.1.2 |
1510 | 2025-01-27T04:10:18.218Z | Checking pretty-hex v0.4.1 |
1511 | 2025-01-27T04:10:18.227Z | Checking cpufeatures v0.2.2 |
1512 | 2025-01-27T04:10:18.311Z | Checking sha1 v0.10.6 |
1513 | 2025-01-27T04:10:18.324Z | Checking dirs-next v2.0.0 |
1514 | 2025-01-27T04:10:18.443Z | Checking rand v0.8.4 |
1515 | 2025-01-27T04:10:18.572Z | Compiling mime_guess v2.0.5 |
1516 | 2025-01-27T04:10:18.849Z | Checking rustls-webpki v0.102.8 |
1517 | 2025-01-27T04:10:19.401Z | Compiling serde_derive_internals v0.29.0 |
1518 | 2025-01-27T04:10:19.639Z | Checking concurrent-queue v2.5.0 |
1519 | 2025-01-27T04:10:20.066Z | Checking thread_local v1.1.4 |
1520 | 2025-01-27T04:10:20.069Z | Compiling multer v3.1.0 |
1521 | 2025-01-27T04:10:20.109Z | Checking encoding_rs v0.8.32 |
1522 | 2025-01-27T04:10:20.330Z | Compiling schemars v0.8.21 |
1523 | 2025-01-27T04:10:20.455Z | Checking iana-time-zone v0.1.47 |
1524 | 2025-01-27T04:10:20.611Z | Compiling rustix v0.38.40 |
1525 | 2025-01-27T04:10:20.728Z | Checking parking v2.2.0 |
1526 | 2025-01-27T04:10:20.900Z | Checking match_cfg v0.1.0 |
1527 | 2025-01-27T04:10:20.990Z | Compiling thiserror v2.0.11 |
1528 | 2025-01-27T04:10:21.518Z | Compiling paste v1.0.15 |
1529 | 2025-01-27T04:10:21.743Z | Compiling camino v1.1.9 |
1530 | 2025-01-27T04:10:22.194Z | Compiling slog-async v2.8.0 |
1531 | 2025-01-27T04:10:22.463Z | Checking winnow v0.6.18 |
1532 | 2025-01-27T04:10:22.725Z | Checking hostname v0.3.1 |
1533 | 2025-01-27T04:10:22.859Z | Checking event-listener v5.0.0 |
1534 | 2025-01-27T04:10:22.984Z | Checking term v0.7.0 |
1535 | 2025-01-27T04:10:23.142Z | Checking crossbeam-channel v0.5.1 |
1536 | 2025-01-27T04:10:23.211Z | Checking webpki-roots v0.26.5 |
1537 | 2025-01-27T04:10:23.236Z | Checking is-terminal v0.4.12 |
1538 | 2025-01-27T04:10:23.363Z | Checking memmap v0.7.0 |
1539 | 2025-01-27T04:10:23.411Z | Checking errno v0.3.8 |
1540 | 2025-01-27T04:10:23.413Z | Checking sync_wrapper v1.0.1 |
1541 | 2025-01-27T04:10:23.555Z | Compiling dropshot v0.15.1 (/work/oxidecomputer/dropshot/dropshot) |
1542 | 2025-01-27T04:10:23.576Z | Checking lazy_static v1.5.0 |
1543 | 2025-01-27T04:10:23.586Z | Checking data-encoding v2.4.0 |
1544 | 2025-01-27T04:10:23.674Z | Compiling buf-list v1.0.3 |
1545 | 2025-01-27T04:10:23.698Z | Checking take_mut v0.2.2 |
1546 | 2025-01-27T04:10:23.828Z | Compiling anyhow v1.0.95 |
1547 | 2025-01-27T04:10:23.837Z | Compiling heck v0.5.0 |
1548 | 2025-01-27T04:10:23.925Z | Checking utf-8 v0.7.6 |
1549 | 2025-01-27T04:10:24.090Z | Checking unicode-width v0.1.9 |
1550 | 2025-01-27T04:10:24.114Z | Checking tower-layer v0.3.3 |
1551 | 2025-01-27T04:10:24.127Z | Checking dyn-clone v1.0.4 |
1552 | 2025-01-27T04:10:24.240Z | Checking unicode-segmentation v1.10.0 |
1553 | 2025-01-27T04:10:24.243Z | Checking console v0.15.7 |
1554 | 2025-01-27T04:10:24.470Z | Checking slog-term v2.9.1 |
1555 | 2025-01-27T04:10:24.662Z | Checking event-listener-strategy v0.5.2 |
1556 | 2025-01-27T04:10:24.843Z | Checking newline-converter v0.3.0 |
1557 | 2025-01-27T04:10:24.907Z | Compiling serde_derive v1.0.217 |
1558 | 2025-01-27T04:10:24.919Z | Compiling thiserror-impl v1.0.69 |
1559 | 2025-01-27T04:10:24.927Z | Compiling tokio-macros v2.5.0 |
1560 | 2025-01-27T04:10:24.986Z | Compiling futures-macro v0.3.31 |
1561 | 2025-01-27T04:10:25.199Z | Compiling zerofrom-derive v0.1.5 |
1562 | 2025-01-27T04:10:25.226Z | Compiling yoke-derive v0.7.5 |
1563 | 2025-01-27T04:10:25.516Z | Compiling zerovec-derive v0.10.3 |
1564 | 2025-01-27T04:10:25.787Z | Compiling displaydoc v0.2.5 |
1565 | 2025-01-27T04:10:27.198Z | Checking tokio v1.43.0 |
1566 | 2025-01-27T04:10:27.642Z | Checking futures-util v0.3.31 |
1567 | 2025-01-27T04:10:28.179Z | Compiling zerocopy-derive v0.7.32 |
1568 | 2025-01-27T04:10:28.965Z | Compiling icu_provider_macros v1.5.0 |
1569 | 2025-01-27T04:10:29.218Z | Compiling scroll_derive v0.12.0 |
1570 | 2025-01-27T04:10:29.543Z | Compiling pest v2.7.6 |
1571 | 2025-01-27T04:10:30.346Z | Checking zerofrom v0.1.5 |
1572 | 2025-01-27T04:10:30.553Z | Checking yoke v0.7.5 |
1573 | 2025-01-27T04:10:30.835Z | Compiling openssl-macros v0.1.1 |
1574 | 2025-01-27T04:10:30.852Z | Checking zerovec v0.10.4 |
1575 | 2025-01-27T04:10:31.187Z | Checking scroll v0.12.0 |
1576 | 2025-01-27T04:10:31.231Z | Compiling zerocopy v0.7.32 |
1577 | 2025-01-27T04:10:31.665Z | Checking goblin v0.8.0 |
1578 | 2025-01-27T04:10:32.024Z | Compiling pest_meta v2.7.6 |
1579 | 2025-01-27T04:10:32.515Z | Checking tinystr v0.7.6 |
1580 | 2025-01-27T04:10:32.526Z | Checking icu_collections v1.5.0 |
1581 | 2025-01-27T04:10:32.863Z | Checking icu_locid v1.5.0 |
1582 | 2025-01-27T04:10:33.791Z | Compiling pest_generator v2.7.6 |
1583 | 2025-01-27T04:10:33.887Z | Checking icu_provider v1.5.0 |
1584 | 2025-01-27T04:10:34.060Z | Checking tokio-util v0.7.7 |
1585 | 2025-01-27T04:10:34.462Z | Checking icu_locid_transform v1.5.0 |
1586 | 2025-01-27T04:10:35.497Z | Checking icu_properties v1.5.1 |
1587 | 2025-01-27T04:10:35.600Z | Checking http-body-util v0.1.2 |
1588 | 2025-01-27T04:10:35.891Z | Checking tokio-rustls v0.26.0 |
1589 | 2025-01-27T04:10:36.021Z | Checking tokio-rustls v0.25.0 |
1590 | 2025-01-27T04:10:36.263Z | Checking futures-executor v0.3.31 |
1591 | 2025-01-27T04:10:36.371Z | Compiling thiserror-impl v2.0.11 |
1592 | 2025-01-27T04:10:36.508Z | Compiling schemars_derive v0.8.21 |
1593 | 2025-01-27T04:10:36.709Z | Compiling async-stream-impl v0.3.6 |
1594 | 2025-01-27T04:10:37.016Z | Compiling pest_derive v2.7.6 |
1595 | 2025-01-27T04:10:37.543Z | Checking tokio-native-tls v0.3.1 |
1596 | 2025-01-27T04:10:37.767Z | Checking futures v0.3.31 |
1597 | 2025-01-27T04:10:37.865Z | Checking tower v0.5.2 |
1598 | 2025-01-27T04:10:38.511Z | Compiling dtrace-parser v0.2.0 |
1599 | 2025-01-27T04:10:38.768Z | Checking async-stream v0.3.6 |
1600 | 2025-01-27T04:10:38.785Z | Checking icu_normalizer v1.5.0 |
1601 | 2025-01-27T04:10:38.984Z | Checking tungstenite v0.24.0 |
1602 | 2025-01-27T04:10:39.190Z | Checking indexmap v2.7.1 |
1603 | 2025-01-27T04:10:39.559Z | Checking idna_adapter v1.2.0 |
1604 | 2025-01-27T04:10:39.750Z | Checking idna v1.0.3 |
1605 | 2025-01-27T04:10:39.877Z | Checking serde_spanned v0.6.7 |
1606 | 2025-01-27T04:10:40.215Z | Compiling serde_tokenstream v0.2.2 |
1607 | 2025-01-27T04:10:40.350Z | Checking h2 v0.4.6 |
1608 | 2025-01-27T04:10:40.370Z | Checking toml_datetime v0.6.8 |
1609 | 2025-01-27T04:10:40.460Z | Checking url v2.5.4 |
1610 | 2025-01-27T04:10:40.640Z | Checking toml_edit v0.22.20 |
1611 | 2025-01-27T04:10:40.779Z | Checking uuid v1.12.0 |
1612 | 2025-01-27T04:10:40.811Z | Checking dof v0.3.0 |
1613 | 2025-01-27T04:10:40.994Z | Checking slog-json v2.6.1 |
1614 | 2025-01-27T04:10:41.156Z | Checking chrono v0.4.39 |
1615 | 2025-01-27T04:10:41.256Z | Checking serde_urlencoded v0.7.1 |
1616 | 2025-01-27T04:10:41.279Z | Checking slog-bunyan v2.5.0 |
1617 | 2025-01-27T04:10:41.442Z | Checking openapiv3 v2.0.0 |
1618 | 2025-01-27T04:10:41.453Z | Compiling dropshot_endpoint v0.15.1 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
1619 | 2025-01-27T04:10:41.903Z | Checking serde_path_to_error v0.1.16 |
1620 | 2025-01-27T04:10:42.966Z | Compiling async-trait v0.1.85 |
1621 | 2025-01-27T04:10:43.346Z | Checking toml v0.8.19 |
1622 | 2025-01-27T04:10:44.057Z | Checking yasna v0.5.2 |
1623 | 2025-01-27T04:10:44.379Z | Compiling usdt-macro v0.5.0 |
1624 | 2025-01-27T04:10:44.622Z | Checking hyper v1.5.2 |
1625 | 2025-01-27T04:10:44.659Z | Compiling usdt-attr-macro v0.5.0 |
1626 | 2025-01-27T04:10:44.781Z | Checking rustls-native-certs v0.7.0 |
1627 | 2025-01-27T04:10:44.784Z | Checking pem v3.0.4 |
1628 | 2025-01-27T04:10:44.877Z | Checking waitgroup v0.1.2 |
1629 | 2025-01-27T04:10:44.919Z | Checking hostname v0.4.0 |
1630 | 2025-01-27T04:10:45.014Z | Checking similar v2.2.1 |
1631 | 2025-01-27T04:10:45.055Z | Checking ipnet v2.10.0 |
1632 | 2025-01-27T04:10:45.063Z | Checking debug-ignore v1.0.5 |
1633 | 2025-01-27T04:10:45.205Z | Checking http-range v0.1.4 |
1634 | 2025-01-27T04:10:45.386Z | Checking simple-mermaid v0.2.0 |
1635 | 2025-01-27T04:10:45.478Z | Checking fastrand v2.1.1 |
1636 | 2025-01-27T04:10:45.490Z | Checking rcgen v0.13.2 |
1637 | 2025-01-27T04:10:45.713Z | Checking expectorate v1.1.0 |
1638 | 2025-01-27T04:10:45.800Z | Checking tempfile v3.14.0 |
1639 | 2025-01-27T04:10:45.860Z | Checking tokio-tungstenite v0.24.0 |
1640 | 2025-01-27T04:10:46.238Z | Checking async-channel v2.3.1 |
1641 | 2025-01-27T04:10:46.472Z | Checking subprocess v0.2.9 |
1642 | 2025-01-27T04:10:46.568Z | Checking hyper-util v0.1.10 |
1643 | 2025-01-27T04:10:46.568Z | Checking hyper-staticfile v0.10.1 |
1644 | 2025-01-27T04:10:46.865Z | Checking usdt v0.5.0 |
1645 | 2025-01-27T04:10:47.691Z | Checking hyper-rustls v0.27.3 |
1646 | 2025-01-27T04:10:47.691Z | Checking hyper-tls v0.6.0 |
1647 | 2025-01-27T04:10:47.694Z | Checking hyper-rustls v0.26.0 |
1648 | 2025-01-27T04:10:47.910Z | Checking reqwest v0.12.12 |
1649 | 2025-01-27T04:10:49.985Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
1650 | 2025-01-27T04:10:50.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.27s |
1651 | 2025-01-27T04:10:50.338Z | |
1652 | 2025-01-27T04:10:50.338Z | |
1653 | 2025-01-27T04:11:00.242Z | test tests/fail/bad_channel10.rs ... ok |
1654 | 2025-01-27T04:11:00.243Z | test tests/fail/bad_channel11.rs ... ok |
1655 | 2025-01-27T04:11:00.243Z | test tests/fail/bad_channel12.rs ... ok |
1656 | 2025-01-27T04:11:00.246Z | test tests/fail/bad_channel13.rs ... ok |
1657 | 2025-01-27T04:11:00.246Z | test tests/fail/bad_channel14.rs ... ok |
1658 | 2025-01-27T04:11:00.246Z | test tests/fail/bad_channel15.rs ... ok |
1659 | 2025-01-27T04:11:00.246Z | test tests/fail/bad_channel17.rs ... ok |
1660 | 2025-01-27T04:11:00.246Z | test tests/fail/bad_channel18.rs ... ok |
1661 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel19.rs ... ok |
1662 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel1a.rs ... ok |
1663 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel1b.rs ... ok |
1664 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel2.rs ... ok |
1665 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel20.rs ... ok |
1666 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel21.rs ... ok |
1667 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel22.rs ... ok |
1668 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel23.rs ... ok |
1669 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel24.rs ... ok |
1670 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel25.rs ... ok |
1671 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel26.rs ... ok |
1672 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel27.rs ... ok |
1673 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel28.rs ... ok |
1674 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel3.rs ... ok |
1675 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel4.rs ... ok |
1676 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel5.rs ... ok |
1677 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel6.rs ... ok |
1678 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel8.rs ... ok |
1679 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_channel9.rs ... ok |
1680 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint1.rs ... ok |
1681 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint10.rs ... ok |
1682 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint11.rs ... ok |
1683 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint12.rs ... ok |
1684 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint13.rs ... ok |
1685 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint14.rs ... ok |
1686 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint15.rs ... ok |
1687 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint16.rs ... ok |
1688 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint17.rs ... ok |
1689 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint18.rs ... ok |
1690 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint19.rs ... ok |
1691 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint2.rs ... ok |
1692 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint20.rs ... ok |
1693 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint21.rs ... ok |
1694 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint22.rs ... ok |
1695 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint23.rs ... ok |
1696 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint24.rs ... ok |
1697 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint25.rs ... ok |
1698 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint26.rs ... ok |
1699 | 2025-01-27T04:11:00.247Z | test tests/fail/bad_endpoint27.rs ... ok |
1700 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_endpoint28.rs ... ok |
1701 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_endpoint3.rs ... ok |
1702 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_endpoint4.rs ... ok |
1703 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_endpoint5.rs ... ok |
1704 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_endpoint6.rs ... ok |
1705 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_endpoint7.rs ... ok |
1706 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_endpoint8.rs ... ok |
1707 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_endpoint9.rs ... ok |
1708 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel10.rs ... ok |
1709 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel11.rs ... ok |
1710 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel12.rs ... ok |
1711 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel13.rs ... ok |
1712 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel14.rs ... ok |
1713 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel15.rs ... ok |
1714 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel17.rs ... ok |
1715 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel18.rs ... ok |
1716 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel19.rs ... ok |
1717 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel1a.rs ... ok |
1718 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel1b.rs ... ok |
1719 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel2.rs ... ok |
1720 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel20.rs ... ok |
1721 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel21.rs ... ok |
1722 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel22.rs ... ok |
1723 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel23.rs ... ok |
1724 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel24.rs ... ok |
1725 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel25.rs ... ok |
1726 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel26.rs ... ok |
1727 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel28.rs ... ok |
1728 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel3.rs ... ok |
1729 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel4.rs ... ok |
1730 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel5.rs ... ok |
1731 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel6.rs ... ok |
1732 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel8.rs ... ok |
1733 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_channel9.rs ... ok |
1734 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_endpoint1.rs ... ok |
1735 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_endpoint10.rs ... ok |
1736 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_endpoint11.rs ... ok |
1737 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_endpoint12.rs ... ok |
1738 | 2025-01-27T04:11:00.248Z | test tests/fail/bad_trait_endpoint13.rs ... ok |
1739 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint14.rs ... ok |
1740 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint15.rs ... ok |
1741 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint16.rs ... ok |
1742 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint17.rs ... ok |
1743 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint18.rs ... ok |
1744 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint19.rs ... ok |
1745 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint2.rs ... ok |
1746 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint20.rs ... ok |
1747 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint21.rs ... ok |
1748 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint22.rs ... ok |
1749 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint23.rs ... ok |
1750 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint24.rs ... ok |
1751 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint25.rs ... ok |
1752 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint26.rs ... ok |
1753 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint27.rs ... ok |
1754 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint28.rs ... ok |
1755 | 2025-01-27T04:11:00.249Z | test tests/fail/bad_trait_endpoint3.rs ... ok |
1756 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_endpoint4.rs ... ok |
1757 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_endpoint5.rs ... ok |
1758 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_endpoint6.rs ... ok |
1759 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_endpoint7.rs ... ok |
1760 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_endpoint8.rs ... ok |
1761 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_endpoint9.rs ... ok |
1762 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_endpoint_error.rs ... ok |
1763 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_only1.rs ... ok |
1764 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_only10.rs ... ok |
1765 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_only11.rs ... ok |
1766 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_only12.rs ... ok |
1767 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_only13.rs ... ok |
1768 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_only14.rs ... ok |
1769 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_only15.rs ... ok |
1770 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_only16.rs ... ok |
1771 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_only17.rs ... ok |
1772 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_only18.rs ... ok |
1773 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_only19.rs ... ok |
1774 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_only2.rs ... ok |
1775 | 2025-01-27T04:11:00.252Z | test tests/fail/bad_trait_only20.rs ... ok |
1776 | 2025-01-27T04:11:00.253Z | test tests/fail/bad_trait_only21.rs ... ok |
1777 | 2025-01-27T04:11:00.253Z | test tests/fail/bad_trait_only22.rs ... ok |
1778 | 2025-01-27T04:11:00.253Z | test tests/fail/bad_trait_only3.rs ... ok |
1779 | 2025-01-27T04:11:00.253Z | test tests/fail/bad_trait_only4.rs ... ok |
1780 | 2025-01-27T04:11:00.253Z | test tests/fail/bad_trait_only5.rs ... ok |
1781 | 2025-01-27T04:11:00.253Z | test tests/fail/bad_trait_only6.rs ... ok |
1782 | 2025-01-27T04:11:00.253Z | test tests/fail/bad_trait_only7.rs ... ok |
1783 | 2025-01-27T04:11:00.253Z | test tests/fail/bad_trait_only8.rs ... ok |
1784 | 2025-01-27T04:11:00.253Z | test tests/fail/bad_trait_only9.rs ... ok |
1785 | 2025-01-27T04:11:00.253Z | test tests/fail/bad_version_backwards.rs ... ok |
1786 | 2025-01-27T04:11:00.253Z | test tests/fail/unused_endpoint.rs ... ok |
1787 | 2025-01-27T04:11:00.253Z | |
1788 | 2025-01-27T04:11:00.253Z | |
1789 | 2025-01-27T04:11:00.253Z | test fail ... ok |
1790 | 2025-01-27T04:11:00.253Z | |
1791 | 2025-01-27T04:11:00.253Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 52.51s |
1792 | 2025-01-27T04:11:00.253Z | |
1793 | 2025-01-27T04:11:00.256Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-09eee118834fd786` |
1794 | 2025-01-27T04:11:00.263Z | |
1795 | 2025-01-27T04:11:00.263Z | running 82 tests |
1796 | 2025-01-27T04:11:00.266Z | test api_trait::test_api_trait_with_disallowed_tags ... ok |
1797 | 2025-01-27T04:11:00.266Z | test api_trait::test_api_trait_with_empty_tag_config ... ok |
1798 | 2025-01-27T04:11:00.266Z | test api_trait::test_api_trait_with_complex_tags ... ok |
1799 | 2025-01-27T04:11:00.266Z | test config::test_config_bad_bind_address_garbage ... ok |
1800 | 2025-01-27T04:11:00.266Z | test config::test_config_bad_bind_address_port_too_small ... ok |
1801 | 2025-01-27T04:11:00.266Z | test config::test_config_bad_bind_address_port_too_large ... ok |
1802 | 2025-01-27T04:11:00.266Z | test config::test_config_bad_request_body_max_bytes_too_large ... ok |
1803 | 2025-01-27T04:11:00.266Z | test config::test_config_bad_request_body_max_bytes_negative ... ok |
1804 | 2025-01-27T04:11:00.269Z | test config::test_config_deprecated_request_body_max_bytes ... ok |
1805 | 2025-01-27T04:11:00.269Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-config_bind_address_https_buffer.2894.3.log" |
1806 | 2025-01-27T04:11:00.269Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-config_bind_address_http.2894.0.log" |
1807 | 2025-01-27T04:11:00.269Z | test config::test_valid_config_all_settings ... ok |
1808 | 2025-01-27T04:11:00.269Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_unversioned_servers_with_versioned_routes.2894.6.log" |
1809 | 2025-01-27T04:11:00.269Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-api_trait_basic.2894.1.log" |
1810 | 2025-01-27T04:11:00.269Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-config_handler_task_mode_detached.2894.5.log" |
1811 | 2025-01-27T04:11:00.269Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-config_handler_task_mode_cancel.2894.2.log" |
1812 | 2025-01-27T04:11:00.269Z | test config::test_valid_config_basic ... ok |
1813 | 2025-01-27T04:11:00.269Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-config_bind_address_https.2894.4.log" |
1814 | 2025-01-27T04:11:00.269Z | test config::test_valid_config_empty ... ok |
1815 | 2025-01-27T04:11:00.269Z | test config::test_unversioned_servers_with_versioned_routes ... ok |
1816 | 2025-01-27T04:11:00.272Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_enum_extractor_error.2894.7.log" |
1817 | 2025-01-27T04:11:00.272Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_enum_user_error.2894.8.log" |
1818 | 2025-01-27T04:11:00.275Z | test config::test_config_handler_task_mode_detached ... ok |
1819 | 2025-01-27T04:11:00.275Z | test custom_errors::test_enum_user_error ... ok |
1820 | 2025-01-27T04:11:00.275Z | test custom_errors::test_enum_extractor_error ... ok |
1821 | 2025-01-27T04:11:00.275Z | test config::test_config_handler_task_mode_cancel ... ok |
1822 | 2025-01-27T04:11:00.275Z | test api_trait::test_api_trait_basic ... ok |
1823 | 2025-01-27T04:11:00.275Z | test custom_errors::test_trait_based_api ... ok |
1824 | 2025-01-27T04:11:00.275Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_struct_extractor_error.2894.9.log" |
1825 | 2025-01-27T04:11:00.275Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_struct_user_error.2894.10.log" |
1826 | 2025-01-27T04:11:00.275Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_trait_enum_user_error.2894.11.log" |
1827 | 2025-01-27T04:11:00.278Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_trait_struct_user_error.2894.12.log" |
1828 | 2025-01-27T04:11:00.278Z | test config::test_config_bind_address_http ... ok |
1829 | 2025-01-27T04:11:00.278Z | test custom_errors::test_struct_extractor_error ... ok |
1830 | 2025-01-27T04:11:00.278Z | test custom_errors::test_struct_user_error ... ok |
1831 | 2025-01-27T04:11:00.278Z | test custom_errors::test_trait_enum_user_error ... ok |
1832 | 2025-01-27T04:11:00.278Z | test custom_errors::test_trait_struct_user_error ... ok |
1833 | 2025-01-27T04:11:00.278Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_302_bogus.2894.13.log" |
1834 | 2025-01-27T04:11:00.278Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_302_found.2894.14.log" |
1835 | 2025-01-27T04:11:00.278Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_307_temporary_redirect.2894.15.log" |
1836 | 2025-01-27T04:11:00.278Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_delete_request.2894.16.log" |
1837 | 2025-01-27T04:11:00.281Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_303_see_other.2894.17.log" |
1838 | 2025-01-27T04:11:00.281Z | test demo::test_302_bogus ... ok |
1839 | 2025-01-27T04:11:00.281Z | test demo::test_delete_request ... ok |
1840 | 2025-01-27T04:11:00.281Z | test demo::test_307_temporary_redirect ... ok |
1841 | 2025-01-27T04:11:00.281Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-demo1.2894.18.log" |
1842 | 2025-01-27T04:11:00.281Z | test demo::test_302_found ... ok |
1843 | 2025-01-27T04:11:00.281Z | test demo::test_303_see_other ... ok |
1844 | 2025-01-27T04:11:00.284Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-demo2json.2894.19.log" |
1845 | 2025-01-27T04:11:00.284Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-demo2query.2894.20.log" |
1846 | 2025-01-27T04:11:00.284Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-demo2urlencoded.2894.21.log" |
1847 | 2025-01-27T04:11:00.284Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-demo_path_param_string.2894.22.log" |
1848 | 2025-01-27T04:11:00.284Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-demo3json.2894.23.log" |
1849 | 2025-01-27T04:11:00.286Z | test demo::test_demo1 ... ok |
1850 | 2025-01-27T04:11:00.286Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-demo_path_param_u32.2894.24.log" |
1851 | 2025-01-27T04:11:00.291Z | test demo::test_demo2query ... ok |
1852 | 2025-01-27T04:11:00.294Z | test demo::test_demo3json ... ok |
1853 | 2025-01-27T04:11:00.294Z | test demo::test_demo_path_param_u32 ... ok |
1854 | 2025-01-27T04:11:00.294Z | test demo::test_demo2json ... ok |
1855 | 2025-01-27T04:11:00.294Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-demo_path_param_uuid.2894.25.log" |
1856 | 2025-01-27T04:11:00.294Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-demo_websocket.2894.26.log" |
1857 | 2025-01-27T04:11:00.294Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_head_request.2894.27.log" |
1858 | 2025-01-27T04:11:00.294Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_header_request.2894.28.log" |
1859 | 2025-01-27T04:11:00.296Z | test demo::test_demo2urlencoded ... ok |
1860 | 2025-01-27T04:11:00.297Z | test demo::test_demo_path_param_uuid ... ok |
1861 | 2025-01-27T04:11:00.297Z | test demo::test_header_request ... ok |
1862 | 2025-01-27T04:11:00.297Z | test demo::test_head_request ... ok |
1863 | 2025-01-27T04:11:00.297Z | test config::test_config_bind_address_https ... ok |
1864 | 2025-01-27T04:11:00.297Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-tet_raw_request.2894.29.log" |
1865 | 2025-01-27T04:11:00.297Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_request_remote_addr.2894.31.log" |
1866 | 2025-01-27T04:11:00.297Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_request_compat.2894.32.log" |
1867 | 2025-01-27T04:11:00.297Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_large_typed_body.2894.30.log" |
1868 | 2025-01-27T04:11:00.300Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_streaming_body.2894.33.log" |
1869 | 2025-01-27T04:11:00.300Z | test demo::test_demo_websocket ... ok |
1870 | 2025-01-27T04:11:00.300Z | test demo::test_demo_path_param_string ... ok |
1871 | 2025-01-27T04:11:00.300Z | test demo::test_request_compat ... ok |
1872 | 2025-01-27T04:11:00.300Z | test demo::test_request_remote_addr ... ok |
1873 | 2025-01-27T04:11:00.300Z | test demo::test_raw_request ... ok |
1874 | 2025-01-27T04:11:00.300Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-graceful_shutdown_with_detached_handler.2894.34.log" |
1875 | 2025-01-27T04:11:00.300Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-multipart_client.2894.35.log" |
1876 | 2025-01-27T04:11:00.300Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-multipart_client.2894.36.log" |
1877 | 2025-01-27T04:11:00.300Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-multipart_client.2894.37.log" |
1878 | 2025-01-27T04:11:00.300Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_untyped_body.2894.38.log" |
1879 | 2025-01-27T04:11:00.303Z | test multipart::no_content_type ... ok |
1880 | 2025-01-27T04:11:00.303Z | test multipart::missing_boundary ... ok |
1881 | 2025-01-27T04:11:00.303Z | test demo::test_large_typed_body ... ok |
1882 | 2025-01-27T04:11:00.306Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-multipart_client.2894.39.log" |
1883 | 2025-01-27T04:11:00.306Z | test multipart::test_multipart_client ... ok |
1884 | 2025-01-27T04:11:00.306Z | test multipart::weird_content_type ... ok |
1885 | 2025-01-27T04:11:00.306Z | test demo::test_streaming_body ... ok |
1886 | 2025-01-27T04:11:00.306Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-pagination-basic.2894.40.log" |
1887 | 2025-01-27T04:11:00.306Z | test openapi::test_openapi_custom_error_types_trait_based ... ok |
1888 | 2025-01-27T04:11:00.306Z | test openapi::test_openapi_custom_error_types ... ok |
1889 | 2025-01-27T04:11:00.309Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-pagination-multiple-sorts.2894.42.log" |
1890 | 2025-01-27T04:11:00.309Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-pagination-multiple-resources.2894.41.log" |
1891 | 2025-01-27T04:11:00.309Z | test config::test_config_bind_address_https_buffer ... ok |
1892 | 2025-01-27T04:11:00.309Z | test demo::test_untyped_body ... ok |
1893 | 2025-01-27T04:11:00.309Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-basic.2894.43.log" |
1894 | 2025-01-27T04:11:00.309Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-dictionary.2894.44.log" |
1895 | 2025-01-27T04:11:00.330Z | test openapi::test_openapi ... ok |
1896 | 2025-01-27T04:11:00.333Z | test openapi::test_openapi_fuller ... ok |
1897 | 2025-01-27T04:11:00.333Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-empty.2894.45.log" |
1898 | 2025-01-27T04:11:00.333Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-errors.2894.46.log" |
1899 | 2025-01-27T04:11:00.363Z | test pagination::test_paginate_empty ... ok |
1900 | 2025-01-27T04:11:00.366Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-extra_params.2894.47.log" |
1901 | 2025-01-27T04:11:00.372Z | test pagination::test_paginate_errors ... ok |
1902 | 2025-01-27T04:11:00.376Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-required_params.2894.48.log" |
1903 | 2025-01-27T04:11:00.382Z | test pagination::test_paginate_extra_params ... ok |
1904 | 2025-01-27T04:11:00.382Z | test pagination::test_paginate_with_required_params ... ok |
1905 | 2025-01-27T04:11:00.385Z | test path_names::test_path_names ... ok |
1906 | 2025-01-27T04:11:00.385Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_no_tls.2894.49.log" |
1907 | 2025-01-27T04:11:00.385Z | test pagination_schema::test_pagination_schema ... ok |
1908 | 2025-01-27T04:11:00.385Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_with_tls.2894.50.log" |
1909 | 2025-01-27T04:11:00.392Z | test starter::test_no_tls ... ok |
1910 | 2025-01-27T04:11:00.395Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-non_streaming_servers_do_not_use_transfer_encoding.2894.51.log" |
1911 | 2025-01-27T04:11:00.403Z | test streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
1912 | 2025-01-27T04:11:00.406Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-streaming_server_buffered_client.2894.52.log" |
1913 | 2025-01-27T04:11:00.440Z | test pagination::test_paginate_basic ... ok |
1914 | 2025-01-27T04:11:00.443Z | test streaming::test_streaming_server_buffered_client ... ok |
1915 | 2025-01-27T04:11:00.443Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-streaming_server_streaming_client.2894.53.log" |
1916 | 2025-01-27T04:11:00.443Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_server_is_http.2894.54.log" |
1917 | 2025-01-27T04:11:00.456Z | test tls::test_server_is_http ... ok |
1918 | 2025-01-27T04:11:00.458Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_server_is_https.2894.55.log" |
1919 | 2025-01-27T04:11:00.468Z | test streaming::test_streaming_server_streaming_client ... ok |
1920 | 2025-01-27T04:11:00.471Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_tls_aborted_negotiation.2894.56.log" |
1921 | 2025-01-27T04:11:00.735Z | test starter::test_with_tls ... ok |
1922 | 2025-01-27T04:11:00.737Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_tls_certificate_loading.2894.57.log" |
1923 | 2025-01-27T04:11:00.801Z | test tls::test_server_is_https ... ok |
1924 | 2025-01-27T04:11:00.804Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_tls_only.2894.58.log" |
1925 | 2025-01-27T04:11:01.060Z | test tls::test_tls_certificate_loading ... ok |
1926 | 2025-01-27T04:11:01.063Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_tls_refresh_certificates.2894.59.log" |
1927 | 2025-01-27T04:11:01.114Z | test tls::test_tls_aborted_negotiation ... ok |
1928 | 2025-01-27T04:11:01.117Z | note: configured to log to "/tmp/integration_tests-09eee118834fd786-test_versions.2894.60.log" |
1929 | 2025-01-27T04:11:01.176Z | test versions::test_versions ... ok |
1930 | 2025-01-27T04:11:01.179Z | test versions::test_versions_openapi ... ok |
1931 | 2025-01-27T04:11:01.182Z | test versions::test_versions_openapi_same_names ... ok |
1932 | 2025-01-27T04:11:01.417Z | test tls::test_tls_refresh_certificates ... ok |
1933 | 2025-01-27T04:11:01.429Z | test tls::test_tls_only ... ok |
1934 | 2025-01-27T04:11:02.130Z | test pagination::test_example_basic ... ok |
1935 | 2025-01-27T04:11:02.304Z | test detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok |
1936 | 2025-01-27T04:11:02.864Z | test pagination::test_paginate_dictionary ... ok |
1937 | 2025-01-27T04:11:06.227Z | test pagination::test_example_multiple_sorts ... ok |
1938 | 2025-01-27T04:11:07.029Z | test pagination::test_example_multiple_resources ... ok |
1939 | 2025-01-27T04:11:07.029Z | |
1940 | 2025-01-27T04:11:07.029Z | test result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.76s |
1941 | 2025-01-27T04:11:07.029Z | |
1942 | 2025-01-27T04:11:07.037Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-b1ab4ea1a3bae846` |
1943 | 2025-01-27T04:11:07.046Z | |
1944 | 2025-01-27T04:11:07.046Z | running 35 tests |
1945 | 2025-01-27T04:11:07.052Z | test channel::tests::test_channel_operation_id ... ok |
1946 | 2025-01-27T04:11:07.054Z | test channel::tests::test_channel_with_versions ... ok |
1947 | 2025-01-27T04:11:07.054Z | test endpoint::tests::test_endpoint_bad_context_receiver ... ok |
1948 | 2025-01-27T04:11:07.054Z | test doc::tests::test_extract_summary_description ... ok |
1949 | 2025-01-27T04:11:07.054Z | test endpoint::tests::test_endpoint_bad_metadata ... ok |
1950 | 2025-01-27T04:11:07.054Z | test channel::tests::test_channel_with_unnamed_params ... ok |
1951 | 2025-01-27T04:11:07.054Z | test api_trait::tests::test_api_trait_no_endpoints ... ok |
1952 | 2025-01-27T04:11:07.054Z | test endpoint::tests::test_endpoint_bad_string ... ok |
1953 | 2025-01-27T04:11:07.054Z | test endpoint::tests::test_endpoint_bad_versions ... ok |
1954 | 2025-01-27T04:11:07.055Z | test endpoint::tests::test_endpoint_invalid_item ... ok |
1955 | 2025-01-27T04:11:07.055Z | test endpoint::tests::test_endpoint_no_arguments ... ok |
1956 | 2025-01-27T04:11:07.057Z | test endpoint::tests::test_endpoint_not_async ... ok |
1957 | 2025-01-27T04:11:07.057Z | test channel::tests::test_channel_with_custom_params ... ok |
1958 | 2025-01-27T04:11:07.057Z | test endpoint::tests::test_endpoint_basic ... ok |
1959 | 2025-01-27T04:11:07.057Z | test endpoint::tests::test_endpoint_context_fully_qualified_names ... ok |
1960 | 2025-01-27T04:11:07.057Z | test endpoint::tests::test_endpoint_content_type ... ok |
1961 | 2025-01-27T04:11:07.057Z | test api_trait::tests::test_api_trait_basic ... ok |
1962 | 2025-01-27T04:11:07.057Z | test endpoint::tests::test_endpoint_pub_crate ... ok |
1963 | 2025-01-27T04:11:07.060Z | test api_trait::tests::test_api_trait_operation_id ... ok |
1964 | 2025-01-27T04:11:07.060Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok |
1965 | 2025-01-27T04:11:07.060Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok |
1966 | 2025-01-27T04:11:07.060Z | test endpoint::tests::test_endpoint_with_doc ... ok |
1967 | 2025-01-27T04:11:07.060Z | test api_trait::tests::test_api_trait_with_custom_params ... ok |
1968 | 2025-01-27T04:11:07.060Z | test endpoint::tests::test_endpoint_with_empty_where_clause ... ok |
1969 | 2025-01-27T04:11:07.063Z | test endpoint::tests::test_endpoint_with_tags ... ok |
1970 | 2025-01-27T04:11:07.063Z | test endpoint::tests::test_endpoint_with_query ... ok |
1971 | 2025-01-27T04:11:07.063Z | test endpoint::tests::test_endpoint_with_versions_from ... ok |
1972 | 2025-01-27T04:11:07.063Z | test syn_parsing::tests::test_busted_function ... ok |
1973 | 2025-01-27T04:11:07.063Z | test params::tests::test_extract_rqctx_ty_param ... ok |
1974 | 2025-01-27T04:11:07.063Z | test endpoint::tests::test_endpoint_with_versions_all ... ok |
1975 | 2025-01-27T04:11:07.063Z | test endpoint::tests::test_endpoint_with_custom_params ... ok |
1976 | 2025-01-27T04:11:07.063Z | test endpoint::tests::test_endpoint_with_versions_from_until ... ok |
1977 | 2025-01-27T04:11:07.063Z | test endpoint::tests::test_endpoint_with_unnamed_params ... ok |
1978 | 2025-01-27T04:11:07.063Z | test endpoint::tests::test_endpoint_with_versions_until ... ok |
1979 | 2025-01-27T04:11:07.063Z | test endpoint::tests::test_operation_id ... ok |
1980 | 2025-01-27T04:11:07.063Z | |
1981 | 2025-01-27T04:11:07.063Z | test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
1982 | 2025-01-27T04:11:07.063Z | |
1983 | 2025-01-27T04:11:07.066Z | Doc-tests dropshot |
1984 | 2025-01-27T04:11:07.066Z | Running `/home/build/.rustup/toolchains/1.84.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-bb3b673220a21ce9/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-b39655fd82036171.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b7ed3f31191ef9e2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-532432e417b5e410.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-69e997a2dc366fdd.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-987d1111857cbb4c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-b311d53cb61f25e5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-86f269f1c40389e5.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d3197d8bde964e81.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-9483abce7e37d24b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-2664cfd2ee354905.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-01f8ea26c7446876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-07227aba8b150a60.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ccd2b88e4a147b40.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-4284dce75a089971.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-deefd248fc420233.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d5a9746b326842ab.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-8dd54ab3caf6036c.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2f4bc1861c64385f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e7eb6d30f8a8da3e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-52b75e0d00392ef3.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-4735ff6c34f6b6dd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-1738bf2c280341d1.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-d1c312d05e6f769b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-03aebe320b0e4356.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7f2616b7142c91c1.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-681967e90ecfa3fc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4c1ccc7c34b9b257.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ad636604f89ad3ec.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-17607610c02d16c0.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-48173cda72b09ec0.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-21ded1b2c0963c81.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-e06e094108071d3e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-ec5143f215e08d52.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ba5b99e46b8b168c.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6cc4ccc7d0cfd002.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-1941af8a7740593d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-fd9037ef00a61fd2.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-f4a3899e9c8171eb.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5e682c77cb7c4321.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-aa5088b9533adab2.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c68dd9b6925e99ab.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-e5d56dc49d4b2020.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-216e43dfba20d072.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2d054685fc31329f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-f84c705d9b458360.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-77d5fc01aa9a5113.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3e57ba65199e0d24.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-01028632eca96b07.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-7334df3b440b0ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b31e87dd8072b9ab.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-673b2dcab0d9ea8d.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-618e4a3c13821e12.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-493a138a02a843e6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-23c5283c4c8c2973.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-f6c1310370f7ba2e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-b6862b6127834c8d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-4c01b0bb84e821c6.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` |
1985 | 2025-01-27T04:11:07.496Z | |
1986 | 2025-01-27T04:11:07.497Z | running 23 tests |
1987 | 2025-01-27T04:11:09.491Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok |
1988 | 2025-01-27T04:11:09.494Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored |
1989 | 2025-01-27T04:11:09.494Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored |
1990 | 2025-01-27T04:11:09.515Z | test dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok |
1991 | 2025-01-27T04:11:14.076Z | test dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 558) ... ok |
1992 | 2025-01-27T04:11:14.076Z | test dropshot/src/lib.rs - (line 322) ... ignored |
1993 | 2025-01-27T04:11:14.184Z | test dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 363) ... ok |
1994 | 2025-01-27T04:11:14.426Z | test dropshot/src/lib.rs - (line 46) - compile ... ok |
1995 | 2025-01-27T04:11:14.528Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok |
1996 | 2025-01-27T04:11:14.597Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok |
1997 | 2025-01-27T04:11:14.805Z | test dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 153) ... ok |
1998 | 2025-01-27T04:11:14.853Z | test dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok |
1999 | 2025-01-27T04:11:14.853Z | test dropshot/src/lib.rs - channel (line 1139) ... ignored |
2000 | 2025-01-27T04:11:14.856Z | test dropshot/src/lib.rs - endpoint (line 1184) ... ignored |
2001 | 2025-01-27T04:11:16.068Z | test dropshot/src/lib.rs - (line 372) ... ok |
2002 | 2025-01-27T04:11:16.531Z | test dropshot/src/lib.rs - api_description (line 1004) ... ok |
2003 | 2025-01-27T04:11:16.663Z | test dropshot/src/lib.rs - (line 635) ... ok |
2004 | 2025-01-27T04:11:16.707Z | test dropshot/src/lib.rs - api_description (line 1065) ... ok |
2005 | 2025-01-27T04:11:16.903Z | test dropshot/src/lib.rs - (line 110) ... ok |
2006 | 2025-01-27T04:11:16.940Z | test dropshot/src/lib.rs - (line 189) ... ok |
2007 | 2025-01-27T04:11:17.608Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok |
2008 | 2025-01-27T04:11:20.023Z | test dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok |
2009 | 2025-01-27T04:11:21.314Z | test dropshot/src/lib.rs - (line 471) ... ok |
2010 | 2025-01-27T04:11:21.314Z | |
2011 | 2025-01-27T04:11:21.317Z | test result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 13.82s |
2012 | 2025-01-27T04:11:21.317Z | |
2013 | 2025-01-27T04:11:21.338Z | Doc-tests dropshot_endpoint |
2014 | 2025-01-27T04:11:21.341Z | Running `/home/build/.rustup/toolchains/1.84.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-bb3b673220a21ce9/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-a871095c580fd23b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-33ac07da347e292d.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-c36b67d624d3a7a9.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-137dff705976f578.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d7753dedf2cf49ec.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0cde61a3029094eb.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-ad5dc06fb12de74d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-1f8f47f3152e2358.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5db9eaee2c6dae06.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-c7d041217b6bfd84.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-91c3e3a957cd3d3e.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human` |
2015 | 2025-01-27T04:11:21.546Z | |
2016 | 2025-01-27T04:11:21.546Z | running 0 tests |
2017 | 2025-01-27T04:11:21.546Z | |
2018 | 2025-01-27T04:11:21.546Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
2019 | 2025-01-27T04:11:21.546Z | |
2020 | 2025-01-27T04:11:21.574Z | |
2021 | 2025-01-27T04:11:21.574Z | real 2:41.438912622 |
2022 | 2025-01-27T04:11:21.574Z | user 15:16.485738139 |
2023 | 2025-01-27T04:11:21.574Z | sys 2:22.498247859 |
2024 | 2025-01-27T04:11:21.574Z | trap 0.764117326 |
2025 | 2025-01-27T04:11:21.574Z | tflt 0.558973030 |
2026 | 2025-01-27T04:11:21.574Z | dflt 0.150252689 |
2027 | 2025-01-27T04:11:21.574Z | kflt 0.000110317 |
2028 | 2025-01-27T04:11:21.577Z | lock 33:21.886330226 |
2029 | 2025-01-27T04:11:21.577Z | slp 1:17:16.009817683 |
2030 | 2025-01-27T04:11:21.577Z | lat 41.881151141 |
2031 | 2025-01-27T04:11:21.577Z | stop 58.257788958 |
2032 | 2025-01-27T04:11:21.577Z | process exited: duration 327204 ms, exit code 0 |
|
2033 | 2025-01-27T04:11:21.583Z | found 0 output files |