|
|
|
1 | 2024-12-02T04:58:35.915Z | job assigned to worker 01JE2VPHQS14HSSDD1X69NQZ53 [factory aws, i-0054f63d6e4f74871] (queued for 56 s) |
|
2 | 2024-12-02T04:58:43.775Z | starting task 0: "setup" |
3 | 2024-12-02T04:58:43.786Z | ++ uname -s |
4 | 2024-12-02T04:58:43.789Z | + kern=SunOS |
5 | 2024-12-02T04:58:43.789Z | + case "$kern" in |
6 | 2024-12-02T04:58:43.789Z | + groupadd -g 12345 build |
7 | 2024-12-02T04:58:43.792Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-02T04:58:45.797Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-02T04:58:45.897Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-02T04:58:45.899Z | + home_fs=zfs |
11 | 2024-12-02T04:58:45.899Z | + [[ zfs == autofs ]] |
12 | 2024-12-02T04:58:45.899Z | + mkdir -p /home/build |
13 | 2024-12-02T04:58:45.902Z | + chown build:build /home/build /work |
14 | 2024-12-02T04:58:47.903Z | + chmod 0700 /home/build /work |
15 | 2024-12-02T04:58:47.906Z | process exited: duration 4129 ms, exit code 0 |
|
16 | 2024-12-02T04:58:47.911Z | starting task 1: "rust-toolchain" |
17 | 2024-12-02T04:58:47.916Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-02T04:58:47.916Z | ' stable |
19 | 2024-12-02T04:58:47.916Z | * toolchain channel = "stable" |
20 | 2024-12-02T04:58:47.916Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-02T04:58:47.916Z | ' default |
22 | 2024-12-02T04:58:47.916Z | * toolchain profile = "default" |
23 | 2024-12-02T04:58:47.919Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-02T04:58:47.919Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-02T04:58:48.219Z | info: downloading installer |
26 | 2024-12-02T04:58:49.705Z | info: profile set to 'default' |
27 | 2024-12-02T04:58:49.705Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-02T04:58:49.707Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-02T04:58:49.844Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-02T04:58:49.844Z | info: downloading component 'cargo' |
31 | 2024-12-02T04:58:50.886Z | info: downloading component 'clippy' |
32 | 2024-12-02T04:58:51.357Z | info: downloading component 'rust-docs' |
33 | 2024-12-02T04:58:52.362Z | info: downloading component 'rust-std' |
34 | 2024-12-02T04:58:53.822Z | info: downloading component 'rustc' |
35 | 2024-12-02T04:59:00.520Z | info: downloading component 'rustfmt' |
36 | 2024-12-02T04:59:00.916Z | info: installing component 'cargo' |
37 | 2024-12-02T04:59:01.737Z | info: installing component 'clippy' |
38 | 2024-12-02T04:59:02.111Z | info: installing component 'rust-docs' |
39 | 2024-12-02T04:59:03.802Z | info: installing component 'rust-std' |
40 | 2024-12-02T04:59:05.460Z | info: installing component 'rustc' |
41 | 2024-12-02T04:59:11.138Z | info: installing component 'rustfmt' |
42 | 2024-12-02T04:59:11.468Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-02T04:59:11.468Z | |
44 | 2024-12-02T04:59:11.831Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-02T04:59:11.831Z | |
46 | 2024-12-02T04:59:11.834Z | |
47 | 2024-12-02T04:59:11.834Z | Rust is installed now. Great! |
48 | 2024-12-02T04:59:11.834Z | |
49 | 2024-12-02T04:59:11.834Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-02T04:59:11.834Z | environment variable. This has not been done automatically. |
51 | 2024-12-02T04:59:11.834Z | |
52 | 2024-12-02T04:59:11.834Z | To configure your current shell, you need to source |
53 | 2024-12-02T04:59:11.834Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-02T04:59:11.834Z | |
55 | 2024-12-02T04:59:11.835Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-02T04:59:11.835Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-02T04:59:11.835Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-02T04:59:11.904Z | + rustc --version |
59 | 2024-12-02T04:59:11.969Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-02T04:59:11.972Z | process exited: duration 24060 ms, exit code 0 |
|
61 | 2024-12-02T04:59:11.977Z | starting task 2: "authentication" |
62 | 2024-12-02T04:59:11.997Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-02T04:59:12.004Z | starting task 3: "clone repository" |
64 | 2024-12-02T04:59:12.007Z | + mkdir -p /work/oxidecomputer/dropshot |
65 | 2024-12-02T04:59:12.010Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
66 | 2024-12-02T04:59:12.047Z | Cloning into '/work/oxidecomputer/dropshot'... |
67 | 2024-12-02T04:59:13.141Z | + cd /work/oxidecomputer/dropshot |
68 | 2024-12-02T04:59:13.141Z | + git fetch origin ede29713c4ec43e3c40bbfce408505668daae181 |
69 | 2024-12-02T04:59:13.411Z | From https://github.com/oxidecomputer/dropshot |
70 | 2024-12-02T04:59:13.411Z | * branch ede29713c4ec43e3c40bbfce408505668daae181 -> FETCH_HEAD |
71 | 2024-12-02T04:59:13.418Z | + [[ -n dependabot/cargo/bytes-1.9.0 ]] |
72 | 2024-12-02T04:59:13.421Z | ++ git branch --show-current |
73 | 2024-12-02T04:59:13.424Z | + current=main |
74 | 2024-12-02T04:59:13.424Z | + [[ main != dependabot/cargo/bytes-1.9.0 ]] |
75 | 2024-12-02T04:59:13.424Z | + git branch -f dependabot/cargo/bytes-1.9.0 ede29713c4ec43e3c40bbfce408505668daae181 |
76 | 2024-12-02T04:59:13.426Z | + git checkout -f dependabot/cargo/bytes-1.9.0 |
77 | 2024-12-02T04:59:13.446Z | Switched to branch 'dependabot/cargo/bytes-1.9.0' |
78 | 2024-12-02T04:59:13.448Z | + git reset --hard ede29713c4ec43e3c40bbfce408505668daae181 |
79 | 2024-12-02T04:59:13.466Z | HEAD is now at ede2971 Bump bytes from 1.8.0 to 1.9.0 |
80 | 2024-12-02T04:59:13.469Z | process exited: duration 1464 ms, exit code 0 |
|
81 | 2024-12-02T04:59:13.474Z | starting task 4: "build" |
82 | 2024-12-02T04:59:13.479Z | + cargo --version |
83 | 2024-12-02T04:59:13.483Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-12-02T04:59:13.627Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-12-02T04:59:13.627Z | info: downloading component 'cargo' |
86 | 2024-12-02T04:59:14.658Z | info: downloading component 'clippy' |
87 | 2024-12-02T04:59:15.093Z | info: downloading component 'rust-docs' |
88 | 2024-12-02T04:59:16.107Z | info: downloading component 'rust-std' |
89 | 2024-12-02T04:59:18.162Z | info: downloading component 'rustc' |
90 | 2024-12-02T04:59:25.042Z | info: downloading component 'rustfmt' |
91 | 2024-12-02T04:59:25.415Z | info: installing component 'cargo' |
92 | 2024-12-02T04:59:26.203Z | info: installing component 'clippy' |
93 | 2024-12-02T04:59:26.570Z | info: installing component 'rust-docs' |
94 | 2024-12-02T04:59:28.240Z | info: installing component 'rust-std' |
95 | 2024-12-02T04:59:30.015Z | info: installing component 'rustc' |
96 | 2024-12-02T04:59:35.910Z | info: installing component 'rustfmt' |
97 | 2024-12-02T04:59:36.308Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-12-02T04:59:36.310Z | + rustc --version |
99 | 2024-12-02T04:59:36.380Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-12-02T04:59:36.384Z | + banner build |
101 | 2024-12-02T04:59:36.387Z | |
102 | 2024-12-02T04:59:36.387Z | ##### # # # # ##### |
103 | 2024-12-02T04:59:36.387Z | # # # # # # # # |
104 | 2024-12-02T04:59:36.388Z | ##### # # # # # # |
105 | 2024-12-02T04:59:36.388Z | # # # # # # # # |
106 | 2024-12-02T04:59:36.388Z | # # # # # # # # |
107 | 2024-12-02T04:59:36.388Z | ##### #### # ###### ##### |
108 | 2024-12-02T04:59:36.388Z | |
109 | 2024-12-02T04:59:36.390Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
110 | 2024-12-02T04:59:36.525Z | Updating crates.io index |
111 | 2024-12-02T04:59:37.457Z | Downloading crates ... |
112 | 2024-12-02T04:59:37.612Z | Downloaded trybuild v1.0.101 |
113 | 2024-12-02T04:59:37.621Z | Downloaded tracing-core v0.1.32 |
114 | 2024-12-02T04:59:37.656Z | Downloaded dyn-clone v1.0.4 |
115 | 2024-12-02T04:59:37.658Z | Downloaded deranged v0.3.11 |
116 | 2024-12-02T04:59:37.667Z | Downloaded base64 v0.22.1 |
117 | 2024-12-02T04:59:37.671Z | Downloaded try-lock v0.2.3 |
118 | 2024-12-02T04:59:37.674Z | Downloaded openssl-probe v0.1.4 |
119 | 2024-12-02T04:59:37.674Z | Downloaded dtrace-parser v0.2.0 |
120 | 2024-12-02T04:59:37.676Z | Downloaded anyhow v1.0.93 |
121 | 2024-12-02T04:59:37.678Z | Downloaded unicase v2.6.0 |
122 | 2024-12-02T04:59:37.681Z | Downloaded equivalent v1.0.0 |
123 | 2024-12-02T04:59:37.689Z | Downloaded unicode-bidi v0.3.15 |
124 | 2024-12-02T04:59:37.692Z | Downloaded newline-converter v0.3.0 |
125 | 2024-12-02T04:59:37.695Z | Downloaded tungstenite v0.24.0 |
126 | 2024-12-02T04:59:37.697Z | Downloaded num_threads v0.1.3 |
127 | 2024-12-02T04:59:37.699Z | Downloaded foreign-types v0.3.2 |
128 | 2024-12-02T04:59:37.699Z | Downloaded buf-list v1.0.3 |
129 | 2024-12-02T04:59:37.702Z | Downloaded openssl-macros v0.1.1 |
130 | 2024-12-02T04:59:37.708Z | Downloaded unicode-normalization v0.1.24 |
131 | 2024-12-02T04:59:37.713Z | Downloaded unicode-width v0.1.9 |
132 | 2024-12-02T04:59:37.716Z | Downloaded unicode-segmentation v1.10.0 |
133 | 2024-12-02T04:59:37.718Z | Downloaded version_check v0.9.5 |
134 | 2024-12-02T04:59:37.721Z | Downloaded ucd-trie v0.1.6 |
135 | 2024-12-02T04:59:37.723Z | Downloaded untrusted v0.9.0 |
136 | 2024-12-02T04:59:37.726Z | Downloaded want v0.3.0 |
137 | 2024-12-02T04:59:37.726Z | Downloaded yasna v0.5.2 |
138 | 2024-12-02T04:59:37.728Z | Downloaded utf-8 v0.7.6 |
139 | 2024-12-02T04:59:37.728Z | Downloaded unicode-ident v1.0.12 |
140 | 2024-12-02T04:59:37.732Z | Downloaded proc-macro2 v1.0.92 |
141 | 2024-12-02T04:59:37.735Z | Downloaded rand_chacha v0.3.1 |
142 | 2024-12-02T04:59:37.737Z | Downloaded async-trait v0.1.83 |
143 | 2024-12-02T04:59:37.739Z | Downloaded usdt-macro v0.5.0 |
144 | 2024-12-02T04:59:37.742Z | Downloaded form_urlencoded v1.2.1 |
145 | 2024-12-02T04:59:37.742Z | Downloaded event-listener-strategy v0.5.2 |
146 | 2024-12-02T04:59:37.744Z | Downloaded num-conv v0.1.0 |
147 | 2024-12-02T04:59:37.744Z | Downloaded zerocopy-derive v0.7.32 |
148 | 2024-12-02T04:59:37.748Z | Downloaded errno v0.3.8 |
149 | 2024-12-02T04:59:37.750Z | Downloaded dof v0.3.0 |
150 | 2024-12-02T04:59:37.752Z | Downloaded http-body v1.0.1 |
151 | 2024-12-02T04:59:37.755Z | Downloaded scroll_derive v0.12.0 |
152 | 2024-12-02T04:59:37.755Z | Downloaded match_cfg v0.1.0 |
153 | 2024-12-02T04:59:37.755Z | Downloaded http-range v0.1.4 |
154 | 2024-12-02T04:59:37.758Z | Downloaded foreign-types-shared v0.1.1 |
155 | 2024-12-02T04:59:37.758Z | Downloaded async-stream-impl v0.3.6 |
156 | 2024-12-02T04:59:37.758Z | Downloaded dirs-next v2.0.0 |
157 | 2024-12-02T04:59:37.761Z | Downloaded usdt-attr-macro v0.5.0 |
158 | 2024-12-02T04:59:37.761Z | Downloaded block-buffer v0.10.2 |
159 | 2024-12-02T04:59:37.763Z | Downloaded is-terminal v0.4.12 |
160 | 2024-12-02T04:59:37.763Z | Downloaded hyper-tls v0.6.0 |
161 | 2024-12-02T04:59:37.766Z | Downloaded http-body-util v0.1.2 |
162 | 2024-12-02T04:59:37.766Z | Downloaded heck v0.5.0 |
163 | 2024-12-02T04:59:37.768Z | Downloaded futures-core v0.3.31 |
164 | 2024-12-02T04:59:37.768Z | Downloaded cpufeatures v0.2.2 |
165 | 2024-12-02T04:59:37.771Z | Downloaded tinyvec_macros v0.1.0 |
166 | 2024-12-02T04:59:37.771Z | Downloaded simple-mermaid v0.1.1 |
167 | 2024-12-02T04:59:37.773Z | Downloaded async-stream v0.3.6 |
168 | 2024-12-02T04:59:37.776Z | Downloaded cfg-if v1.0.0 |
169 | 2024-12-02T04:59:37.776Z | Downloaded waitgroup v0.1.2 |
170 | 2024-12-02T04:59:37.778Z | Downloaded autocfg v1.1.0 |
171 | 2024-12-02T04:59:37.778Z | Downloaded atomic-waker v1.1.1 |
172 | 2024-12-02T04:59:37.781Z | Downloaded pest_generator v2.7.6 |
173 | 2024-12-02T04:59:37.781Z | Downloaded httparse v1.8.0 |
174 | 2024-12-02T04:59:37.783Z | Downloaded digest v0.10.7 |
175 | 2024-12-02T04:59:37.786Z | Downloaded serde_urlencoded v0.7.1 |
176 | 2024-12-02T04:59:37.786Z | Downloaded plain v0.2.3 |
177 | 2024-12-02T04:59:37.789Z | Downloaded pretty-hex v0.4.1 |
178 | 2024-12-02T04:59:37.789Z | Downloaded glob v0.3.0 |
179 | 2024-12-02T04:59:37.791Z | Downloaded parking_lot_core v0.9.4 |
180 | 2024-12-02T04:59:37.793Z | Downloaded parking v2.2.0 |
181 | 2024-12-02T04:59:37.793Z | Downloaded mime v0.3.16 |
182 | 2024-12-02T04:59:37.796Z | Downloaded dirs-sys-next v0.1.2 |
183 | 2024-12-02T04:59:37.796Z | Downloaded uuid v1.11.0 |
184 | 2024-12-02T04:59:37.798Z | Downloaded slab v0.4.9 |
185 | 2024-12-02T04:59:37.801Z | Downloaded byteorder v1.4.3 |
186 | 2024-12-02T04:59:37.803Z | Downloaded rand_core v0.6.3 |
187 | 2024-12-02T04:59:37.803Z | Downloaded quinn-udp v0.5.5 |
188 | 2024-12-02T04:59:37.806Z | Downloaded usdt-impl v0.5.0 |
189 | 2024-12-02T04:59:37.806Z | Downloaded pin-utils v0.1.0 |
190 | 2024-12-02T04:59:37.808Z | Downloaded memmap v0.7.0 |
191 | 2024-12-02T04:59:37.810Z | Downloaded futures-sink v0.3.31 |
192 | 2024-12-02T04:59:37.810Z | Downloaded crypto-common v0.1.6 |
193 | 2024-12-02T04:59:37.810Z | Downloaded num_cpus v1.13.0 |
194 | 2024-12-02T04:59:37.813Z | Downloaded powerfmt v0.2.0 |
195 | 2024-12-02T04:59:37.816Z | Downloaded lazy_static v1.5.0 |
196 | 2024-12-02T04:59:37.819Z | Downloaded sync_wrapper v1.0.1 |
197 | 2024-12-02T04:59:37.819Z | Downloaded schema-derive v0.1.0 |
198 | 2024-12-02T04:59:37.819Z | Downloaded futures-macro v0.3.31 |
199 | 2024-12-02T04:59:37.821Z | Downloaded sha2 v0.10.8 |
200 | 2024-12-02T04:59:37.821Z | Downloaded rustc-hash v2.0.0 |
201 | 2024-12-02T04:59:37.823Z | Downloaded iana-time-zone v0.1.47 |
202 | 2024-12-02T04:59:37.826Z | Downloaded slog-bunyan v2.5.0 |
203 | 2024-12-02T04:59:37.826Z | Downloaded schemars_derive v0.8.21 |
204 | 2024-12-02T04:59:37.828Z | Downloaded mime_guess v2.0.5 |
205 | 2024-12-02T04:59:37.828Z | Downloaded futures-task v0.3.31 |
206 | 2024-12-02T04:59:37.831Z | Downloaded data-encoding v2.4.0 |
207 | 2024-12-02T04:59:37.831Z | Downloaded zeroize v1.7.0 |
208 | 2024-12-02T04:59:37.834Z | Downloaded quote v1.0.37 |
209 | 2024-12-02T04:59:37.836Z | Downloaded thiserror v1.0.69 |
210 | 2024-12-02T04:59:37.840Z | Downloaded async-channel v2.3.1 |
211 | 2024-12-02T04:59:37.842Z | Downloaded take_mut v0.2.2 |
212 | 2024-12-02T04:59:37.842Z | Downloaded hyper-staticfile v0.10.1 |
213 | 2024-12-02T04:59:37.845Z | Downloaded thread-id v4.0.0 |
214 | 2024-12-02T04:59:37.845Z | Downloaded getrandom v0.2.11 |
215 | 2024-12-02T04:59:37.847Z | Downloaded target-triple v0.1.3 |
216 | 2024-12-02T04:59:37.850Z | Downloaded tower-service v0.3.1 |
217 | 2024-12-02T04:59:37.850Z | Downloaded time-core v0.1.2 |
218 | 2024-12-02T04:59:37.850Z | Downloaded once_cell v1.20.1 |
219 | 2024-12-02T04:59:37.852Z | Downloaded subtle v2.5.0 |
220 | 2024-12-02T04:59:37.854Z | Downloaded log v0.4.17 |
221 | 2024-12-02T04:59:37.856Z | Downloaded ipnet v2.10.0 |
222 | 2024-12-02T04:59:37.856Z | Downloaded serde_spanned v0.6.7 |
223 | 2024-12-02T04:59:37.859Z | Downloaded scroll v0.12.0 |
224 | 2024-12-02T04:59:37.861Z | Downloaded futures-io v0.3.31 |
225 | 2024-12-02T04:59:37.861Z | Downloaded sha1 v0.10.6 |
226 | 2024-12-02T04:59:37.863Z | Downloaded console v0.15.7 |
227 | 2024-12-02T04:59:37.866Z | Downloaded paste v1.0.15 |
228 | 2024-12-02T04:59:37.868Z | Downloaded slog-json v2.6.1 |
229 | 2024-12-02T04:59:37.870Z | Downloaded usdt v0.5.0 |
230 | 2024-12-02T04:59:37.873Z | Downloaded bytes v1.9.0 |
231 | 2024-12-02T04:59:37.875Z | Downloaded bitflags v2.4.0 |
232 | 2024-12-02T04:59:37.877Z | Downloaded ppv-lite86 v0.2.15 |
233 | 2024-12-02T04:59:37.880Z | Downloaded term v0.7.0 |
234 | 2024-12-02T04:59:37.882Z | Downloaded parking_lot v0.12.1 |
235 | 2024-12-02T04:59:37.885Z | Downloaded thiserror v2.0.3 |
236 | 2024-12-02T04:59:37.890Z | Downloaded termcolor v1.1.2 |
237 | 2024-12-02T04:59:37.893Z | Downloaded toml_datetime v0.6.8 |
238 | 2024-12-02T04:59:37.893Z | Downloaded slog-term v2.9.1 |
239 | 2024-12-02T04:59:37.896Z | Downloaded thread_local v1.1.4 |
240 | 2024-12-02T04:59:37.898Z | Downloaded native-tls v0.2.12 |
241 | 2024-12-02T04:59:37.898Z | Downloaded futures v0.3.31 |
242 | 2024-12-02T04:59:37.903Z | Downloaded pin-project-lite v0.2.12 |
243 | 2024-12-02T04:59:37.907Z | Downloaded time-macros v0.2.18 |
244 | 2024-12-02T04:59:37.909Z | Downloaded crossbeam-channel v0.5.1 |
245 | 2024-12-02T04:59:37.913Z | Downloaded rustls-pemfile v2.1.3 |
246 | 2024-12-02T04:59:37.916Z | Downloaded tempfile v3.14.0 |
247 | 2024-12-02T04:59:37.918Z | Downloaded rustls-native-certs v0.7.0 |
248 | 2024-12-02T04:59:37.921Z | Downloaded schemars v0.8.21 |
249 | 2024-12-02T04:59:37.933Z | Downloaded slog-async v2.8.0 |
250 | 2024-12-02T04:59:37.936Z | Downloaded serde_tokenstream v0.2.2 |
251 | 2024-12-02T04:59:37.938Z | Downloaded openssl-sys v0.9.103 |
252 | 2024-12-02T04:59:37.941Z | Downloaded tokio-rustls v0.25.0 |
253 | 2024-12-02T04:59:37.944Z | Downloaded indexmap v2.6.0 |
254 | 2024-12-02T04:59:37.947Z | Downloaded tokio-rustls v0.26.0 |
255 | 2024-12-02T04:59:37.949Z | Downloaded smallvec v1.13.2 |
256 | 2024-12-02T04:59:37.952Z | Downloaded semver v1.0.23 |
257 | 2024-12-02T04:59:37.954Z | Downloaded pest_meta v2.7.6 |
258 | 2024-12-02T04:59:37.957Z | Downloaded hyper-util v0.1.10 |
259 | 2024-12-02T04:59:37.960Z | Downloaded rustls-pki-types v1.10.0 |
260 | 2024-12-02T04:59:37.963Z | Downloaded expectorate v1.1.0 |
261 | 2024-12-02T04:59:37.966Z | Downloaded ryu v1.0.5 |
262 | 2024-12-02T04:59:37.968Z | Downloaded url v2.5.2 |
263 | 2024-12-02T04:59:37.971Z | Downloaded spin v0.9.8 |
264 | 2024-12-02T04:59:37.973Z | Downloaded serde v1.0.215 |
265 | 2024-12-02T04:59:37.976Z | Downloaded tokio-tungstenite v0.24.0 |
266 | 2024-12-02T04:59:37.979Z | Downloaded tinyvec v1.5.1 |
267 | 2024-12-02T04:59:37.982Z | Downloaded serde_derive v1.0.215 |
268 | 2024-12-02T04:59:37.984Z | Downloaded slog v2.7.0 |
269 | 2024-12-02T04:59:37.987Z | Downloaded quinn v0.11.4 |
270 | 2024-12-02T04:59:37.990Z | Downloaded socket2 v0.5.5 |
271 | 2024-12-02T04:59:37.993Z | Downloaded rand v0.8.4 |
272 | 2024-12-02T04:59:37.996Z | Downloaded webpki-roots v0.26.5 |
273 | 2024-12-02T04:59:38.001Z | Downloaded hashbrown v0.15.0 |
274 | 2024-12-02T04:59:38.005Z | Downloaded thiserror-impl v1.0.69 |
275 | 2024-12-02T04:59:38.008Z | Downloaded toml v0.8.19 |
276 | 2024-12-02T04:59:38.010Z | Downloaded tracing v0.1.40 |
277 | 2024-12-02T04:59:38.015Z | Downloaded futures-util v0.3.31 |
278 | 2024-12-02T04:59:38.028Z | Downloaded hyper v1.5.1 |
279 | 2024-12-02T04:59:38.034Z | Downloaded goblin v0.8.0 |
280 | 2024-12-02T04:59:38.040Z | Downloaded rcgen v0.13.1 |
281 | 2024-12-02T04:59:38.043Z | Downloaded toml_edit v0.22.20 |
282 | 2024-12-02T04:59:38.066Z | Downloaded tokio-util v0.7.7 |
283 | 2024-12-02T04:59:38.072Z | Downloaded chrono v0.4.38 |
284 | 2024-12-02T04:59:38.078Z | Downloaded time v0.3.36 |
285 | 2024-12-02T04:59:38.085Z | Downloaded zerocopy v0.7.32 |
286 | 2024-12-02T04:59:38.101Z | Downloaded serde_json v1.0.133 |
287 | 2024-12-02T04:59:38.108Z | Downloaded idna v0.5.0 |
288 | 2024-12-02T04:59:38.114Z | Downloaded openssl v0.10.66 |
289 | 2024-12-02T04:59:38.124Z | Downloaded syn v2.0.89 |
290 | 2024-12-02T04:59:38.136Z | Downloaded rustls-webpki v0.102.8 |
291 | 2024-12-02T04:59:38.153Z | Downloaded quinn-proto v0.11.8 |
292 | 2024-12-02T04:59:38.159Z | Downloaded vcpkg v0.2.15 |
293 | 2024-12-02T04:59:38.195Z | Downloaded openapiv3 v2.0.0 |
294 | 2024-12-02T04:59:38.206Z | Downloaded reqwest v0.12.9 |
295 | 2024-12-02T04:59:38.214Z | Downloaded winnow v0.6.18 |
296 | 2024-12-02T04:59:38.222Z | Downloaded portable-atomic v1.9.0 |
297 | 2024-12-02T04:59:38.229Z | Downloaded pest v2.7.6 |
298 | 2024-12-02T04:59:38.233Z | Downloaded rustls v0.23.13 |
299 | 2024-12-02T04:59:38.244Z | Downloaded rustls v0.22.4 |
300 | 2024-12-02T04:59:38.257Z | Downloaded rustix v0.38.40 |
301 | 2024-12-02T04:59:38.278Z | Downloaded h2 v0.4.6 |
302 | 2024-12-02T04:59:38.284Z | Downloaded prettyplease v0.2.25 |
303 | 2024-12-02T04:59:38.287Z | Downloaded mio v0.8.11 |
304 | 2024-12-02T04:59:38.291Z | Downloaded memchr v2.6.0 |
305 | 2024-12-02T04:59:38.296Z | Downloaded http v1.1.0 |
306 | 2024-12-02T04:59:38.299Z | Downloaded pkg-config v0.3.31 |
307 | 2024-12-02T04:59:38.301Z | Downloaded thiserror-impl v2.0.3 |
308 | 2024-12-02T04:59:38.303Z | Downloaded subprocess v0.2.9 |
309 | 2024-12-02T04:59:38.306Z | Downloaded cc v1.0.83 |
310 | 2024-12-02T04:59:38.308Z | Downloaded tokio-native-tls v0.3.1 |
311 | 2024-12-02T04:59:38.308Z | Downloaded similar v2.2.1 |
312 | 2024-12-02T04:59:38.312Z | Downloaded num-traits v0.2.14 |
313 | 2024-12-02T04:59:38.314Z | Downloaded hyper-rustls v0.27.3 |
314 | 2024-12-02T04:59:38.317Z | Downloaded event-listener v5.0.0 |
315 | 2024-12-02T04:59:38.319Z | Downloaded crossbeam-utils v0.8.15 |
316 | 2024-12-02T04:59:38.321Z | Downloaded pest_derive v2.7.6 |
317 | 2024-12-02T04:59:38.323Z | Downloaded lock_api v0.4.6 |
318 | 2024-12-02T04:59:38.326Z | Downloaded signal-hook-registry v1.4.0 |
319 | 2024-12-02T04:59:38.326Z | Downloaded serde_path_to_error v0.1.16 |
320 | 2024-12-02T04:59:38.328Z | Downloaded serde_derive_internals v0.29.0 |
321 | 2024-12-02T04:59:38.328Z | Downloaded schema v0.1.0 |
322 | 2024-12-02T04:59:38.331Z | Downloaded concurrent-queue v2.5.0 |
323 | 2024-12-02T04:59:38.331Z | Downloaded camino v1.1.9 |
324 | 2024-12-02T04:59:38.333Z | Downloaded scopeguard v1.2.0 |
325 | 2024-12-02T04:59:38.335Z | Downloaded percent-encoding v2.3.1 |
326 | 2024-12-02T04:59:38.335Z | Downloaded tokio-macros v2.3.0 |
327 | 2024-12-02T04:59:38.335Z | Downloaded pem v3.0.4 |
328 | 2024-12-02T04:59:38.338Z | Downloaded multer v3.1.0 |
329 | 2024-12-02T04:59:38.340Z | Downloaded hyper-rustls v0.26.0 |
330 | 2024-12-02T04:59:38.340Z | Downloaded generic-array v0.14.5 |
331 | 2024-12-02T04:59:38.343Z | Downloaded libc v0.2.164 |
332 | 2024-12-02T04:59:38.368Z | Downloaded tokio v1.38.1 |
333 | 2024-12-02T04:59:38.402Z | Downloaded futures-channel v0.3.31 |
334 | 2024-12-02T04:59:38.404Z | Downloaded futures-executor v0.3.31 |
335 | 2024-12-02T04:59:38.407Z | Downloaded fnv v1.0.7 |
336 | 2024-12-02T04:59:38.407Z | Downloaded debug-ignore v1.0.5 |
337 | 2024-12-02T04:59:38.409Z | Downloaded itoa v1.0.1 |
338 | 2024-12-02T04:59:38.409Z | Downloaded fastrand v2.1.1 |
339 | 2024-12-02T04:59:38.412Z | Downloaded httpdate v1.0.1 |
340 | 2024-12-02T04:59:38.412Z | Downloaded hostname v0.4.0 |
341 | 2024-12-02T04:59:38.412Z | Downloaded hostname v0.3.1 |
342 | 2024-12-02T04:59:38.415Z | Downloaded typenum v1.14.0 |
343 | 2024-12-02T04:59:38.442Z | Downloaded encoding_rs v0.8.32 |
344 | 2024-12-02T04:59:38.640Z | Downloaded ring v0.17.7 |
345 | 2024-12-02T04:59:38.910Z | Compiling proc-macro2 v1.0.92 |
346 | 2024-12-02T04:59:38.910Z | Compiling unicode-ident v1.0.12 |
347 | 2024-12-02T04:59:38.913Z | Compiling libc v0.2.164 |
348 | 2024-12-02T04:59:38.913Z | Compiling cfg-if v1.0.0 |
349 | 2024-12-02T04:59:38.913Z | Compiling serde v1.0.215 |
350 | 2024-12-02T04:59:38.930Z | Compiling itoa v1.0.1 |
351 | 2024-12-02T04:59:38.932Z | Compiling memchr v2.6.0 |
352 | 2024-12-02T04:59:38.964Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=6d5ac2bc70b90dcc -C extra-filename=-6d5ac2bc70b90dcc --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-6d5ac2bc70b90dcc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
353 | 2024-12-02T04:59:38.964Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c3232a6ac1239e6 -C extra-filename=-3c3232a6ac1239e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
354 | 2024-12-02T04:59:38.966Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/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=61a1a28d8c196ec4 -C extra-filename=-61a1a28d8c196ec4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-61a1a28d8c196ec4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
355 | 2024-12-02T04:59:38.966Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=bf8464dc6ea26318 -C extra-filename=-bf8464dc6ea26318 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
356 | 2024-12-02T04:59:38.966Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=3373b415eee76ca6 -C extra-filename=-3373b415eee76ca6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-3373b415eee76ca6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
357 | 2024-12-02T04:59:38.966Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/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=ec8e3b97d384ee55 -C extra-filename=-ec8e3b97d384ee55 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-ec8e3b97d384ee55 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
358 | 2024-12-02T04:59:38.966Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa4c913eb9ddf930 -C extra-filename=-aa4c913eb9ddf930 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
359 | 2024-12-02T04:59:38.966Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=979466e3b4b81ac2 -C extra-filename=-979466e3b4b81ac2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
360 | 2024-12-02T04:59:39.037Z | Compiling version_check v0.9.5 |
361 | 2024-12-02T04:59:39.039Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1f7ff76feed9ab8 -C extra-filename=-f1f7ff76feed9ab8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
362 | 2024-12-02T04:59:39.101Z | Compiling once_cell v1.20.1 |
363 | 2024-12-02T04:59:39.104Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f4b8406ee03acd2c -C extra-filename=-f4b8406ee03acd2c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
364 | 2024-12-02T04:59:39.191Z | Compiling pin-project-lite v0.2.12 |
365 | 2024-12-02T04:59:39.193Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1468577fe7b525e6 -C extra-filename=-1468577fe7b525e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
366 | 2024-12-02T04:59:39.305Z | Compiling autocfg v1.1.0 |
367 | 2024-12-02T04:59:39.305Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32f8ee768796a478 -C extra-filename=-32f8ee768796a478 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
368 | 2024-12-02T04:59:39.525Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-3373b415eee76ca6/build-script-build` |
369 | 2024-12-02T04:59:39.540Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-6d5ac2bc70b90dcc/build-script-build` |
370 | 2024-12-02T04:59:39.543Z | Compiling bytes v1.9.0 |
371 | 2024-12-02T04:59:39.551Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=34df12a77920a882 -C extra-filename=-34df12a77920a882 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
372 | 2024-12-02T04:59:39.581Z | Compiling log v0.4.17 |
373 | 2024-12-02T04:59:39.584Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=ea7aa5a476e05b2d -C extra-filename=-ea7aa5a476e05b2d --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-ea7aa5a476e05b2d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
374 | 2024-12-02T04:59:39.636Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-61a1a28d8c196ec4/build-script-build` |
375 | 2024-12-02T04:59:39.682Z | Compiling futures-core v0.3.31 |
376 | 2024-12-02T04:59:39.689Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=b3d09398cdf3eb85 -C extra-filename=-b3d09398cdf3eb85 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
377 | 2024-12-02T04:59:39.697Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-ec8e3b97d384ee55/build-script-build` |
378 | 2024-12-02T04:59:39.700Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/lib.rs --error-format=json --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=6b3f297d243ba0c1 -C extra-filename=-6b3f297d243ba0c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_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_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
379 | 2024-12-02T04:59:39.752Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/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=084c6ae6e61ed5fa -C extra-filename=-084c6ae6e61ed5fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_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_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
380 | 2024-12-02T04:59:39.878Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=8a17a6419f9b95e8 -C extra-filename=-8a17a6419f9b95e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-3c3232a6ac1239e6.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
381 | 2024-12-02T04:59:39.916Z | Compiling parking_lot_core v0.9.4 |
382 | 2024-12-02T04:59:39.919Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=9f19662d43c8ab77 -C extra-filename=-9f19662d43c8ab77 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-9f19662d43c8ab77 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
383 | 2024-12-02T04:59:39.947Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-ea7aa5a476e05b2d/build-script-build` |
384 | 2024-12-02T04:59:39.959Z | Compiling ryu v1.0.5 |
385 | 2024-12-02T04:59:39.961Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=981cbed5343f7492 -C extra-filename=-981cbed5343f7492 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-981cbed5343f7492 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
386 | 2024-12-02T04:59:39.974Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=91aa6a79d99ae220 -C extra-filename=-91aa6a79d99ae220 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
387 | 2024-12-02T04:59:40.362Z | Compiling slab v0.4.9 |
388 | 2024-12-02T04:59:40.364Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7b4046b37d81a911 -C extra-filename=-7b4046b37d81a911 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-7b4046b37d81a911 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow` |
389 | 2024-12-02T04:59:40.379Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-9f19662d43c8ab77/build-script-build` |
390 | 2024-12-02T04:59:40.397Z | Compiling scopeguard v1.2.0 |
391 | 2024-12-02T04:59:40.400Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=eab02f069d41ca64 -C extra-filename=-eab02f069d41ca64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
392 | 2024-12-02T04:59:40.452Z | Compiling cc v1.0.83 |
393 | 2024-12-02T04:59:40.458Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=412ed8096b7dcbe3 -C extra-filename=-412ed8096b7dcbe3 --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-084c6ae6e61ed5fa.rmeta --cap-lints allow` |
394 | 2024-12-02T04:59:40.540Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-981cbed5343f7492/build-script-build` |
395 | 2024-12-02T04:59:40.553Z | Compiling futures-sink v0.3.31 |
396 | 2024-12-02T04:59:40.553Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=82b9ad00b7936384 -C extra-filename=-82b9ad00b7936384 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
397 | 2024-12-02T04:59:40.599Z | Compiling quote v1.0.37 |
398 | 2024-12-02T04:59:40.602Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=891ad5a865471da0 -C extra-filename=-891ad5a865471da0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --cap-lints allow` |
399 | 2024-12-02T04:59:40.698Z | Compiling smallvec v1.13.2 |
400 | 2024-12-02T04:59:40.700Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=0a0d67f00959a153 -C extra-filename=-0a0d67f00959a153 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
401 | 2024-12-02T04:59:40.711Z | Compiling thiserror v1.0.69 |
402 | 2024-12-02T04:59:40.714Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84c427b2c26a1919 -C extra-filename=-84c427b2c26a1919 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-84c427b2c26a1919 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
403 | 2024-12-02T04:59:40.726Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slab-7b4046b37d81a911/build-script-build` |
404 | 2024-12-02T04:59:40.837Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=09390516ab086c15 -C extra-filename=-09390516ab086c15 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
405 | 2024-12-02T04:59:40.850Z | Compiling lock_api v0.4.6 |
406 | 2024-12-02T04:59:40.852Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=c4fc5fd5a7eef552 -C extra-filename=-c4fc5fd5a7eef552 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rmeta --cap-lints allow` |
407 | 2024-12-02T04:59:41.120Z | Compiling syn v2.0.89 |
408 | 2024-12-02T04:59:41.123Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=5434560d1a91ac3b -C extra-filename=-5434560d1a91ac3b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-3c3232a6ac1239e6.rmeta --cap-lints allow` |
409 | 2024-12-02T04:59:41.186Z | Compiling getrandom v0.2.11 |
410 | 2024-12-02T04:59:41.188Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=c388d57f2a7e266c -C extra-filename=-c388d57f2a7e266c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --cap-lints allow` |
411 | 2024-12-02T04:59:41.277Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-84c427b2c26a1919/build-script-build` |
412 | 2024-12-02T04:59:41.300Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=350fcc3dbc8d47e5 -C extra-filename=-350fcc3dbc8d47e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --cap-lints allow` |
413 | 2024-12-02T04:59:41.323Z | Compiling serde_json v1.0.133 |
414 | 2024-12-02T04:59:41.326Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.133/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=50069a0dde149efe -C extra-filename=-50069a0dde149efe --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-50069a0dde149efe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
415 | 2024-12-02T04:59:41.356Z | Compiling signal-hook-registry v1.4.0 |
416 | 2024-12-02T04:59:41.359Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c91e71b43dd2672d -C extra-filename=-c91e71b43dd2672d --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-6b3f297d243ba0c1.rmeta --cap-lints allow` |
417 | 2024-12-02T04:59:41.557Z | Compiling mio v0.8.11 |
418 | 2024-12-02T04:59:41.559Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=075576b21fe7e64e -C extra-filename=-075576b21fe7e64e --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-6b3f297d243ba0c1.rmeta --cap-lints allow` |
419 | 2024-12-02T04:59:41.575Z | Compiling num_cpus v1.13.0 |
420 | 2024-12-02T04:59:41.578Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44c15e990eca2923 -C extra-filename=-44c15e990eca2923 --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-6b3f297d243ba0c1.rmeta --cap-lints allow` |
421 | 2024-12-02T04:59:41.680Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-50069a0dde149efe/build-script-build` |
422 | 2024-12-02T04:59:41.695Z | Compiling parking_lot v0.12.1 |
423 | 2024-12-02T04:59:41.697Z | Compiling socket2 v0.5.5 |
424 | 2024-12-02T04:59:41.697Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=49cb753a07c693ab -C extra-filename=-49cb753a07c693ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-c4fc5fd5a7eef552.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-350fcc3dbc8d47e5.rmeta --cap-lints allow` |
425 | 2024-12-02T04:59:41.697Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=57a3dbdabefad833 -C extra-filename=-57a3dbdabefad833 --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-6b3f297d243ba0c1.rmeta --cap-lints allow` |
426 | 2024-12-02T04:59:41.720Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5191d0578b3449a2 -C extra-filename=-5191d0578b3449a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
427 | 2024-12-02T04:59:41.970Z | Compiling fnv v1.0.7 |
428 | 2024-12-02T04:59:41.973Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=01ac370b0f4770be -C extra-filename=-01ac370b0f4770be --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
429 | 2024-12-02T04:59:41.997Z | Compiling futures-channel v0.3.31 |
430 | 2024-12-02T04:59:42.000Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=50a874b5ae8464ab -C extra-filename=-50a874b5ae8464ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --cap-lints allow` |
431 | 2024-12-02T04:59:42.161Z | Compiling http v1.1.0 |
432 | 2024-12-02T04:59:42.164Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e9fe2f5193b8aeb6 -C extra-filename=-e9fe2f5193b8aeb6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-01ac370b0f4770be.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-aa4c913eb9ddf930.rmeta --cap-lints allow` |
433 | 2024-12-02T04:59:42.342Z | Compiling equivalent v1.0.0 |
434 | 2024-12-02T04:59:42.345Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf8bc862661708a7 -C extra-filename=-bf8bc862661708a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
435 | 2024-12-02T04:59:42.474Z | Compiling futures-io v0.3.31 |
436 | 2024-12-02T04:59:42.487Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=d5960c4ba7dd9268 -C extra-filename=-d5960c4ba7dd9268 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
437 | 2024-12-02T04:59:42.547Z | Compiling hashbrown v0.15.0 |
438 | 2024-12-02T04:59:42.549Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=d7dc87c93d63ea37 -C extra-filename=-d7dc87c93d63ea37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
439 | 2024-12-02T04:59:42.722Z | Compiling ring v0.17.7 |
440 | 2024-12-02T04:59:42.725Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=fdec1278b75590cd -C extra-filename=-fdec1278b75590cd --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-fdec1278b75590cd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-412ed8096b7dcbe3.rlib --cap-lints allow` |
441 | 2024-12-02T04:59:42.780Z | Compiling pin-utils v0.1.0 |
442 | 2024-12-02T04:59:42.783Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a6c1cbd48085085 -C extra-filename=-4a6c1cbd48085085 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
443 | 2024-12-02T04:59:42.835Z | Compiling futures-task v0.3.31 |
444 | 2024-12-02T04:59:42.842Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=2019e2fa12d7bf52 -C extra-filename=-2019e2fa12d7bf52 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
445 | 2024-12-02T04:59:42.865Z | Compiling httparse v1.8.0 |
446 | 2024-12-02T04:59:42.867Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7e93688949a77053 -C extra-filename=-7e93688949a77053 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-7e93688949a77053 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
447 | 2024-12-02T04:59:42.931Z | Compiling rustls-pki-types v1.10.0 |
448 | 2024-12-02T04:59:42.933Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=2b96447e7090b08d -C extra-filename=-2b96447e7090b08d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
449 | 2024-12-02T04:59:43.044Z | Compiling spin v0.9.8 |
450 | 2024-12-02T04:59:43.047Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=2f9d92d182118ed5 -C extra-filename=-2f9d92d182118ed5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
451 | 2024-12-02T04:59:43.167Z | Compiling tracing-core v0.1.32 |
452 | 2024-12-02T04:59:43.170Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=980c7224a867e573 -C extra-filename=-980c7224a867e573 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f4b8406ee03acd2c.rmeta --cap-lints allow` |
453 | 2024-12-02T04:59:43.305Z | Compiling ucd-trie v0.1.6 |
454 | 2024-12-02T04:59:43.316Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=42742a2a22fa8aa3 -C extra-filename=-42742a2a22fa8aa3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
455 | 2024-12-02T04:59:43.336Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-7e93688949a77053/build-script-build` |
456 | 2024-12-02T04:59:43.355Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=88bc9aa68eab0f91 -C extra-filename=-88bc9aa68eab0f91 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd` |
457 | 2024-12-02T04:59:43.789Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-fdec1278b75590cd/build-script-build` |
458 | 2024-12-02T04:59:43.878Z | Compiling untrusted v0.9.0 |
459 | 2024-12-02T04:59:43.880Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=708e3792e0eecbdb -C extra-filename=-708e3792e0eecbdb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
460 | 2024-12-02T04:59:43.983Z | Compiling byteorder v1.4.3 |
461 | 2024-12-02T04:59:43.986Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=b8b699a6465511d1 -C extra-filename=-b8b699a6465511d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
462 | 2024-12-02T04:59:44.049Z | Compiling tracing v0.1.40 |
463 | 2024-12-02T04:59:44.053Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=5af3d613f2e83943 -C extra-filename=-5af3d613f2e83943 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-980c7224a867e573.rmeta --cap-lints allow` |
464 | 2024-12-02T04:59:44.087Z | Compiling atomic-waker v1.1.1 |
465 | 2024-12-02T04:59:44.090Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=1e5daed852122a14 -C extra-filename=-1e5daed852122a14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
466 | 2024-12-02T04:59:44.180Z | Compiling typenum v1.14.0 |
467 | 2024-12-02T04:59:44.184Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=e4d4dd3ced0061f4 -C extra-filename=-e4d4dd3ced0061f4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-e4d4dd3ced0061f4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
468 | 2024-12-02T04:59:44.273Z | Compiling vcpkg v0.2.15 |
469 | 2024-12-02T04:59:44.275Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53f17a4e94ce7c6a -C extra-filename=-53f17a4e94ce7c6a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
470 | 2024-12-02T04:59:44.466Z | Compiling pkg-config v0.3.31 |
471 | 2024-12-02T04:59:44.469Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cac326d7487d69c9 -C extra-filename=-cac326d7487d69c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
472 | 2024-12-02T04:59:44.489Z | Compiling http-body v1.0.1 |
473 | 2024-12-02T04:59:44.491Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e109fdd836c0acb9 -C extra-filename=-e109fdd836c0acb9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --cap-lints allow` |
474 | 2024-12-02T04:59:44.714Z | Compiling generic-array v0.14.5 |
475 | 2024-12-02T04:59:44.714Z | Compiling crossbeam-utils v0.8.15 |
476 | 2024-12-02T04:59:44.717Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=b1ee6e45757ca8a0 -C extra-filename=-b1ee6e45757ca8a0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-b1ee6e45757ca8a0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow` |
477 | 2024-12-02T04:59:44.717Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=00da5ed24b64f559 -C extra-filename=-00da5ed24b64f559 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-00da5ed24b64f559 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
478 | 2024-12-02T04:59:44.898Z | Compiling try-lock v0.2.3 |
479 | 2024-12-02T04:59:44.901Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=306ebdf760c746d8 -C extra-filename=-306ebdf760c746d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
480 | 2024-12-02T04:59:45.037Z | Compiling want v0.3.0 |
481 | 2024-12-02T04:59:45.040Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5233a237641b7492 -C extra-filename=-5233a237641b7492 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-306ebdf760c746d8.rmeta --cap-lints allow` |
482 | 2024-12-02T04:59:45.055Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-b1ee6e45757ca8a0/build-script-build` |
483 | 2024-12-02T04:59:45.109Z | Compiling subtle v2.5.0 |
484 | 2024-12-02T04:59:45.112Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=ca54d4c430356ec7 -C extra-filename=-ca54d4c430356ec7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
485 | 2024-12-02T04:59:45.122Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-e4d4dd3ced0061f4/build-script-main` |
486 | 2024-12-02T04:59:45.198Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-00da5ed24b64f559/build-script-build` |
487 | 2024-12-02T04:59:45.217Z | Compiling num-conv v0.1.0 |
488 | 2024-12-02T04:59:45.219Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27a85599505da96b -C extra-filename=-27a85599505da96b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
489 | 2024-12-02T04:59:45.306Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=8e87caecd60ca14e -C extra-filename=-8e87caecd60ca14e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
490 | 2024-12-02T04:59:45.329Z | Compiling time-core v0.1.2 |
491 | 2024-12-02T04:59:45.336Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a01f1f19c1b90d99 -C extra-filename=-a01f1f19c1b90d99 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
492 | 2024-12-02T04:59:45.371Z | Compiling zeroize v1.7.0 |
493 | 2024-12-02T04:59:45.374Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=95f509254fd0b285 -C extra-filename=-95f509254fd0b285 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
494 | 2024-12-02T04:59:45.498Z | Compiling powerfmt v0.2.0 |
495 | 2024-12-02T04:59:45.501Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=7eb74dd6cd99c168 -C extra-filename=-7eb74dd6cd99c168 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
496 | 2024-12-02T04:59:45.510Z | Compiling httpdate v1.0.1 |
497 | 2024-12-02T04:59:45.513Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d48c3fbcb9d9ce8e -C extra-filename=-d48c3fbcb9d9ce8e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
498 | 2024-12-02T04:59:45.587Z | Compiling time-macros v0.2.18 |
499 | 2024-12-02T04:59:45.590Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=5269a051887fbb93 -C extra-filename=-5269a051887fbb93 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-27a85599505da96b.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-a01f1f19c1b90d99.rlib --extern proc_macro --cap-lints allow` |
500 | 2024-12-02T04:59:45.694Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=84b48dda44be213c -C extra-filename=-84b48dda44be213c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --cap-lints allow` |
501 | 2024-12-02T04:59:45.811Z | Compiling openssl-sys v0.9.103 |
502 | 2024-12-02T04:59:45.814Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=eb28951fa2b07972 -C extra-filename=-eb28951fa2b07972 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-eb28951fa2b07972 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-412ed8096b7dcbe3.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-cac326d7487d69c9.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-53f17a4e94ce7c6a.rlib --cap-lints allow` |
503 | 2024-12-02T04:59:45.897Z | Compiling deranged v0.3.11 |
504 | 2024-12-02T04:59:45.899Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=500c245c96496426 -C extra-filename=-500c245c96496426 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-7eb74dd6cd99c168.rmeta --cap-lints allow` |
505 | 2024-12-02T04:59:45.993Z | Compiling base64 v0.22.1 |
506 | 2024-12-02T04:59:45.995Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8109389a6bf1ad53 -C extra-filename=-8109389a6bf1ad53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
507 | 2024-12-02T04:59:46.648Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=165cc2ebd59ec319 -C extra-filename=-165cc2ebd59ec319 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-8e87caecd60ca14e.rmeta --cap-lints allow --cfg relaxed_coherence` |
508 | 2024-12-02T04:59:46.779Z | Compiling bitflags v2.4.0 |
509 | 2024-12-02T04:59:46.781Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=b20130464ebc8926 -C extra-filename=-b20130464ebc8926 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
510 | 2024-12-02T04:59:46.819Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-eb28951fa2b07972/build-script-main` |
511 | 2024-12-02T04:59:46.889Z | Compiling slog v2.7.0 |
512 | 2024-12-02T04:59:46.892Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=7c37cc8491317074 -C extra-filename=-7c37cc8491317074 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-7c37cc8491317074 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
513 | 2024-12-02T04:59:46.923Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=ec07787e968002ac -C extra-filename=-ec07787e968002ac --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-c388d57f2a7e266c.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-2f9d92d182118ed5.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-708e3792e0eecbdb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
514 | 2024-12-02T04:59:46.927Z | Compiling num_threads v0.1.3 |
515 | 2024-12-02T04:59:46.929Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef69120e0df12c56 -C extra-filename=-ef69120e0df12c56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
516 | 2024-12-02T04:59:47.069Z | Compiling unicase v2.6.0 |
517 | 2024-12-02T04:59:47.072Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=819ce48d520558b5 -C extra-filename=-819ce48d520558b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-819ce48d520558b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow` |
518 | 2024-12-02T04:59:47.193Z | Compiling usdt-impl v0.5.0 |
519 | 2024-12-02T04:59:47.205Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=803f4cb2b64df2fd -C extra-filename=-803f4cb2b64df2fd --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-803f4cb2b64df2fd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow` |
520 | 2024-12-02T04:59:47.419Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-7c37cc8491317074/build-script-build` |
521 | 2024-12-02T04:59:47.450Z | Compiling paste v1.0.15 |
522 | 2024-12-02T04:59:47.452Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75740250ed219447 -C extra-filename=-75740250ed219447 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-75740250ed219447 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
523 | 2024-12-02T04:59:47.477Z | Compiling tower-service v0.3.1 |
524 | 2024-12-02T04:59:47.480Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82ed2a476a240d95 -C extra-filename=-82ed2a476a240d95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
525 | 2024-12-02T04:59:47.590Z | Compiling foreign-types-shared v0.1.1 |
526 | 2024-12-02T04:59:47.593Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e88c51f198c4536 -C extra-filename=-3e88c51f198c4536 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
527 | 2024-12-02T04:59:47.602Z | Compiling openssl-probe v0.1.4 |
528 | 2024-12-02T04:59:47.605Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=816f078d1a7c4648 -C extra-filename=-816f078d1a7c4648 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
529 | 2024-12-02T04:59:47.701Z | Compiling tinyvec_macros v0.1.0 |
530 | 2024-12-02T04:59:47.704Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49cfbf5822d304f3 -C extra-filename=-49cfbf5822d304f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
531 | 2024-12-02T04:59:47.781Z | Compiling openssl v0.10.66 |
532 | 2024-12-02T04:59:47.783Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=8e22270e3198d420 -C extra-filename=-8e22270e3198d420 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-8e22270e3198d420 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
533 | 2024-12-02T04:59:47.793Z | Compiling percent-encoding v2.3.1 |
534 | 2024-12-02T04:59:47.796Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=979a6ffd7abfd08b -C extra-filename=-979a6ffd7abfd08b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
535 | 2024-12-02T04:59:47.951Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-75740250ed219447/build-script-build` |
536 | 2024-12-02T04:59:47.993Z | Compiling form_urlencoded v1.2.1 |
537 | 2024-12-02T04:59:47.993Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a14e9e00c55afb81 -C extra-filename=-a14e9e00c55afb81 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --cap-lints allow` |
538 | 2024-12-02T04:59:48.007Z | Compiling crypto-common v0.1.6 |
539 | 2024-12-02T04:59:48.019Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=c047b672914131c4 -C extra-filename=-c047b672914131c4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-165cc2ebd59ec319.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-8e87caecd60ca14e.rmeta --cap-lints allow` |
540 | 2024-12-02T04:59:48.033Z | Compiling block-buffer v0.10.2 |
541 | 2024-12-02T04:59:48.035Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=358ef7d8dbb468dd -C extra-filename=-358ef7d8dbb468dd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-165cc2ebd59ec319.rmeta --cap-lints allow` |
542 | 2024-12-02T04:59:48.180Z | Compiling tinyvec v1.5.1 |
543 | 2024-12-02T04:59:48.183Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "serde", "std", "tinyvec_macros"))' -C metadata=e2a6fcdea0e898e1 -C extra-filename=-e2a6fcdea0e898e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec_macros-49cfbf5822d304f3.rmeta --cap-lints allow` |
544 | 2024-12-02T04:59:48.193Z | Compiling foreign-types v0.3.2 |
545 | 2024-12-02T04:59:48.205Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d52dbc4bf401aff -C extra-filename=-5d52dbc4bf401aff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types_shared-3e88c51f198c4536.rmeta --cap-lints allow` |
546 | 2024-12-02T04:59:48.216Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-803f4cb2b64df2fd/build-script-build` |
547 | 2024-12-02T04:59:48.230Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-8e22270e3198d420/build-script-build` |
548 | 2024-12-02T04:59:48.248Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=ba4a1f026620b3c1 -C extra-filename=-ba4a1f026620b3c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128` |
549 | 2024-12-02T04:59:48.276Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-819ce48d520558b5/build-script-build` |
550 | 2024-12-02T04:59:48.307Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=24d8b6057eb22c5b -C extra-filename=-24d8b6057eb22c5b --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-6b3f297d243ba0c1.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)'` |
551 | 2024-12-02T04:59:48.347Z | Compiling rand_core v0.6.3 |
552 | 2024-12-02T04:59:48.347Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=e62677a6a254cc9e -C extra-filename=-e62677a6a254cc9e --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-c388d57f2a7e266c.rmeta --cap-lints allow` |
553 | 2024-12-02T04:59:48.406Z | Compiling time v0.3.36 |
554 | 2024-12-02T04:59:48.408Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=880cb7608f688af2 -C extra-filename=-880cb7608f688af2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern deranged=/work/oxidecomputer/dropshot/target/debug/deps/libderanged-500c245c96496426.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-aa4c913eb9ddf930.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-27a85599505da96b.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-ef69120e0df12c56.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-7eb74dd6cd99c168.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-a01f1f19c1b90d99.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-5269a051887fbb93.so --cap-lints allow` |
555 | 2024-12-02T04:59:48.452Z | Compiling thread-id v4.0.0 |
556 | 2024-12-02T04:59:48.455Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52c5669e069a0dc0 -C extra-filename=-52c5669e069a0dc0 --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-084c6ae6e61ed5fa.rmeta --cap-lints allow` |
557 | 2024-12-02T04:59:48.566Z | Compiling num-traits v0.2.14 |
558 | 2024-12-02T04:59:48.573Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=fc705c99a25feaa7 -C extra-filename=-fc705c99a25feaa7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-fc705c99a25feaa7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-32f8ee768796a478.rlib --cap-lints allow` |
559 | 2024-12-02T04:59:48.761Z | Compiling rustls v0.22.4 |
560 | 2024-12-02T04:59:48.764Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=80a2939cdf5c6a83 -C extra-filename=-80a2939cdf5c6a83 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-80a2939cdf5c6a83 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
561 | 2024-12-02T04:59:48.912Z | Compiling unicode-width v0.1.9 |
562 | 2024-12-02T04:59:48.915Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=a345b4990bc1a485 -C extra-filename=-a345b4990bc1a485 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
563 | 2024-12-02T04:59:49.058Z | Compiling rustls-webpki v0.102.8 |
564 | 2024-12-02T04:59:49.061Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=b225fc1eaf8a542d -C extra-filename=-b225fc1eaf8a542d --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-ec07787e968002ac.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-708e3792e0eecbdb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out` |
565 | 2024-12-02T04:59:49.082Z | Compiling lazy_static v1.5.0 |
566 | 2024-12-02T04:59:49.085Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=627c4027aa780a5c -C extra-filename=-627c4027aa780a5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
567 | 2024-12-02T04:59:49.102Z | Compiling ppv-lite86 v0.2.15 |
568 | 2024-12-02T04:59:49.104Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=9774e8c5fed9e534 -C extra-filename=-9774e8c5fed9e534 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
569 | 2024-12-02T04:59:49.206Z | Compiling native-tls v0.2.12 |
570 | 2024-12-02T04:59:49.208Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=16d913dc6d0b4258 -C extra-filename=-16d913dc6d0b4258 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-16d913dc6d0b4258 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
571 | 2024-12-02T04:59:49.583Z | Compiling semver v1.0.23 |
572 | 2024-12-02T04:59:49.585Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=9bafc270b7e4bdba -C extra-filename=-9bafc270b7e4bdba --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-9bafc270b7e4bdba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
573 | 2024-12-02T04:59:49.616Z | Compiling rustls v0.23.13 |
574 | 2024-12-02T04:59:49.619Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=d4ff289f15f84ff0 -C extra-filename=-d4ff289f15f84ff0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-d4ff289f15f84ff0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
575 | 2024-12-02T04:59:49.696Z | Compiling plain v0.2.3 |
576 | 2024-12-02T04:59:49.699Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ca2d3bfed42e6d9 -C extra-filename=-8ca2d3bfed42e6d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
577 | 2024-12-02T04:59:49.853Z | Compiling mime v0.3.16 |
578 | 2024-12-02T04:59:49.853Z | Compiling rand_chacha v0.3.1 |
579 | 2024-12-02T04:59:49.855Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36690c8dad1b6175 -C extra-filename=-36690c8dad1b6175 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
580 | 2024-12-02T04:59:49.855Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=ae7be18ce02bf398 -C extra-filename=-ae7be18ce02bf398 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-9774e8c5fed9e534.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e62677a6a254cc9e.rmeta --cap-lints allow` |
581 | 2024-12-02T04:59:49.955Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-d4ff289f15f84ff0/build-script-build` |
582 | 2024-12-02T04:59:49.976Z | Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-16d913dc6d0b4258/build-script-build` |
583 | 2024-12-02T04:59:49.995Z | Compiling unicode-normalization v0.1.24 |
584 | 2024-12-02T04:59:49.997Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a5a883fe9b1e3cfc -C extra-filename=-a5a883fe9b1e3cfc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern tinyvec=/work/oxidecomputer/dropshot/target/debug/deps/libtinyvec-e2a6fcdea0e898e1.rmeta --cap-lints allow` |
585 | 2024-12-02T04:59:50.104Z | Running `/work/oxidecomputer/dropshot/target/debug/build/semver-9bafc270b7e4bdba/build-script-build` |
586 | 2024-12-02T04:59:50.166Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-80a2939cdf5c6a83/build-script-build` |
587 | 2024-12-02T04:59:50.186Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-fc705c99a25feaa7/build-script-build` |
588 | 2024-12-02T04:59:50.480Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=7800a465226533c7 -C extra-filename=-7800a465226533c7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
589 | 2024-12-02T04:59:50.492Z | Compiling digest v0.10.7 |
590 | 2024-12-02T04:59:50.495Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=37878c4d7075d174 -C extra-filename=-37878c4d7075d174 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern block_buffer=/work/oxidecomputer/dropshot/target/debug/deps/libblock_buffer-358ef7d8dbb468dd.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-c047b672914131c4.rmeta --cap-lints allow` |
591 | 2024-12-02T04:59:50.858Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6fc1b37be07b8a5 -C extra-filename=-e6fc1b37be07b8a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` |
592 | 2024-12-02T04:59:50.881Z | Compiling rustls-pemfile v2.1.3 |
593 | 2024-12-02T04:59:50.884Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=876d3c4765ed3b5c -C extra-filename=-876d3c4765ed3b5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --cap-lints allow` |
594 | 2024-12-02T04:59:50.980Z | Compiling dirs-sys-next v0.1.2 |
595 | 2024-12-02T04:59:50.982Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b38fdbb4d7841de -C extra-filename=-1b38fdbb4d7841de --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-6b3f297d243ba0c1.rmeta --cap-lints allow` |
596 | 2024-12-02T04:59:51.044Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=509ccdd1efca7e0c -C extra-filename=-509ccdd1efca7e0c --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-509ccdd1efca7e0c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow` |
597 | 2024-12-02T04:59:51.105Z | Compiling cpufeatures v0.2.2 |
598 | 2024-12-02T04:59:51.108Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97335ab674623c7c -C extra-filename=-97335ab674623c7c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
599 | 2024-12-02T04:59:51.195Z | Compiling winnow v0.6.18 |
600 | 2024-12-02T04:59:51.206Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=d01edbdc2e5a52f4 -C extra-filename=-d01edbdc2e5a52f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
601 | 2024-12-02T04:59:51.312Z | Compiling pretty-hex v0.4.1 |
602 | 2024-12-02T04:59:51.315Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=ad75c1db41af3142 -C extra-filename=-ad75c1db41af3142 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
603 | 2024-12-02T04:59:51.325Z | Compiling unicode-segmentation v1.10.0 |
604 | 2024-12-02T04:59:51.328Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=3c222546f4e316c8 -C extra-filename=-3c222546f4e316c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
605 | 2024-12-02T04:59:51.433Z | Compiling unicode-bidi v0.3.15 |
606 | 2024-12-02T04:59:51.436Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=7ee3adb29e198dd7 -C extra-filename=-7ee3adb29e198dd7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
607 | 2024-12-02T04:59:51.514Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-509ccdd1efca7e0c/build-script-build` |
608 | 2024-12-02T04:59:51.662Z | Compiling sha1 v0.10.6 |
609 | 2024-12-02T04:59:51.665Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=28f3cd4599f92705 -C extra-filename=-28f3cd4599f92705 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-97335ab674623c7c.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-37878c4d7075d174.rmeta --cap-lints allow` |
610 | 2024-12-02T04:59:51.698Z | Compiling dirs-next v2.0.0 |
611 | 2024-12-02T04:59:51.701Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf23ebadc5acf39e -C extra-filename=-bf23ebadc5acf39e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-1b38fdbb4d7841de.rmeta --cap-lints allow` |
612 | 2024-12-02T04:59:51.895Z | Compiling mime_guess v2.0.5 |
613 | 2024-12-02T04:59:51.898Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=fd0a2951d1cbaeb6 -C extra-filename=-fd0a2951d1cbaeb6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-fd0a2951d1cbaeb6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-7800a465226533c7.rlib --cap-lints allow` |
614 | 2024-12-02T04:59:51.898Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=80f668b706d60c0f -C extra-filename=-80f668b706d60c0f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg has_i128 --cfg has_to_int_unchecked` |
615 | 2024-12-02T04:59:52.075Z | Compiling newline-converter v0.3.0 |
616 | 2024-12-02T04:59:52.079Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4da89df7808efd6 -C extra-filename=-c4da89df7808efd6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_segmentation-3c222546f4e316c8.rmeta --cap-lints allow` |
617 | 2024-12-02T04:59:52.187Z | Compiling idna v0.5.0 |
618 | 2024-12-02T04:59:52.189Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a8bb780e311d2587 -C extra-filename=-a8bb780e311d2587 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-7ee3adb29e198dd7.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-a5a883fe9b1e3cfc.rmeta --cap-lints allow` |
619 | 2024-12-02T04:59:52.265Z | Compiling rand v0.8.4 |
620 | 2024-12-02T04:59:52.268Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=42231b363c3ec10a -C extra-filename=-42231b363c3ec10a --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-6b3f297d243ba0c1.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-ae7be18ce02bf398.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e62677a6a254cc9e.rmeta --cap-lints allow` |
621 | 2024-12-02T04:59:52.290Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=a0c02d941a90705d -C extra-filename=-a0c02d941a90705d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-ec07787e968002ac.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-b225fc1eaf8a542d.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-ca54d4c430356ec7.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-95f509254fd0b285.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out` |
622 | 2024-12-02T04:59:52.736Z | Compiling serde_derive v1.0.215 |
623 | 2024-12-02T04:59:52.739Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.215/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1d9ac004ae592afc -C extra-filename=-1d9ac004ae592afc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow` |
624 | 2024-12-02T04:59:53.017Z | Compiling thiserror-impl v1.0.69 |
625 | 2024-12-02T04:59:53.020Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=887c851ce1732a16 -C extra-filename=-887c851ce1732a16 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow` |
626 | 2024-12-02T04:59:53.077Z | Compiling tokio-macros v2.3.0 |
627 | 2024-12-02T04:59:53.079Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ae6fff55e2721d6 -C extra-filename=-0ae6fff55e2721d6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow` |
628 | 2024-12-02T04:59:53.599Z | Compiling futures-macro v0.3.31 |
629 | 2024-12-02T04:59:53.602Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=787ca02e4725cc61 -C extra-filename=-787ca02e4725cc61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow` |
630 | 2024-12-02T04:59:53.918Z | Compiling zerocopy-derive v0.7.32 |
631 | 2024-12-02T04:59:53.921Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3732f714e21ea8f0 -C extra-filename=-3732f714e21ea8f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow` |
632 | 2024-12-02T04:59:53.955Z | Compiling scroll_derive v0.12.0 |
633 | 2024-12-02T04:59:53.957Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0636de50065ceca5 -C extra-filename=-0636de50065ceca5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow` |
634 | 2024-12-02T04:59:54.555Z | Compiling tokio v1.38.1 |
635 | 2024-12-02T04:59:54.557Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=5af3aca713c37509 -C extra-filename=-5af3aca713c37509 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-075576b21fe7e64e.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-44c15e990eca2923.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-49cb753a07c693ab.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-c91e71b43dd2672d.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-57a3dbdabefad833.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-0ae6fff55e2721d6.so --cap-lints allow` |
636 | 2024-12-02T04:59:54.948Z | Compiling openssl-macros v0.1.1 |
637 | 2024-12-02T04:59:54.951Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f6c7d13c8b4be0f -C extra-filename=-3f6c7d13c8b4be0f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow` |
638 | 2024-12-02T04:59:55.424Z | Compiling scroll v0.12.0 |
639 | 2024-12-02T04:59:55.426Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=0c5ac3d13c2d4286 -C extra-filename=-0c5ac3d13c2d4286 --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-0636de50065ceca5.so --cap-lints allow` |
640 | 2024-12-02T04:59:55.457Z | Compiling futures-util v0.3.31 |
641 | 2024-12-02T04:59:55.460Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=536032bed948f3ca -C extra-filename=-536032bed948f3ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-50a874b5ae8464ab.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-d5960c4ba7dd9268.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-787ca02e4725cc61.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-979466e3b4b81ac2.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-4a6c1cbd48085085.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-5191d0578b3449a2.rmeta --cap-lints allow` |
642 | 2024-12-02T04:59:55.791Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=8a721311b546ac12 -C extra-filename=-8a721311b546ac12 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-b20130464ebc8926.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-5d52dbc4bf401aff.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f4b8406ee03acd2c.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-3f6c7d13c8b4be0f.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-24d8b6057eb22c5b.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)'` |
643 | 2024-12-02T04:59:55.829Z | Compiling zerocopy v0.7.32 |
644 | 2024-12-02T04:59:55.832Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=272d1d0d95162463 -C extra-filename=-272d1d0d95162463 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-b8b699a6465511d1.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-3732f714e21ea8f0.so --cap-lints allow` |
645 | 2024-12-02T04:59:55.853Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f43f1abec762b36 -C extra-filename=-2f43f1abec762b36 --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-887c851ce1732a16.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
646 | 2024-12-02T04:59:55.984Z | Compiling pest v2.7.6 |
647 | 2024-12-02T04:59:55.987Z | Compiling goblin v0.8.0 |
648 | 2024-12-02T04:59:55.987Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=daeea9c39b6257a5 -C extra-filename=-daeea9c39b6257a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-979466e3b4b81ac2.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f43f1abec762b36.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-42742a2a22fa8aa3.rmeta --cap-lints allow` |
649 | 2024-12-02T04:59:55.987Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=51aeba0d6d0a419a -C extra-filename=-51aeba0d6d0a419a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-8ca2d3bfed42e6d9.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-0c5ac3d13c2d4286.rmeta --cap-lints allow` |
650 | 2024-12-02T04:59:57.515Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=26935090f49a185d -C extra-filename=-26935090f49a185d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
651 | 2024-12-02T04:59:58.338Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=2ec5359eb5f0a697 -C extra-filename=-2ec5359eb5f0a697 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f4b8406ee03acd2c.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-ec07787e968002ac.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-b225fc1eaf8a542d.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-ca54d4c430356ec7.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-95f509254fd0b285.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
652 | 2024-12-02T04:59:58.970Z | Compiling pest_meta v2.7.6 |
653 | 2024-12-02T04:59:58.972Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=0460774a7b7e757d -C extra-filename=-0460774a7b7e757d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f4b8406ee03acd2c.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-daeea9c39b6257a5.rmeta --cap-lints allow` |
654 | 2024-12-02T05:00:00.033Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2c6a4708a74ac8fe -C extra-filename=-2c6a4708a74ac8fe --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-1d9ac004ae592afc.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)'` |
655 | 2024-12-02T05:00:01.629Z | Compiling pest_generator v2.7.6 |
656 | 2024-12-02T05:00:01.632Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=1d64ad418810b8f5 -C extra-filename=-1d64ad418810b8f5 --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-daeea9c39b6257a5.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-0460774a7b7e757d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rmeta --cap-lints allow` |
657 | 2024-12-02T05:00:02.540Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=281b3f0600046604 -C extra-filename=-281b3f0600046604 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-8a721311b546ac12.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-816f078d1a7c4648.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-24d8b6057eb22c5b.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
658 | 2024-12-02T05:00:03.175Z | Compiling tokio-util v0.7.7 |
659 | 2024-12-02T05:00:03.179Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=463bd564b2331d8c -C extra-filename=-463bd564b2331d8c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-5af3d613f2e83943.rmeta --cap-lints allow` |
660 | 2024-12-02T05:00:03.331Z | Compiling pest_derive v2.7.6 |
661 | 2024-12-02T05:00:03.334Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d18cc40549816d46 -C extra-filename=-d18cc40549816d46 --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-daeea9c39b6257a5.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-1d64ad418810b8f5.rlib --extern proc_macro --cap-lints allow` |
662 | 2024-12-02T05:00:03.464Z | Compiling http-body-util v0.1.2 |
663 | 2024-12-02T05:00:03.467Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f71709c5db1b7e1 -C extra-filename=-2f71709c5db1b7e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-536032bed948f3ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e109fdd836c0acb9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow` |
664 | 2024-12-02T05:00:03.985Z | Compiling serde_derive_internals v0.29.0 |
665 | 2024-12-02T05:00:03.988Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be56a721bb59da38 -C extra-filename=-be56a721bb59da38 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rmeta --cap-lints allow` |
666 | 2024-12-02T05:00:04.303Z | Compiling dtrace-parser v0.2.0 |
667 | 2024-12-02T05:00:04.305Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f46a32fdb7e65f14 -C extra-filename=-f46a32fdb7e65f14 --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-daeea9c39b6257a5.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-d18cc40549816d46.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f43f1abec762b36.rmeta --cap-lints allow` |
668 | 2024-12-02T05:00:04.571Z | Compiling concurrent-queue v2.5.0 |
669 | 2024-12-02T05:00:04.575Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=8af49fe657b43a1b -C extra-filename=-8af49fe657b43a1b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-84b48dda44be213c.rmeta --cap-lints allow` |
670 | 2024-12-02T05:00:04.917Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c57b2443932f9eb4 -C extra-filename=-c57b2443932f9eb4 --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-6b3f297d243ba0c1.rmeta --cap-lints allow` |
671 | 2024-12-02T05:00:04.943Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=63a88c053a1674c4 -C extra-filename=-63a88c053a1674c4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-3c3232a6ac1239e6.rmeta --cap-lints allow` |
672 | 2024-12-02T05:00:05.031Z | Compiling multer v3.1.0 |
673 | 2024-12-02T05:00:05.033Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=5c817e893026d061 -C extra-filename=-5c817e893026d061 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-5c817e893026d061 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib --cap-lints allow` |
674 | 2024-12-02T05:00:05.370Z | Compiling thread_local v1.1.4 |
675 | 2024-12-02T05:00:05.373Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=4dae1bbed52207db -C extra-filename=-4dae1bbed52207db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f4b8406ee03acd2c.rmeta --cap-lints allow` |
676 | 2024-12-02T05:00:05.952Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.133/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=6d9f64b944059462 -C extra-filename=-6d9f64b944059462 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-aa4c913eb9ddf930.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-979466e3b4b81ac2.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-09390516ab086c15.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
677 | 2024-12-02T05:00:06.037Z | Compiling indexmap v2.6.0 |
678 | 2024-12-02T05:00:06.039Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=906826d6767a7b04 -C extra-filename=-906826d6767a7b04 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern equivalent=/work/oxidecomputer/dropshot/target/debug/deps/libequivalent-bf8bc862661708a7.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-d7dc87c93d63ea37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --cap-lints allow` |
679 | 2024-12-02T05:00:06.167Z | Compiling serde_tokenstream v0.2.2 |
680 | 2024-12-02T05:00:06.170Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bee155dd7d1ae75e -C extra-filename=-bee155dd7d1ae75e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rmeta --cap-lints allow` |
681 | 2024-12-02T05:00:06.365Z | Compiling serde_spanned v0.6.7 |
682 | 2024-12-02T05:00:06.368Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=fda7f542b67c1cec -C extra-filename=-fda7f542b67c1cec --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-2c6a4708a74ac8fe.rmeta --cap-lints allow` |
683 | 2024-12-02T05:00:06.614Z | Compiling toml_datetime v0.6.8 |
684 | 2024-12-02T05:00:06.616Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=c9f0d9fcaa8145bd -C extra-filename=-c9f0d9fcaa8145bd --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-2c6a4708a74ac8fe.rmeta --cap-lints allow` |
685 | 2024-12-02T05:00:06.752Z | Compiling encoding_rs v0.8.32 |
686 | 2024-12-02T05:00:06.755Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=da84eb7f21b90d9f -C extra-filename=-da84eb7f21b90d9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --cap-lints allow` |
687 | 2024-12-02T05:00:07.020Z | Compiling match_cfg v0.1.0 |
688 | 2024-12-02T05:00:07.022Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=97b440040956074b -C extra-filename=-97b440040956074b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
689 | 2024-12-02T05:00:07.136Z | Compiling target-triple v0.1.3 |
690 | 2024-12-02T05:00:07.138Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3b862f14b893039 -C extra-filename=-c3b862f14b893039 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-c3b862f14b893039 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
691 | 2024-12-02T05:00:07.217Z | Compiling iana-time-zone v0.1.47 |
692 | 2024-12-02T05:00:07.220Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=b3142988ecfbb2ab -C extra-filename=-b3142988ecfbb2ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
693 | 2024-12-02T05:00:07.518Z | Compiling h2 v0.4.6 |
694 | 2024-12-02T05:00:07.522Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=23a0c85c6786a04e -C extra-filename=-23a0c85c6786a04e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-1e5daed852122a14.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-01ac370b0f4770be.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-5191d0578b3449a2.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-463bd564b2331d8c.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-5af3d613f2e83943.rmeta --cap-lints allow` |
695 | 2024-12-02T05:00:07.646Z | Compiling toml_edit v0.22.20 |
696 | 2024-12-02T05:00:07.649Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=a4d60a63ae200356 -C extra-filename=-a4d60a63ae200356 --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-906826d6767a7b04.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-fda7f542b67c1cec.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-c9f0d9fcaa8145bd.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-d01edbdc2e5a52f4.rmeta --cap-lints allow` |
697 | 2024-12-02T05:00:07.777Z | Compiling dof v0.3.0 |
698 | 2024-12-02T05:00:07.782Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=dd343df7339e2ee4 -C extra-filename=-dd343df7339e2ee4 --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-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f43f1abec762b36.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-272d1d0d95162463.rmeta --cap-lints allow` |
699 | 2024-12-02T05:00:08.656Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=7445e52c654440eb -C extra-filename=-7445e52c654440eb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-b8b699a6465511d1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-dd343df7339e2ee4.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f46a32fdb7e65f14.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-084c6ae6e61ed5fa.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f43f1abec762b36.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-52c5669e069a0dc0.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
700 | 2024-12-02T05:00:09.068Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=6e7d4812cd1e0a53 -C extra-filename=-6e7d4812cd1e0a53 --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-51aeba0d6d0a419a.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-ad75c1db41af3142.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f43f1abec762b36.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-272d1d0d95162463.rmeta --cap-lints allow` |
701 | 2024-12-02T05:00:09.923Z | Compiling thiserror v2.0.3 |
702 | 2024-12-02T05:00:09.927Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b258834876d74811 -C extra-filename=-b258834876d74811 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-b258834876d74811 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
703 | 2024-12-02T05:00:10.525Z | Compiling schemars v0.8.21 |
704 | 2024-12-02T05:00:10.528Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=c5375a892673d5a9 -C extra-filename=-c5375a892673d5a9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-c5375a892673d5a9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
705 | 2024-12-02T05:00:10.834Z | Compiling slog-async v2.8.0 |
706 | 2024-12-02T05:00:10.838Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=030021f3cd14cece -C extra-filename=-030021f3cd14cece --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-030021f3cd14cece -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
707 | 2024-12-02T05:00:10.921Z | Compiling similar v2.2.1 |
708 | 2024-12-02T05:00:10.926Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=a49e58eed91754e6 -C extra-filename=-a49e58eed91754e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
709 | 2024-12-02T05:00:11.332Z | Compiling heck v0.5.0 |
710 | 2024-12-02T05:00:11.334Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae7a000cb0c7e733 -C extra-filename=-ae7a000cb0c7e733 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
711 | 2024-12-02T05:00:11.449Z | Compiling rustix v0.38.40 |
712 | 2024-12-02T05:00:11.453Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.40/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=b9a3ff3d700174d0 -C extra-filename=-b9a3ff3d700174d0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-b9a3ff3d700174d0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
713 | 2024-12-02T05:00:11.462Z | Compiling camino v1.1.9 |
714 | 2024-12-02T05:00:11.473Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=09afcb09feb91121 -C extra-filename=-09afcb09feb91121 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-09afcb09feb91121 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
715 | 2024-12-02T05:00:11.749Z | Compiling parking v2.2.0 |
716 | 2024-12-02T05:00:11.754Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=0def4507c54f5e1d -C extra-filename=-0def4507c54f5e1d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
717 | 2024-12-02T05:00:12.056Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-09afcb09feb91121/build-script-build` |
718 | 2024-12-02T05:00:12.139Z | Compiling hyper v1.5.1 |
719 | 2024-12-02T05:00:12.158Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=4167cb33629560b9 -C extra-filename=-4167cb33629560b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-50a874b5ae8464ab.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-536032bed948f3ca.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-23a0c85c6786a04e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e109fdd836c0acb9.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-88bc9aa68eab0f91.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-d48c3fbcb9d9ce8e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-aa4c913eb9ddf930.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-0a0d67f00959a153.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-5233a237641b7492.rmeta --cap-lints allow` |
720 | 2024-12-02T05:00:12.161Z | Compiling event-listener v5.0.0 |
721 | 2024-12-02T05:00:12.162Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=984c5e480c5e2c91 -C extra-filename=-984c5e480c5e2c91 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-8af49fe657b43a1b.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-0def4507c54f5e1d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow` |
722 | 2024-12-02T05:00:12.176Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-b9a3ff3d700174d0/build-script-build` |
723 | 2024-12-02T05:00:12.296Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=827846b0a4278d58 -C extra-filename=-827846b0a4278d58 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-b8b699a6465511d1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-6e7d4812cd1e0a53.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f46a32fdb7e65f14.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-63a88c053a1674c4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f43f1abec762b36.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-c57b2443932f9eb4.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
724 | 2024-12-02T05:00:12.769Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-030021f3cd14cece/build-script-build` |
725 | 2024-12-02T05:00:12.831Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-c5375a892673d5a9/build-script-build` |
726 | 2024-12-02T05:00:12.847Z | Compiling toml v0.8.19 |
727 | 2024-12-02T05:00:12.852Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=74969a03d2f49c7e -C extra-filename=-74969a03d2f49c7e --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-2c6a4708a74ac8fe.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-fda7f542b67c1cec.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-c9f0d9fcaa8145bd.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-a4d60a63ae200356.rmeta --cap-lints allow` |
728 | 2024-12-02T05:00:12.872Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-b258834876d74811/build-script-build` |
729 | 2024-12-02T05:00:13.207Z | Compiling usdt-macro v0.5.0 |
730 | 2024-12-02T05:00:13.212Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=02fa6faba34837f3 -C extra-filename=-02fa6faba34837f3 --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-f46a32fdb7e65f14.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-bee155dd7d1ae75e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-7445e52c654440eb.rlib --extern proc_macro --cap-lints allow` |
731 | 2024-12-02T05:00:13.526Z | Compiling usdt-attr-macro v0.5.0 |
732 | 2024-12-02T05:00:13.531Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=dc371dcfc4b3524d -C extra-filename=-dc371dcfc4b3524d --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-f46a32fdb7e65f14.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-bee155dd7d1ae75e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-7445e52c654440eb.rlib --extern proc_macro --cap-lints allow` |
733 | 2024-12-02T05:00:14.153Z | Compiling slog-json v2.6.1 |
734 | 2024-12-02T05:00:14.162Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=fad5157353479071 -C extra-filename=-fad5157353479071 --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-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-880cb7608f688af2.rmeta --cap-lints allow` |
735 | 2024-12-02T05:00:14.546Z | Compiling hyper-util v0.1.10 |
736 | 2024-12-02T05:00:14.554Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=98bf1c3f00626cdd -C extra-filename=-98bf1c3f00626cdd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-50a874b5ae8464ab.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-536032bed948f3ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e109fdd836c0acb9.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-57a3dbdabefad833.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-5af3d613f2e83943.rmeta --cap-lints allow` |
737 | 2024-12-02T05:00:14.689Z | Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-c3b862f14b893039/build-script-build` |
738 | 2024-12-02T05:00:14.703Z | Compiling chrono v0.4.38 |
739 | 2024-12-02T05:00:14.707Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=ac9485f67c23ada1 -C extra-filename=-ac9485f67c23ada1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/dropshot/target/debug/deps/libiana_time_zone-b3142988ecfbb2ab.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-80f668b706d60c0f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --cap-lints allow` |
740 | 2024-12-02T05:00:14.718Z | Compiling hostname v0.3.1 |
741 | 2024-12-02T05:00:14.725Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=ab4963c6f667c2d6 -C extra-filename=-ab4963c6f667c2d6 --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-6b3f297d243ba0c1.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-97b440040956074b.rmeta --cap-lints allow` |
742 | 2024-12-02T05:00:14.996Z | Compiling schemars_derive v0.8.21 |
743 | 2024-12-02T05:00:14.999Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff6ba28f20ab4491 -C extra-filename=-ff6ba28f20ab4491 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-be56a721bb59da38.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow` |
744 | 2024-12-02T05:00:15.132Z | Compiling uuid v1.11.0 |
745 | 2024-12-02T05:00:15.135Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=c169cbde70aebe66 -C extra-filename=-c169cbde70aebe66 --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-c388d57f2a7e266c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --cap-lints allow` |
746 | 2024-12-02T05:00:15.304Z | Compiling serde_urlencoded v0.7.1 |
747 | 2024-12-02T05:00:15.352Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4bfe7063b122ef42 -C extra-filename=-4bfe7063b122ef42 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-aa4c913eb9ddf930.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-09390516ab086c15.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --cap-lints allow` |
748 | 2024-12-02T05:00:15.838Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-5c817e893026d061/build-script-build` |
749 | 2024-12-02T05:00:15.897Z | Compiling tokio-rustls v0.26.0 |
750 | 2024-12-02T05:00:15.901Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=0fe0f2076ec2b1f1 -C extra-filename=-0fe0f2076ec2b1f1 --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-2ec5359eb5f0a697.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out` |
751 | 2024-12-02T05:00:16.036Z | Compiling tokio-native-tls v0.3.1 |
752 | 2024-12-02T05:00:16.046Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=677e3fe1afd65f5c -C extra-filename=-677e3fe1afd65f5c --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-281b3f0600046604.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
753 | 2024-12-02T05:00:16.311Z | Compiling tokio-rustls v0.25.0 |
754 | 2024-12-02T05:00:16.314Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=5a7c28d588f09e78 -C extra-filename=-5a7c28d588f09e78 --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-a0c02d941a90705d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out` |
755 | 2024-12-02T05:00:16.361Z | Compiling futures-executor v0.3.31 |
756 | 2024-12-02T05:00:16.366Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=9af82bb7f2500afe -C extra-filename=-9af82bb7f2500afe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-536032bed948f3ca.rmeta --cap-lints allow` |
757 | 2024-12-02T05:00:16.429Z | Compiling url v2.5.2 |
758 | 2024-12-02T05:00:16.437Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=913803c8d6c21733 -C extra-filename=-913803c8d6c21733 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-a8bb780e311d2587.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --cap-lints allow` |
759 | 2024-12-02T05:00:16.727Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-fd0a2951d1cbaeb6/build-script-build` |
760 | 2024-12-02T05:00:16.760Z | Compiling async-stream-impl v0.3.6 |
761 | 2024-12-02T05:00:16.767Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=140e33211fc9c017 -C extra-filename=-140e33211fc9c017 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow` |
762 | 2024-12-02T05:00:16.800Z | Compiling thiserror-impl v2.0.3 |
763 | 2024-12-02T05:00:16.804Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb9314090c3e24d2 -C extra-filename=-eb9314090c3e24d2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow` |
764 | 2024-12-02T05:00:16.980Z | Compiling term v0.7.0 |
765 | 2024-12-02T05:00:16.983Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=718f8d2e5ef6016c -C extra-filename=-718f8d2e5ef6016c --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-bf23ebadc5acf39e.rmeta --cap-lints allow` |
766 | 2024-12-02T05:00:17.515Z | Compiling crossbeam-channel v0.5.1 |
767 | 2024-12-02T05:00:17.520Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=a3de9060686ce897 -C extra-filename=-a3de9060686ce897 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-84b48dda44be213c.rmeta --cap-lints allow` |
768 | 2024-12-02T05:00:17.921Z | Compiling webpki-roots v0.26.5 |
769 | 2024-12-02T05:00:17.925Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e84daaff706f9bb2 -C extra-filename=-e84daaff706f9bb2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --cap-lints allow` |
770 | 2024-12-02T05:00:18.135Z | Compiling errno v0.3.8 |
771 | 2024-12-02T05:00:18.148Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0de7c59e17e3ec2c -C extra-filename=-0de7c59e17e3ec2c --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-6b3f297d243ba0c1.rmeta --cap-lints allow` |
772 | 2024-12-02T05:00:18.186Z | Compiling is-terminal v0.4.12 |
773 | 2024-12-02T05:00:18.189Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0bb9bfab7acd051f -C extra-filename=-0bb9bfab7acd051f --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-6b3f297d243ba0c1.rmeta --cap-lints allow` |
774 | 2024-12-02T05:00:18.311Z | Compiling memmap v0.7.0 |
775 | 2024-12-02T05:00:18.315Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76778cf74a11b7d2 -C extra-filename=-76778cf74a11b7d2 --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-6b3f297d243ba0c1.rmeta --cap-lints allow` |
776 | 2024-12-02T05:00:18.370Z | Compiling dropshot v0.13.0 (/work/oxidecomputer/dropshot/dropshot) |
777 | 2024-12-02T05:00:18.374Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=85b7abe6d9845ef6 -C extra-filename=-85b7abe6d9845ef6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-85b7abe6d9845ef6 -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-f1f7ff76feed9ab8.rlib` |
778 | 2024-12-02T05:00:18.467Z | Compiling dyn-clone v1.0.4 |
779 | 2024-12-02T05:00:18.471Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3cccc72c03ea1e2c -C extra-filename=-3cccc72c03ea1e2c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
780 | 2024-12-02T05:00:18.593Z | Compiling buf-list v1.0.3 |
781 | 2024-12-02T05:00:18.598Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=d4cfbbab8d1a0c77 -C extra-filename=-d4cfbbab8d1a0c77 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-d4cfbbab8d1a0c77 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
782 | 2024-12-02T05:00:18.668Z | Compiling take_mut v0.2.2 |
783 | 2024-12-02T05:00:18.673Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9705e1ce3ffa86bd -C extra-filename=-9705e1ce3ffa86bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
784 | 2024-12-02T05:00:18.686Z | Compiling data-encoding v2.4.0 |
785 | 2024-12-02T05:00:18.689Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1740eafda9ed7f93 -C extra-filename=-1740eafda9ed7f93 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
786 | 2024-12-02T05:00:18.701Z | Compiling utf-8 v0.7.6 |
787 | 2024-12-02T05:00:18.704Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38ee3b2062c0dce3 -C extra-filename=-38ee3b2062c0dce3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
788 | 2024-12-02T05:00:18.716Z | Compiling anyhow v1.0.93 |
789 | 2024-12-02T05:00:18.719Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=7b9a22e698183de5 -C extra-filename=-7b9a22e698183de5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-7b9a22e698183de5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
790 | 2024-12-02T05:00:18.758Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-85b7abe6d9845ef6/build-script-build` |
791 | 2024-12-02T05:00:18.812Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=3c57e5b1b8bdd95c -C extra-filename=-3c57e5b1b8bdd95c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_channel-a3de9060686ce897.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-9705e1ce3ffa86bd.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-4dae1bbed52207db.rmeta --cap-lints allow --cfg integer128` |
792 | 2024-12-02T05:00:18.825Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=8006cd424e915e0f -C extra-filename=-8006cd424e915e0f --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-ac9485f67c23ada1.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-3cccc72c03ea1e2c.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-ff6ba28f20ab4491.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
793 | 2024-12-02T05:00:19.044Z | Compiling usdt v0.5.0 |
794 | 2024-12-02T05:00:19.057Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=eaf2d26f3089171d -C extra-filename=-eaf2d26f3089171d --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-6e7d4812cd1e0a53.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f46a32fdb7e65f14.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-51aeba0d6d0a419a.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-76778cf74a11b7d2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-dc371dcfc4b3524d.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-827846b0a4278d58.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-02fa6faba34837f3.so --cap-lints allow` |
795 | 2024-12-02T05:00:19.188Z | Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-d4cfbbab8d1a0c77/build-script-build` |
796 | 2024-12-02T05:00:19.247Z | Compiling slog-term v2.9.1 |
797 | 2024-12-02T05:00:19.251Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=f257c7580d111460 -C extra-filename=-f257c7580d111460 --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-0bb9bfab7acd051f.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-718f8d2e5ef6016c.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-4dae1bbed52207db.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-880cb7608f688af2.rmeta --cap-lints allow` |
798 | 2024-12-02T05:00:19.251Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=0c33d39662470c93 -C extra-filename=-0c33d39662470c93 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-b20130464ebc8926.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-0de7c59e17e3ec2c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
799 | 2024-12-02T05:00:19.289Z | Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-7b9a22e698183de5/build-script-build` |
800 | 2024-12-02T05:00:19.616Z | Compiling tungstenite v0.24.0 |
801 | 2024-12-02T05:00:19.619Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=13952d59419bd714 -C extra-filename=-13952d59419bd714 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-b8b699a6465511d1.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-1740eafda9ed7f93.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-88bc9aa68eab0f91.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-42231b363c3ec10a.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f43f1abec762b36.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-38ee3b2062c0dce3.rmeta --cap-lints allow` |
802 | 2024-12-02T05:00:19.641Z | Compiling async-stream v0.3.6 |
803 | 2024-12-02T05:00:19.643Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d5f191921e63f56f -C extra-filename=-d5f191921e63f56f --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-140e33211fc9c017.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow` |
804 | 2024-12-02T05:00:19.871Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=df2c5e21decfed3d -C extra-filename=-df2c5e21decfed3d --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-eb9314090c3e24d2.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
805 | 2024-12-02T05:00:19.956Z | Compiling hyper-rustls v0.27.3 |
806 | 2024-12-02T05:00:19.959Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=aebb9a5dce24ab3b -C extra-filename=-aebb9a5dce24ab3b --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-536032bed948f3ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-2ec5359eb5f0a697.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0fe0f2076ec2b1f1.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-e84daaff706f9bb2.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out` |
807 | 2024-12-02T05:00:20.028Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=6ae8158b2a559b36 -C extra-filename=-6ae8158b2a559b36 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-36690c8dad1b6175.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-7800a465226533c7.rmeta --cap-lints allow` |
808 | 2024-12-02T05:00:20.089Z | Compiling futures v0.3.31 |
809 | 2024-12-02T05:00:20.093Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=ed0967d3706672a6 -C extra-filename=-ed0967d3706672a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-50a874b5ae8464ab.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-9af82bb7f2500afe.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-d5960c4ba7dd9268.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-82b9ad00b7936384.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-2019e2fa12d7bf52.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-536032bed948f3ca.rmeta --cap-lints allow` |
810 | 2024-12-02T05:00:20.199Z | Compiling hyper-tls v0.6.0 |
811 | 2024-12-02T05:00:20.202Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=6599f7c30dc912bb -C extra-filename=-6599f7c30dc912bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-281b3f0600046604.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-677e3fe1afd65f5c.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
812 | 2024-12-02T05:00:20.568Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=128a6ef5da9278ba -C extra-filename=-128a6ef5da9278ba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-da84eb7f21b90d9f.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-536032bed948f3ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-88bc9aa68eab0f91.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-979466e3b4b81ac2.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-36690c8dad1b6175.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-2f9d92d182118ed5.rmeta --cap-lints allow` |
813 | 2024-12-02T05:00:20.626Z | Compiling slog-bunyan v2.5.0 |
814 | 2024-12-02T05:00:20.641Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=0d0b303194fc2e3d -C extra-filename=-0d0b303194fc2e3d --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-ab4963c6f667c2d6.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-880cb7608f688af2.rmeta --cap-lints allow` |
815 | 2024-12-02T05:00:20.650Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=570ec66220d987f8 -C extra-filename=-570ec66220d987f8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(host_os, values("windows"))'` |
816 | 2024-12-02T05:00:20.742Z | Compiling event-listener-strategy v0.5.2 |
817 | 2024-12-02T05:00:20.745Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fa7db010941b548a -C extra-filename=-fa7db010941b548a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-984c5e480c5e2c91.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow` |
818 | 2024-12-02T05:00:20.839Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=db827ccdbe637fd2 -C extra-filename=-db827ccdbe637fd2 --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-2c6a4708a74ac8fe.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)'` |
819 | 2024-12-02T05:00:20.955Z | Compiling dropshot_endpoint v0.13.0 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
820 | 2024-12-02T05:00:20.958Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=63e5aa3f2fbbc7e4 -C extra-filename=-63e5aa3f2fbbc7e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-bee155dd7d1ae75e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro` |
821 | 2024-12-02T05:00:21.057Z | Compiling openapiv3 v2.0.0 |
822 | 2024-12-02T05:00:21.061Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=6b7b814642c5c930 -C extra-filename=-6b7b814642c5c930 --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-906826d6767a7b04.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --cap-lints allow` |
823 | 2024-12-02T05:00:21.183Z | Compiling serde_path_to_error v0.1.16 |
824 | 2024-12-02T05:00:21.188Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=433a9c46499e81e5 -C extra-filename=-433a9c46499e81e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-aa4c913eb9ddf930.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --cap-lints allow` |
825 | 2024-12-02T05:00:21.669Z | Compiling async-trait v0.1.83 |
826 | 2024-12-02T05:00:21.673Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1381283037cd9b36 -C extra-filename=-1381283037cd9b36 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow` |
827 | 2024-12-02T05:00:21.752Z | Compiling rustls-native-certs v0.7.0 |
828 | 2024-12-02T05:00:21.755Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=993d69216f3b581f -C extra-filename=-993d69216f3b581f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-816f078d1a7c4648.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --cap-lints allow` |
829 | 2024-12-02T05:00:21.937Z | Compiling yasna v0.5.2 |
830 | 2024-12-02T05:00:21.942Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=2056d5e3138bb440 -C extra-filename=-2056d5e3138bb440 --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-880cb7608f688af2.rmeta --cap-lints allow` |
831 | 2024-12-02T05:00:22.060Z | Compiling console v0.15.7 |
832 | 2024-12-02T05:00:22.078Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=6083b2540e68bc81 -C extra-filename=-6083b2540e68bc81 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-a345b4990bc1a485.rmeta --cap-lints allow` |
833 | 2024-12-02T05:00:22.082Z | Compiling pem v3.0.4 |
834 | 2024-12-02T05:00:22.082Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f2eb2cf507bb4c3a -C extra-filename=-f2eb2cf507bb4c3a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rmeta --cap-lints allow` |
835 | 2024-12-02T05:00:22.272Z | Compiling waitgroup v0.1.2 |
836 | 2024-12-02T05:00:22.279Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b75cd0d73508ffe2 -C extra-filename=-b75cd0d73508ffe2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-1e5daed852122a14.rmeta --cap-lints allow` |
837 | 2024-12-02T05:00:22.506Z | Compiling hostname v0.4.0 |
838 | 2024-12-02T05:00:22.509Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=8fb903189ff5fcba -C extra-filename=-8fb903189ff5fcba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rmeta --cap-lints allow` |
839 | 2024-12-02T05:00:22.809Z | Compiling sync_wrapper v1.0.1 |
840 | 2024-12-02T05:00:22.824Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=29b218de4e496fc8 -C extra-filename=-29b218de4e496fc8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --cap-lints allow` |
841 | 2024-12-02T05:00:22.896Z | Compiling fastrand v2.1.1 |
842 | 2024-12-02T05:00:22.898Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=a0c2f3a71ec2ef8a -C extra-filename=-a0c2f3a71ec2ef8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
843 | 2024-12-02T05:00:22.963Z | Compiling glob v0.3.0 |
844 | 2024-12-02T05:00:22.966Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1c7d662d594373d -C extra-filename=-e1c7d662d594373d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
845 | 2024-12-02T05:00:22.999Z | Compiling simple-mermaid v0.1.1 |
846 | 2024-12-02T05:00:23.003Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simple-mermaid-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71398331f9b7fde0 -C extra-filename=-71398331f9b7fde0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
847 | 2024-12-02T05:00:23.093Z | Compiling http-range v0.1.4 |
848 | 2024-12-02T05:00:23.096Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03ab5caafee51b40 -C extra-filename=-03ab5caafee51b40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
849 | 2024-12-02T05:00:23.487Z | Compiling ipnet v2.10.0 |
850 | 2024-12-02T05:00:23.490Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=0b8f3dbd4a70e225 -C extra-filename=-0b8f3dbd4a70e225 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
851 | 2024-12-02T05:00:23.500Z | Compiling debug-ignore v1.0.5 |
852 | 2024-12-02T05:00:23.500Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=dcf4c983dd45bc4a -C extra-filename=-dcf4c983dd45bc4a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
853 | 2024-12-02T05:00:23.640Z | Compiling termcolor v1.1.2 |
854 | 2024-12-02T05:00:23.643Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=33d234490d42fde8 -C extra-filename=-33d234490d42fde8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
855 | 2024-12-02T05:00:23.677Z | Compiling hyper-staticfile v0.10.1 |
856 | 2024-12-02T05:00:23.681Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b8d324cac59af09 -C extra-filename=-1b8d324cac59af09 --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-536032bed948f3ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-03ab5caafee51b40.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-d48c3fbcb9d9ce8e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-42231b363c3ec10a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-913803c8d6c21733.rmeta --cap-lints allow` |
857 | 2024-12-02T05:00:23.759Z | Compiling tempfile v3.14.0 |
858 | 2024-12-02T05:00:23.772Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d49bb6b51c78a293 -C extra-filename=-d49bb6b51c78a293 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-bf8464dc6ea26318.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-a0c2f3a71ec2ef8a.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f4b8406ee03acd2c.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-0c33d39662470c93.rmeta --cap-lints allow` |
859 | 2024-12-02T05:00:24.051Z | Compiling trybuild v1.0.101 |
860 | 2024-12-02T05:00:24.054Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=2f89c59a904e8d87 -C extra-filename=-2f89c59a904e8d87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-e1c7d662d594373d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-1d9ac004ae592afc.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-570ec66220d987f8.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-33d234490d42fde8.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rmeta --cap-lints allow` |
861 | 2024-12-02T05:00:24.083Z | Compiling reqwest v0.12.9 |
862 | 2024-12-02T05:00:24.086Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=afafa10b25616bdf -C extra-filename=-afafa10b25616bdf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-da84eb7f21b90d9f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-536032bed948f3ca.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-23a0c85c6786a04e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e109fdd836c0acb9.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aebb9a5dce24ab3b.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-6599f7c30dc912bb.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-0b8f3dbd4a70e225.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-36690c8dad1b6175.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-281b3f0600046604.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f4b8406ee03acd2c.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-2ec5359eb5f0a697.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-29b218de4e496fc8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-677e3fe1afd65f5c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0fe0f2076ec2b1f1.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-913803c8d6c21733.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-e84daaff706f9bb2.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
863 | 2024-12-02T05:00:24.521Z | Compiling rcgen v0.13.1 |
864 | 2024-12-02T05:00:24.524Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=9162671c470abd23 -C extra-filename=-9162671c470abd23 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-ec07787e968002ac.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-880cb7608f688af2.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-2056d5e3138bb440.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out` |
865 | 2024-12-02T05:00:24.690Z | Compiling expectorate v1.1.0 |
866 | 2024-12-02T05:00:24.694Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=f045a6cb98c61535 -C extra-filename=-f045a6cb98c61535 --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-6083b2540e68bc81.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-c4da89df7808efd6.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-a49e58eed91754e6.rmeta --cap-lints allow` |
867 | 2024-12-02T05:00:24.820Z | Compiling hyper-rustls v0.26.0 |
868 | 2024-12-02T05:00:24.831Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=5c45839953e1f42f -C extra-filename=-5c45839953e1f42f --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-536032bed948f3ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-993d69216f3b581f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-82ed2a476a240d95.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out` |
869 | 2024-12-02T05:00:24.855Z | Compiling async-channel v2.3.1 |
870 | 2024-12-02T05:00:24.861Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0e08e4e3a5bb3d9e -C extra-filename=-0e08e4e3a5bb3d9e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-8af49fe657b43a1b.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-fa7db010941b548a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b3d09398cdf3eb85.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1468577fe7b525e6.rmeta --cap-lints allow` |
871 | 2024-12-02T05:00:24.899Z | Compiling tokio-tungstenite v0.24.0 |
872 | 2024-12-02T05:00:24.903Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=c5dcf9653d2d75a8 -C extra-filename=-c5dcf9653d2d75a8 --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-536032bed948f3ca.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-91aa6a79d99ae220.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-13952d59419bd714.rmeta --cap-lints allow` |
873 | 2024-12-02T05:00:25.219Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=76050d3e2fcf2745 -C extra-filename=-76050d3e2fcf2745 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
874 | 2024-12-02T05:00:25.389Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=48c0d340c8194ba0 -C extra-filename=-48c0d340c8194ba0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds` |
875 | 2024-12-02T05:00:25.467Z | Compiling subprocess v0.2.9 |
876 | 2024-12-02T05:00:25.470Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80c4a29a8cee5acf -C extra-filename=-80c4a29a8cee5acf --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-6b3f297d243ba0c1.rmeta --cap-lints allow` |
877 | 2024-12-02T05:00:25.480Z | Compiling prettyplease v0.2.25 |
878 | 2024-12-02T05:00:25.491Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=f0d9d5cc17bf1772 -C extra-filename=-f0d9d5cc17bf1772 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-f0d9d5cc17bf1772 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
879 | 2024-12-02T05:00:25.864Z | Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-f0d9d5cc17bf1772/build-script-build` |
880 | 2024-12-02T05:00:25.882Z | Compiling schema-derive v0.1.0 |
881 | 2024-12-02T05:00:25.886Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d9f5252191d4fb5 -C extra-filename=-8d9f5252191d4fb5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro --cap-lints allow` |
882 | 2024-12-02T05:00:25.933Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=6342bb951eebcaa7 -C extra-filename=-6342bb951eebcaa7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-084c6ae6e61ed5fa.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-a345b4990bc1a485.rmeta --cap-lints allow` |
883 | 2024-12-02T05:00:26.185Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=ae220cc96fb65625 -C extra-filename=-ae220cc96fb65625 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
884 | 2024-12-02T05:00:27.446Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=2aac010a7db9458c -C extra-filename=-2aac010a7db9458c --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-6342bb951eebcaa7.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-c4da89df7808efd6.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-a49e58eed91754e6.rmeta --cap-lints allow` |
885 | 2024-12-02T05:00:28.135Z | Compiling schema v0.1.0 |
886 | 2024-12-02T05:00:28.137Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed025cfcfee44051 -C extra-filename=-ed025cfcfee44051 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-8d9f5252191d4fb5.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rmeta --cap-lints allow` |
887 | 2024-12-02T05:00:28.241Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=42ebb30d282d21f8 -C extra-filename=-42ebb30d282d21f8 --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-2aac010a7db9458c.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-ae220cc96fb65625.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-ed025cfcfee44051.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-bee155dd7d1ae75e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro` |
888 | 2024-12-02T05:00:28.388Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=587a198fc9570ef2 -C extra-filename=-587a198fc9570ef2 --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-d5f191921e63f56f.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out` |
889 | 2024-12-02T05:00:31.024Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=720ac3236877798b -C extra-filename=-720ac3236877798b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
890 | 2024-12-02T05:00:35.874Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=09fe983bc7be3745 -C extra-filename=-09fe983bc7be3745 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
891 | 2024-12-02T05:00:35.874Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=44738f6224dd75a6 -C extra-filename=-44738f6224dd75a6 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
892 | 2024-12-02T05:00:35.880Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=4c69128226bd6d8b -C extra-filename=-4c69128226bd6d8b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
893 | 2024-12-02T05:00:35.880Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=1c8d4a24395142c7 -C extra-filename=-1c8d4a24395142c7 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
894 | 2024-12-02T05:00:35.880Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=9ff00d7e1a144290 -C extra-filename=-9ff00d7e1a144290 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
895 | 2024-12-02T05:00:35.880Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0902dda05dd14a1d -C extra-filename=-0902dda05dd14a1d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
896 | 2024-12-02T05:00:35.893Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ed4e18faa50d4cd2 -C extra-filename=-ed4e18faa50d4cd2 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
897 | 2024-12-02T05:00:37.540Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=f8a97c574831685c -C extra-filename=-f8a97c574831685c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
898 | 2024-12-02T05:00:56.145Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0f82f62adf3879d2 -C extra-filename=-0f82f62adf3879d2 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
899 | 2024-12-02T05:00:56.255Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=aeb5f2e66588b295 -C extra-filename=-aeb5f2e66588b295 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
900 | 2024-12-02T05:00:56.612Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6fa60656789c2c93 -C extra-filename=-6fa60656789c2c93 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
901 | 2024-12-02T05:00:57.804Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ff375d1515bf6674 -C extra-filename=-ff375d1515bf6674 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
902 | 2024-12-02T05:00:57.907Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=b774d3144abbe417 -C extra-filename=-b774d3144abbe417 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
903 | 2024-12-02T05:00:58.768Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bcd6f81fb2eeb341 -C extra-filename=-bcd6f81fb2eeb341 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
904 | 2024-12-02T05:01:03.207Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=c6926acaed824f65 -C extra-filename=-c6926acaed824f65 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
905 | 2024-12-02T05:01:10.770Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=55c79452b5c379f3 -C extra-filename=-55c79452b5c379f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
906 | 2024-12-02T05:01:16.709Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=108ecb32366da0fe -C extra-filename=-108ecb32366da0fe --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
907 | 2024-12-02T05:01:20.141Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=c8f0163744e38af8 -C extra-filename=-c8f0163744e38af8 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
908 | 2024-12-02T05:01:20.977Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=b95b02cb25cd9d8d -C extra-filename=-b95b02cb25cd9d8d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
909 | 2024-12-02T05:01:22.164Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7e0313184ea51b69 -C extra-filename=-7e0313184ea51b69 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
910 | 2024-12-02T05:01:23.037Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d4017432708ac43d -C extra-filename=-d4017432708ac43d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
911 | 2024-12-02T05:01:25.984Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6dca25a5123ba15b -C extra-filename=-6dca25a5123ba15b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
912 | 2024-12-02T05:01:29.011Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=aa1c701398ae060e -C extra-filename=-aa1c701398ae060e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-587a198fc9570ef2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-63e5aa3f2fbbc7e4.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
913 | 2024-12-02T05:02:00.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
914 | 2024-12-02T05:02:00.920Z | |
915 | 2024-12-02T05:02:00.920Z | real 2:24.493958145 |
916 | 2024-12-02T05:02:00.920Z | user 13:55.472467995 |
917 | 2024-12-02T05:02:00.924Z | sys 2:25.451393483 |
918 | 2024-12-02T05:02:00.924Z | trap 0.626558983 |
919 | 2024-12-02T05:02:00.924Z | tflt 0.638269006 |
920 | 2024-12-02T05:02:00.924Z | dflt 0.458159182 |
921 | 2024-12-02T05:02:00.924Z | kflt 0.008212499 |
922 | 2024-12-02T05:02:00.924Z | lock 28:32.101667774 |
923 | 2024-12-02T05:02:00.924Z | slp 1:06:19.102812077 |
924 | 2024-12-02T05:02:00.924Z | lat 42.904464595 |
925 | 2024-12-02T05:02:00.924Z | stop 57.090612454 |
926 | 2024-12-02T05:02:00.924Z | + banner test |
927 | 2024-12-02T05:02:00.924Z | |
928 | 2024-12-02T05:02:00.924Z | ##### ###### #### ##### |
929 | 2024-12-02T05:02:00.924Z | # # # # |
930 | 2024-12-02T05:02:00.924Z | # ##### #### # |
931 | 2024-12-02T05:02:00.924Z | # # # # |
932 | 2024-12-02T05:02:00.924Z | # # # # # |
933 | 2024-12-02T05:02:00.924Z | # ###### #### # |
934 | 2024-12-02T05:02:00.924Z | |
935 | 2024-12-02T05:02:00.924Z | + ptime -m cargo test --all-features --locked --verbose |
936 | 2024-12-02T05:02:01.175Z | Fresh unicode-ident v1.0.12 |
937 | 2024-12-02T05:02:01.175Z | Fresh cfg-if v1.0.0 |
938 | 2024-12-02T05:02:01.175Z | Fresh itoa v1.0.1 |
939 | 2024-12-02T05:02:01.175Z | Fresh memchr v2.6.0 |
940 | 2024-12-02T05:02:01.178Z | Fresh proc-macro2 v1.0.92 |
941 | 2024-12-02T05:02:01.179Z | Fresh version_check v0.9.5 |
942 | 2024-12-02T05:02:01.179Z | Fresh once_cell v1.20.1 |
943 | 2024-12-02T05:02:01.179Z | Fresh pin-project-lite v0.2.12 |
944 | 2024-12-02T05:02:01.179Z | Fresh autocfg v1.1.0 |
945 | 2024-12-02T05:02:01.179Z | Fresh quote v1.0.37 |
946 | 2024-12-02T05:02:01.179Z | Fresh libc v0.2.164 |
947 | 2024-12-02T05:02:01.179Z | Fresh bytes v1.9.0 |
948 | 2024-12-02T05:02:01.179Z | Fresh futures-core v0.3.31 |
949 | 2024-12-02T05:02:01.179Z | Fresh cc v1.0.83 |
950 | 2024-12-02T05:02:01.179Z | Fresh getrandom v0.2.11 |
951 | 2024-12-02T05:02:01.179Z | Fresh smallvec v1.13.2 |
952 | 2024-12-02T05:02:01.179Z | Fresh serde_derive v1.0.215 |
953 | 2024-12-02T05:02:01.179Z | Fresh log v0.4.17 |
954 | 2024-12-02T05:02:01.179Z | Fresh scopeguard v1.2.0 |
955 | 2024-12-02T05:02:01.179Z | Fresh futures-sink v0.3.31 |
956 | 2024-12-02T05:02:01.179Z | Fresh ryu v1.0.5 |
957 | 2024-12-02T05:02:01.179Z | Fresh parking_lot_core v0.9.4 |
958 | 2024-12-02T05:02:01.179Z | Fresh serde v1.0.215 |
959 | 2024-12-02T05:02:01.179Z | Fresh lock_api v0.4.6 |
960 | 2024-12-02T05:02:01.179Z | Fresh thiserror-impl v1.0.69 |
961 | 2024-12-02T05:02:01.179Z | Fresh slab v0.4.9 |
962 | 2024-12-02T05:02:01.179Z | Fresh tokio-macros v2.3.0 |
963 | 2024-12-02T05:02:01.179Z | Fresh socket2 v0.5.5 |
964 | 2024-12-02T05:02:01.179Z | Fresh parking_lot v0.12.1 |
965 | 2024-12-02T05:02:01.179Z | Fresh thiserror v1.0.69 |
966 | 2024-12-02T05:02:01.179Z | Fresh mio v0.8.11 |
967 | 2024-12-02T05:02:01.179Z | Fresh signal-hook-registry v1.4.0 |
968 | 2024-12-02T05:02:01.179Z | Fresh num_cpus v1.13.0 |
969 | 2024-12-02T05:02:01.179Z | Fresh fnv v1.0.7 |
970 | 2024-12-02T05:02:01.179Z | Fresh futures-channel v0.3.31 |
971 | 2024-12-02T05:02:01.179Z | Fresh serde_json v1.0.133 |
972 | 2024-12-02T05:02:01.179Z | Fresh tokio v1.38.1 |
973 | 2024-12-02T05:02:01.179Z | Fresh http v1.1.0 |
974 | 2024-12-02T05:02:01.179Z | Fresh futures-macro v0.3.31 |
975 | 2024-12-02T05:02:01.179Z | Fresh equivalent v1.0.0 |
976 | 2024-12-02T05:02:01.179Z | Fresh futures-io v0.3.31 |
977 | 2024-12-02T05:02:01.179Z | Fresh futures-task v0.3.31 |
978 | 2024-12-02T05:02:01.179Z | Fresh hashbrown v0.15.0 |
979 | 2024-12-02T05:02:01.180Z | Fresh pin-utils v0.1.0 |
980 | 2024-12-02T05:02:01.180Z | Fresh rustls-pki-types v1.10.0 |
981 | 2024-12-02T05:02:01.180Z | Fresh spin v0.9.8 |
982 | 2024-12-02T05:02:01.180Z | Fresh tracing-core v0.1.32 |
983 | 2024-12-02T05:02:01.180Z | Fresh ucd-trie v0.1.6 |
984 | 2024-12-02T05:02:01.180Z | Fresh futures-util v0.3.31 |
985 | 2024-12-02T05:02:01.180Z | Fresh indexmap v2.6.0 |
986 | 2024-12-02T05:02:01.180Z | Fresh byteorder v1.4.3 |
987 | 2024-12-02T05:02:01.180Z | Fresh untrusted v0.9.0 |
988 | 2024-12-02T05:02:01.180Z | Fresh pest v2.7.6 |
989 | 2024-12-02T05:02:01.180Z | Fresh tracing v0.1.40 |
990 | 2024-12-02T05:02:01.180Z | Fresh httparse v1.8.0 |
991 | 2024-12-02T05:02:01.180Z | Fresh ring v0.17.7 |
992 | 2024-12-02T05:02:01.180Z | Fresh atomic-waker v1.1.1 |
993 | 2024-12-02T05:02:01.180Z | Fresh pkg-config v0.3.31 |
994 | 2024-12-02T05:02:01.180Z | Fresh vcpkg v0.2.15 |
995 | 2024-12-02T05:02:01.180Z | Fresh pest_meta v2.7.6 |
996 | 2024-12-02T05:02:01.180Z | Fresh tokio-util v0.7.7 |
997 | 2024-12-02T05:02:01.180Z | Fresh http-body v1.0.1 |
998 | 2024-12-02T05:02:01.180Z | Fresh zerocopy-derive v0.7.32 |
999 | 2024-12-02T05:02:01.180Z | Fresh try-lock v0.2.3 |
1000 | 2024-12-02T05:02:01.180Z | Fresh pest_generator v2.7.6 |
1001 | 2024-12-02T05:02:01.180Z | Fresh h2 v0.4.6 |
1002 | 2024-12-02T05:02:01.180Z | Fresh zerocopy v0.7.32 |
1003 | 2024-12-02T05:02:01.180Z | Fresh want v0.3.0 |
1004 | 2024-12-02T05:02:01.180Z | Fresh rustls-webpki v0.102.8 |
1005 | 2024-12-02T05:02:01.180Z | Fresh typenum v1.14.0 |
1006 | 2024-12-02T05:02:01.180Z | Fresh zeroize v1.7.0 |
1007 | 2024-12-02T05:02:01.180Z | Fresh httpdate v1.0.1 |
1008 | 2024-12-02T05:02:01.180Z | Fresh powerfmt v0.2.0 |
1009 | 2024-12-02T05:02:01.180Z | Fresh subtle v2.5.0 |
1010 | 2024-12-02T05:02:01.180Z | Fresh num-conv v0.1.0 |
1011 | 2024-12-02T05:02:01.180Z | Fresh time-core v0.1.2 |
1012 | 2024-12-02T05:02:01.180Z | Fresh crossbeam-utils v0.8.15 |
1013 | 2024-12-02T05:02:01.180Z | Fresh generic-array v0.14.5 |
1014 | 2024-12-02T05:02:01.180Z | Fresh pest_derive v2.7.6 |
1015 | 2024-12-02T05:02:01.180Z | Fresh time-macros v0.2.18 |
1016 | 2024-12-02T05:02:01.180Z | Fresh hyper v1.5.1 |
1017 | 2024-12-02T05:02:01.180Z | Fresh deranged v0.3.11 |
1018 | 2024-12-02T05:02:01.180Z | Fresh serde_tokenstream v0.2.2 |
1019 | 2024-12-02T05:02:01.181Z | Fresh base64 v0.22.1 |
1020 | 2024-12-02T05:02:01.181Z | Fresh num_threads v0.1.3 |
1021 | 2024-12-02T05:02:01.181Z | Fresh bitflags v2.4.0 |
1022 | 2024-12-02T05:02:01.181Z | Fresh time v0.3.36 |
1023 | 2024-12-02T05:02:01.181Z | Fresh dtrace-parser v0.2.0 |
1024 | 2024-12-02T05:02:01.181Z | Fresh scroll_derive v0.12.0 |
1025 | 2024-12-02T05:02:01.181Z | Fresh lazy_static v1.5.0 |
1026 | 2024-12-02T05:02:01.181Z | Fresh tower-service v0.3.1 |
1027 | 2024-12-02T05:02:01.181Z | Fresh foreign-types-shared v0.1.1 |
1028 | 2024-12-02T05:02:01.181Z | Fresh tinyvec_macros v0.1.0 |
1029 | 2024-12-02T05:02:01.181Z | Fresh openssl-probe v0.1.4 |
1030 | 2024-12-02T05:02:01.181Z | Fresh unicode-width v0.1.9 |
1031 | 2024-12-02T05:02:01.181Z | Fresh percent-encoding v2.3.1 |
1032 | 2024-12-02T05:02:01.181Z | Fresh hyper-util v0.1.10 |
1033 | 2024-12-02T05:02:01.181Z | Fresh tinyvec v1.5.1 |
1034 | 2024-12-02T05:02:01.181Z | Fresh form_urlencoded v1.2.1 |
1035 | 2024-12-02T05:02:01.181Z | Fresh foreign-types v0.3.2 |
1036 | 2024-12-02T05:02:01.181Z | Fresh paste v1.0.15 |
1037 | 2024-12-02T05:02:01.181Z | Fresh slog v2.7.0 |
1038 | 2024-12-02T05:02:01.181Z | Fresh scroll v0.12.0 |
1039 | 2024-12-02T05:02:01.181Z | Fresh crypto-common v0.1.6 |
1040 | 2024-12-02T05:02:01.184Z | Fresh block-buffer v0.10.2 |
1041 | 2024-12-02T05:02:01.184Z | Fresh openssl-sys v0.9.103 |
1042 | 2024-12-02T05:02:01.184Z | Fresh rand_core v0.6.3 |
1043 | 2024-12-02T05:02:01.184Z | Fresh openssl-macros v0.1.1 |
1044 | 2024-12-02T05:02:01.184Z | Fresh plain v0.2.3 |
1045 | 2024-12-02T05:02:01.184Z | Fresh mime v0.3.16 |
1046 | 2024-12-02T05:02:01.184Z | Fresh ppv-lite86 v0.2.15 |
1047 | 2024-12-02T05:02:01.184Z | Fresh unicode-segmentation v1.10.0 |
1048 | 2024-12-02T05:02:01.184Z | Fresh openssl v0.10.66 |
1049 | 2024-12-02T05:02:01.185Z | Fresh goblin v0.8.0 |
1050 | 2024-12-02T05:02:01.185Z | Fresh newline-converter v0.3.0 |
1051 | 2024-12-02T05:02:01.185Z | Fresh rand_chacha v0.3.1 |
1052 | 2024-12-02T05:02:01.185Z | Fresh digest v0.10.7 |
1053 | 2024-12-02T05:02:01.185Z | Fresh semver v1.0.23 |
1054 | 2024-12-02T05:02:01.185Z | Fresh unicase v2.6.0 |
1055 | 2024-12-02T05:02:01.185Z | Fresh unicode-normalization v0.1.24 |
1056 | 2024-12-02T05:02:01.185Z | Fresh rustls-pemfile v2.1.3 |
1057 | 2024-12-02T05:02:01.185Z | Fresh toml_datetime v0.6.8 |
1058 | 2024-12-02T05:02:01.185Z | Fresh serde_spanned v0.6.7 |
1059 | 2024-12-02T05:02:01.185Z | Fresh dirs-sys-next v0.1.2 |
1060 | 2024-12-02T05:02:01.185Z | Fresh heck v0.5.0 |
1061 | 2024-12-02T05:02:01.185Z | Fresh pretty-hex v0.4.1 |
1062 | 2024-12-02T05:02:01.185Z | Fresh unicode-bidi v0.3.15 |
1063 | 2024-12-02T05:02:01.185Z | Fresh cpufeatures v0.2.2 |
1064 | 2024-12-02T05:02:01.185Z | Fresh similar v2.2.1 |
1065 | 2024-12-02T05:02:01.185Z | Fresh winnow v0.6.18 |
1066 | 2024-12-02T05:02:01.185Z | Fresh dof v0.3.0 |
1067 | 2024-12-02T05:02:01.185Z | Fresh idna v0.5.0 |
1068 | 2024-12-02T05:02:01.185Z | Fresh dirs-next v2.0.0 |
1069 | 2024-12-02T05:02:01.185Z | Fresh toml_edit v0.22.20 |
1070 | 2024-12-02T05:02:01.185Z | Fresh sha1 v0.10.6 |
1071 | 2024-12-02T05:02:01.185Z | Fresh rustls v0.22.4 |
1072 | 2024-12-02T05:02:01.185Z | Fresh rand v0.8.4 |
1073 | 2024-12-02T05:02:01.185Z | Fresh rustls v0.23.13 |
1074 | 2024-12-02T05:02:01.185Z | Fresh num-traits v0.2.14 |
1075 | 2024-12-02T05:02:01.185Z | Fresh native-tls v0.2.12 |
1076 | 2024-12-02T05:02:01.185Z | Fresh concurrent-queue v2.5.0 |
1077 | 2024-12-02T05:02:01.185Z | Fresh http-body-util v0.1.2 |
1078 | 2024-12-02T05:02:01.185Z | Fresh serde_derive_internals v0.29.0 |
1079 | 2024-12-02T05:02:01.185Z | Fresh thread-id v4.0.0 |
1080 | 2024-12-02T05:02:01.185Z | Fresh syn v2.0.89 |
1081 | 2024-12-02T05:02:01.185Z | Fresh thread_local v1.1.4 |
1082 | 2024-12-02T05:02:01.185Z | Fresh encoding_rs v0.8.32 |
1083 | 2024-12-02T05:02:01.185Z | Fresh iana-time-zone v0.1.47 |
1084 | 2024-12-02T05:02:01.185Z | Fresh parking v2.2.0 |
1085 | 2024-12-02T05:02:01.185Z | Fresh match_cfg v0.1.0 |
1086 | 2024-12-02T05:02:01.185Z | Fresh chrono v0.4.38 |
1087 | 2024-12-02T05:02:01.185Z | Fresh hostname v0.3.1 |
1088 | 2024-12-02T05:02:01.186Z | Fresh event-listener v5.0.0 |
1089 | 2024-12-02T05:02:01.186Z | Fresh schemars_derive v0.8.21 |
1090 | 2024-12-02T05:02:01.186Z | Fresh usdt-impl v0.5.0 |
1091 | 2024-12-02T05:02:01.186Z | Fresh tokio-native-tls v0.3.1 |
1092 | 2024-12-02T05:02:01.186Z | Fresh tokio-rustls v0.25.0 |
1093 | 2024-12-02T05:02:01.186Z | Fresh tokio-rustls v0.26.0 |
1094 | 2024-12-02T05:02:01.186Z | Fresh toml v0.8.19 |
1095 | 2024-12-02T05:02:01.186Z | Fresh url v2.5.2 |
1096 | 2024-12-02T05:02:01.186Z | Fresh term v0.7.0 |
1097 | 2024-12-02T05:02:01.186Z | Compiling dropshot_endpoint v0.13.0 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
1098 | 2024-12-02T05:02:01.186Z | Fresh usdt-attr-macro v0.5.0 |
1099 | 2024-12-02T05:02:01.186Z | Fresh usdt-macro v0.5.0 |
1100 | 2024-12-02T05:02:01.186Z | Fresh slog-json v2.6.1 |
1101 | 2024-12-02T05:02:01.186Z | Fresh serde_urlencoded v0.7.1 |
1102 | 2024-12-02T05:02:01.186Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=3b9e5dce82452d1c -C extra-filename=-3b9e5dce82452d1c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-bee155dd7d1ae75e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro` |
1103 | 2024-12-02T05:02:01.186Z | Fresh crossbeam-channel v0.5.1 |
1104 | 2024-12-02T05:02:01.186Z | Fresh futures-executor v0.3.31 |
1105 | 2024-12-02T05:02:01.186Z | Fresh webpki-roots v0.26.5 |
1106 | 2024-12-02T05:02:01.186Z | Fresh uuid v1.11.0 |
1107 | 2024-12-02T05:02:01.186Z | Fresh async-stream-impl v0.3.6 |
1108 | 2024-12-02T05:02:01.186Z | Fresh thiserror-impl v2.0.3 |
1109 | 2024-12-02T05:02:01.186Z | Fresh errno v0.3.8 |
1110 | 2024-12-02T05:02:01.186Z | Fresh is-terminal v0.4.12 |
1111 | 2024-12-02T05:02:01.186Z | Fresh memmap v0.7.0 |
1112 | 2024-12-02T05:02:01.186Z | Fresh utf-8 v0.7.6 |
1113 | 2024-12-02T05:02:01.186Z | Fresh take_mut v0.2.2 |
1114 | 2024-12-02T05:02:01.186Z | Fresh data-encoding v2.4.0 |
1115 | 2024-12-02T05:02:01.217Z | Fresh dyn-clone v1.0.4 |
1116 | 2024-12-02T05:02:01.217Z | Fresh slog-term v2.9.1 |
1117 | 2024-12-02T05:02:01.220Z | Fresh usdt v0.5.0 |
1118 | 2024-12-02T05:02:01.220Z | Fresh tungstenite v0.24.0 |
1119 | 2024-12-02T05:02:01.220Z | Fresh schemars v0.8.21 |
1120 | 2024-12-02T05:02:01.220Z | Fresh slog-async v2.8.0 |
1121 | 2024-12-02T05:02:01.220Z | Fresh hyper-rustls v0.27.3 |
1122 | 2024-12-02T05:02:01.220Z | Fresh futures v0.3.31 |
1123 | 2024-12-02T05:02:01.220Z | Fresh thiserror v2.0.3 |
1124 | 2024-12-02T05:02:01.220Z | Fresh rustix v0.38.40 |
1125 | 2024-12-02T05:02:01.220Z | Fresh async-stream v0.3.6 |
1126 | 2024-12-02T05:02:01.220Z | Fresh mime_guess v2.0.5 |
1127 | 2024-12-02T05:02:01.221Z | Fresh slog-bunyan v2.5.0 |
1128 | 2024-12-02T05:02:01.221Z | Fresh hyper-tls v0.6.0 |
1129 | 2024-12-02T05:02:01.221Z | Fresh multer v3.1.0 |
1130 | 2024-12-02T05:02:01.221Z | Fresh camino v1.1.9 |
1131 | 2024-12-02T05:02:01.221Z | Fresh event-listener-strategy v0.5.2 |
1132 | 2024-12-02T05:02:01.221Z | Fresh target-triple v0.1.3 |
1133 | 2024-12-02T05:02:01.221Z | Fresh rustls-native-certs v0.7.0 |
1134 | 2024-12-02T05:02:01.221Z | Fresh yasna v0.5.2 |
1135 | 2024-12-02T05:02:01.221Z | Fresh pem v3.0.4 |
1136 | 2024-12-02T05:02:01.221Z | Fresh waitgroup v0.1.2 |
1137 | 2024-12-02T05:02:01.221Z | Fresh openapiv3 v2.0.0 |
1138 | 2024-12-02T05:02:01.221Z | Fresh serde_path_to_error v0.1.16 |
1139 | 2024-12-02T05:02:01.221Z | Fresh async-trait v0.1.83 |
1140 | 2024-12-02T05:02:01.221Z | Fresh sync_wrapper v1.0.1 |
1141 | 2024-12-02T05:02:01.221Z | Fresh hostname v0.4.0 |
1142 | 2024-12-02T05:02:01.221Z | Fresh glob v0.3.0 |
1143 | 2024-12-02T05:02:01.221Z | Fresh simple-mermaid v0.1.1 |
1144 | 2024-12-02T05:02:01.221Z | Fresh fastrand v2.1.1 |
1145 | 2024-12-02T05:02:01.221Z | Fresh http-range v0.1.4 |
1146 | 2024-12-02T05:02:01.221Z | Fresh termcolor v1.1.2 |
1147 | 2024-12-02T05:02:01.221Z | Fresh debug-ignore v1.0.5 |
1148 | 2024-12-02T05:02:01.221Z | Fresh ipnet v2.10.0 |
1149 | 2024-12-02T05:02:01.221Z | Fresh tempfile v3.14.0 |
1150 | 2024-12-02T05:02:01.221Z | Fresh hyper-rustls v0.26.0 |
1151 | 2024-12-02T05:02:01.221Z | Fresh rcgen v0.13.1 |
1152 | 2024-12-02T05:02:01.221Z | Fresh trybuild v1.0.101 |
1153 | 2024-12-02T05:02:01.221Z | Fresh reqwest v0.12.9 |
1154 | 2024-12-02T05:02:01.221Z | Fresh hyper-staticfile v0.10.1 |
1155 | 2024-12-02T05:02:01.221Z | Fresh async-channel v2.3.1 |
1156 | 2024-12-02T05:02:01.221Z | Fresh buf-list v1.0.3 |
1157 | 2024-12-02T05:02:01.221Z | Fresh anyhow v1.0.93 |
1158 | 2024-12-02T05:02:01.221Z | Fresh tokio-tungstenite v0.24.0 |
1159 | 2024-12-02T05:02:01.221Z | Fresh subprocess v0.2.9 |
1160 | 2024-12-02T05:02:01.221Z | Fresh schema-derive v0.1.0 |
1161 | 2024-12-02T05:02:01.221Z | Fresh console v0.15.7 |
1162 | 2024-12-02T05:02:01.221Z | Fresh expectorate v1.1.0 |
1163 | 2024-12-02T05:02:01.221Z | Fresh schema v0.1.0 |
1164 | 2024-12-02T05:02:01.221Z | Fresh prettyplease v0.2.25 |
1165 | 2024-12-02T05:02:03.509Z | Compiling dropshot v0.13.0 (/work/oxidecomputer/dropshot/dropshot) |
1166 | 2024-12-02T05:02:03.513Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=632e6e68c8f6fd0d -C extra-filename=-632e6e68c8f6fd0d --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-d5f191921e63f56f.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out` |
1167 | 2024-12-02T05:02:03.513Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ca924e2740af3053 -C extra-filename=-ca924e2740af3053 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1168 | 2024-12-02T05:02:09.914Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=14ca69c13b230ec1 -C extra-filename=-14ca69c13b230ec1 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1169 | 2024-12-02T05:02:09.914Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=aa212f6bd260d0d6 -C extra-filename=-aa212f6bd260d0d6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1170 | 2024-12-02T05:02:09.916Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=2fa8ef2daf876c2b -C extra-filename=-2fa8ef2daf876c2b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1171 | 2024-12-02T05:02:09.920Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=fcdb0a24c7689116 -C extra-filename=-fcdb0a24c7689116 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1172 | 2024-12-02T05:02:09.920Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=346122cb5bc509a3 -C extra-filename=-346122cb5bc509a3 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1173 | 2024-12-02T05:02:09.927Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=c175b4233adf8f00 -C extra-filename=-c175b4233adf8f00 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1174 | 2024-12-02T05:02:10.551Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=922fc0efb59add8a -C extra-filename=-922fc0efb59add8a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1175 | 2024-12-02T05:02:29.881Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=188b17c9d2602c68 -C extra-filename=-188b17c9d2602c68 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1176 | 2024-12-02T05:02:30.438Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d055658edd1adb20 -C extra-filename=-d055658edd1adb20 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1177 | 2024-12-02T05:02:30.787Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=89892811649d987c -C extra-filename=-89892811649d987c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1178 | 2024-12-02T05:02:31.714Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=cef3be5ded36c2d3 -C extra-filename=-cef3be5ded36c2d3 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1179 | 2024-12-02T05:02:32.521Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=333d7a9ff48d9a44 -C extra-filename=-333d7a9ff48d9a44 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1180 | 2024-12-02T05:02:35.326Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7a0bf4b26ac74545 -C extra-filename=-7a0bf4b26ac74545 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1181 | 2024-12-02T05:02:52.173Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=44f6d07ec82f1d78 -C extra-filename=-44f6d07ec82f1d78 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1182 | 2024-12-02T05:02:52.508Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d08c7b15f08453b0 -C extra-filename=-d08c7b15f08453b0 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1183 | 2024-12-02T05:02:52.755Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bcb7582845496e15 -C extra-filename=-bcb7582845496e15 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1184 | 2024-12-02T05:02:54.348Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=8a1e331fc173c71c -C extra-filename=-8a1e331fc173c71c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1185 | 2024-12-02T05:02:55.951Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=887c96e211056bf5 -C extra-filename=-887c96e211056bf5 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1186 | 2024-12-02T05:02:56.873Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=f0e82618fffdaaf4 -C extra-filename=-f0e82618fffdaaf4 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1187 | 2024-12-02T05:02:57.080Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0854c9fba8380be9 -C extra-filename=-0854c9fba8380be9 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1188 | 2024-12-02T05:02:57.546Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=70ba2a9826b873f7 -C extra-filename=-70ba2a9826b873f7 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1189 | 2024-12-02T05:03:10.180Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=75c12c140ff2677e -C extra-filename=-75c12c140ff2677e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1190 | 2024-12-02T05:03:14.614Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=3a8162e2bc634385 -C extra-filename=-3a8162e2bc634385 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out -L native=/usr/ssl-3/lib/amd64` |
1191 | 2024-12-02T05:03:27.660Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s |
1192 | 2024-12-02T05:03:27.707Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-ca924e2740af3053` |
1193 | 2024-12-02T05:03:27.732Z | |
1194 | 2024-12-02T05:03:27.732Z | running 104 tests |
1195 | 2024-12-02T05:03:27.734Z | test api_description::test::test_endpoint_versions_overlaps ... ok |
1196 | 2024-12-02T05:03:27.734Z | test api_description::test::test_endpoint_versions_range ... ok |
1197 | 2024-12-02T05:03:27.734Z | test api_description::test::test_endpoint_versions_matches ... ok |
1198 | 2024-12-02T05:03:27.734Z | test api_description::test::test_badpath4 - should panic ... ok |
1199 | 2024-12-02T05:03:27.735Z | test api_description::test::test_tags_need_one ... ok |
1200 | 2024-12-02T05:03:27.735Z | test api_description::test::test_badpath2 ... ok |
1201 | 2024-12-02T05:03:27.735Z | test api_description::test::test_badpath1 ... ok |
1202 | 2024-12-02T05:03:27.735Z | test api_description::test::test_badpath3 ... ok |
1203 | 2024-12-02T05:03:27.735Z | test api_description::test::test_dup_names ... ok |
1204 | 2024-12-02T05:03:27.735Z | test api_description::test::test_tag_config_deserialize_old ... ok |
1205 | 2024-12-02T05:03:27.735Z | test api_description::test::test_tags_just_right ... ok |
1206 | 2024-12-02T05:03:27.735Z | test api_description::test::test_tags_too_many ... ok |
1207 | 2024-12-02T05:03:27.735Z | test error::test::test_serialize_error_response_body ... ok |
1208 | 2024-12-02T05:03:27.735Z | test from_map::test::test_lone_literal ... ok |
1209 | 2024-12-02T05:03:27.735Z | test from_map::test::test_missing_data1 ... ok |
1210 | 2024-12-02T05:03:27.735Z | test extractor::metadata::test::test_metadata_simple ... ok |
1211 | 2024-12-02T05:03:27.735Z | test from_map::test::test_deep ... ok |
1212 | 2024-12-02T05:03:27.735Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
1213 | 2024-12-02T05:03:27.735Z | test extractor::metadata::test::test_metadata_flattened ... ok |
1214 | 2024-12-02T05:03:27.735Z | test from_map::test::test_missing_data2 ... ok |
1215 | 2024-12-02T05:03:27.735Z | test extractor::metadata::test::test_metadata_pagination ... ok |
1216 | 2024-12-02T05:03:27.735Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
1217 | 2024-12-02T05:03:27.735Z | test from_map::test::test_types ... ok |
1218 | 2024-12-02T05:03:27.738Z | test logging::test::test_config_bad_file_no_level ... ok |
1219 | 2024-12-02T05:03:27.738Z | test logging::test::test_config_bad_file_no_file ... ok |
1220 | 2024-12-02T05:03:27.738Z | test logging::test::test_config_bad_terminal_no_level ... ok |
1221 | 2024-12-02T05:03:27.738Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
1222 | 2024-12-02T05:03:27.738Z | test logging::test::test_config_bad_log_mode ... ok |
1223 | 2024-12-02T05:03:27.738Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
1224 | 2024-12-02T05:03:27.738Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
1225 | 2024-12-02T05:03:27.738Z | test pagination::test::test_pagination_schema ... ok |
1226 | 2024-12-02T05:03:27.738Z | test pagination::test::test_results_page ... ok |
1227 | 2024-12-02T05:03:27.738Z | test router::test::test_bad_path_segment2 - should panic ... ok |
1228 | 2024-12-02T05:03:27.738Z | test pagination::test::test_page_token_serialization ... ok |
1229 | 2024-12-02T05:03:27.738Z | test router::test::test_bad_path_segment1 - should panic ... ok |
1230 | 2024-12-02T05:03:27.738Z | test pagination::test::test_pagparams_parsing ... ok |
1231 | 2024-12-02T05:03:27.738Z | note: configured to log to "/tmp/dropshot-ca924e2740af3053.2032.file_dir/log.out" |
1232 | 2024-12-02T05:03:27.738Z | test router::test::test_bad_path_segment3 - should panic ... ok |
1233 | 2024-12-02T05:03:27.739Z | test router::test::test_bad_path_segment4 - should panic ... ok |
1234 | 2024-12-02T05:03:27.739Z | test router::test::test_duplicate_route1 - should panic ... ok |
1235 | 2024-12-02T05:03:27.739Z | test router::test::test_bogus_regex - should panic ... ok |
1236 | 2024-12-02T05:03:27.739Z | test logging::test::test_config_stderr_terminal ... ok |
1237 | 2024-12-02T05:03:27.739Z | test router::test::test_duplicate_route2 - should panic ... ok |
1238 | 2024-12-02T05:03:27.739Z | test router::test::test_duplicate_route3 - should panic ... ok |
1239 | 2024-12-02T05:03:27.739Z | test router::test::test_duplicate_route_overlapping_version - should panic ... ok |
1240 | 2024-12-02T05:03:27.739Z | test router::test::test_embedded_non_variable ... ok |
1241 | 2024-12-02T05:03:27.739Z | test router::test::test_empty_variable ... ok |
1242 | 2024-12-02T05:03:27.739Z | test router::test::test_duplicate_varname - should panic ... ok |
1243 | 2024-12-02T05:03:27.739Z | test router::test::test_duplicate_route_same_version - should panic ... ok |
1244 | 2024-12-02T05:03:27.739Z | test router::test::test_error_cases ... ok |
1245 | 2024-12-02T05:03:27.739Z | test router::test::test_iter_null ... ok |
1246 | 2024-12-02T05:03:27.739Z | test router::test::test_iter ... ok |
1247 | 2024-12-02T05:03:27.739Z | test router::test::test_iter2 ... ok |
1248 | 2024-12-02T05:03:27.739Z | note: configured to log to "/tmp/dropshot-ca924e2740af3053.2032.file_dir/log.out" |
1249 | 2024-12-02T05:03:27.739Z | test router::test::test_inconsistent_varname - should panic ... ok |
1250 | 2024-12-02T05:03:27.739Z | test router::test::test_literal_after_regex - should panic ... ok |
1251 | 2024-12-02T05:03:27.739Z | test router::test::test_literal_after_variable - should panic ... ok |
1252 | 2024-12-02T05:03:27.739Z | test router::test::test_map ... ok |
1253 | 2024-12-02T05:03:27.739Z | test router::test::test_map_bad_seq ... ok |
1254 | 2024-12-02T05:03:27.739Z | test router::test::test_map_bad_value ... ok |
1255 | 2024-12-02T05:03:27.739Z | test router::test::test_more_after_regex - should panic ... ok |
1256 | 2024-12-02T05:03:27.739Z | test router::test::test_path_segment ... ok |
1257 | 2024-12-02T05:03:27.739Z | test router::test::test_segments ... ok |
1258 | 2024-12-02T05:03:27.739Z | test api_description::test::test_tags_set ... ok |
1259 | 2024-12-02T05:03:27.739Z | test router::test::test_router_versioned ... ok |
1260 | 2024-12-02T05:03:27.739Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
1261 | 2024-12-02T05:03:27.739Z | test router::test::test_router_basic ... ok |
1262 | 2024-12-02T05:03:27.739Z | test router::test::test_variable_name_bad_end - should panic ... ok |
1263 | 2024-12-02T05:03:27.739Z | test router::test::test_variable_name_bad_start - should panic ... ok |
1264 | 2024-12-02T05:03:27.739Z | test router::test::test_variable_after_literal - should panic ... ok |
1265 | 2024-12-02T05:03:27.739Z | test router::test::test_variable_name_empty - should panic ... ok |
1266 | 2024-12-02T05:03:27.739Z | test router::test::test_variable_rename ... ok |
1267 | 2024-12-02T05:03:27.739Z | note: configured to log to "/tmp/dropshot-ca924e2740af3053.2032.file_dir/log.out" |
1268 | 2024-12-02T05:03:27.739Z | test router::test::test_variables_basic ... ok |
1269 | 2024-12-02T05:03:27.739Z | test router::test::test_variables_glob ... ok |
1270 | 2024-12-02T05:03:27.739Z | test router::test::test_variables_multi ... ok |
1271 | 2024-12-02T05:03:27.739Z | test schema_util::test::test_empty_struct ... ok |
1272 | 2024-12-02T05:03:27.739Z | test schema_util::test::test_additional_properties ... ok |
1273 | 2024-12-02T05:03:27.740Z | test schema_util::test::test_nullable ... ok |
1274 | 2024-12-02T05:03:27.740Z | test schema_util::test::test_extension_conversion ... ok |
1275 | 2024-12-02T05:03:27.740Z | test logging::test::test_config_file ... ok |
1276 | 2024-12-02T05:03:27.740Z | test schema_util::test::test_bad_schema - should panic ... ok |
1277 | 2024-12-02T05:03:27.740Z | test schema_util::test::test_two_types - should panic ... ok |
1278 | 2024-12-02T05:03:27.740Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
1279 | 2024-12-02T05:03:27.740Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
1280 | 2024-12-02T05:03:27.740Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
1281 | 2024-12-02T05:03:27.740Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
1282 | 2024-12-02T05:03:27.740Z | test test_util::test::test_bunyan_easy_cases ... ok |
1283 | 2024-12-02T05:03:27.740Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
1284 | 2024-12-02T05:03:27.740Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
1285 | 2024-12-02T05:03:27.740Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
1286 | 2024-12-02T05:03:27.740Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
1287 | 2024-12-02T05:03:27.740Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
1288 | 2024-12-02T05:03:27.740Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
1289 | 2024-12-02T05:03:27.740Z | test to_map::test::test_to_map_enum ... ok |
1290 | 2024-12-02T05:03:27.740Z | test to_map::test::test_to_map_num ... ok |
1291 | 2024-12-02T05:03:27.740Z | test to_map::test::test_to_map_seq ... ok |
1292 | 2024-12-02T05:03:27.740Z | test schema_util::test::test_schema2struct_with_enum_variants ... ok |
1293 | 2024-12-02T05:03:27.740Z | test to_map::test::test_to_map_vec ... ok |
1294 | 2024-12-02T05:03:27.740Z | test to_map::test::test_to_map_valid ... ok |
1295 | 2024-12-02T05:03:27.740Z | test type_util::tests::test_commented_ref ... ok |
1296 | 2024-12-02T05:03:27.740Z | test type_util::tests::test_reflexive_type - should panic ... ok |
1297 | 2024-12-02T05:03:27.743Z | test type_util::tests::test_recursive_type - should panic ... ok |
1298 | 2024-12-02T05:03:27.743Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
1299 | 2024-12-02T05:03:27.743Z | test server::test::test_drop_server_without_close_okay ... ok |
1300 | 2024-12-02T05:03:27.743Z | test server::test::test_server_run_then_close ... ok |
1301 | 2024-12-02T05:03:27.745Z | test server::test::test_http_acceptor_happy_path ... ok |
1302 | 2024-12-02T05:03:27.745Z | |
1303 | 2024-12-02T05:03:27.745Z | test result: ok. 104 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1304 | 2024-12-02T05:03:27.745Z | |
1305 | 2024-12-02T05:03:27.747Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-bcb7582845496e15` |
1306 | 2024-12-02T05:03:27.751Z | |
1307 | 2024-12-02T05:03:27.751Z | running 1 test |
1308 | 2024-12-02T05:03:27.951Z | Locking 1 package to latest compatible version |
1309 | 2024-12-02T05:03:27.974Z | Adding dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
1310 | 2024-12-02T05:03:28.575Z | Compiling proc-macro2 v1.0.92 |
1311 | 2024-12-02T05:03:28.575Z | Compiling unicode-ident v1.0.12 |
1312 | 2024-12-02T05:03:28.577Z | Compiling libc v0.2.164 |
1313 | 2024-12-02T05:03:28.577Z | Checking cfg-if v1.0.0 |
1314 | 2024-12-02T05:03:28.577Z | Compiling serde v1.0.215 |
1315 | 2024-12-02T05:03:28.577Z | Compiling version_check v0.9.5 |
1316 | 2024-12-02T05:03:28.577Z | Checking itoa v1.0.1 |
1317 | 2024-12-02T05:03:28.663Z | Checking pin-project-lite v0.2.12 |
1318 | 2024-12-02T05:03:28.749Z | Checking memchr v2.6.0 |
1319 | 2024-12-02T05:03:28.777Z | Compiling autocfg v1.1.0 |
1320 | 2024-12-02T05:03:28.794Z | Compiling thiserror v1.0.69 |
1321 | 2024-12-02T05:03:29.349Z | Checking once_cell v1.20.1 |
1322 | 2024-12-02T05:03:29.534Z | Compiling log v0.4.17 |
1323 | 2024-12-02T05:03:29.549Z | Checking bytes v1.9.0 |
1324 | 2024-12-02T05:03:29.635Z | Compiling ryu v1.0.5 |
1325 | 2024-12-02T05:03:29.648Z | Checking futures-core v0.3.31 |
1326 | 2024-12-02T05:03:29.725Z | Compiling parking_lot_core v0.9.4 |
1327 | 2024-12-02T05:03:29.819Z | Compiling slab v0.4.9 |
1328 | 2024-12-02T05:03:30.204Z | Checking futures-sink v0.3.31 |
1329 | 2024-12-02T05:03:30.237Z | Checking scopeguard v1.2.0 |
1330 | 2024-12-02T05:03:30.260Z | Compiling serde_json v1.0.133 |
1331 | 2024-12-02T05:03:30.305Z | Checking smallvec v1.13.2 |
1332 | 2024-12-02T05:03:30.346Z | Compiling cc v1.0.83 |
1333 | 2024-12-02T05:03:30.372Z | Checking lock_api v0.4.6 |
1334 | 2024-12-02T05:03:30.456Z | Compiling quote v1.0.37 |
1335 | 2024-12-02T05:03:30.646Z | Checking fnv v1.0.7 |
1336 | 2024-12-02T05:03:30.649Z | Checking futures-channel v0.3.31 |
1337 | 2024-12-02T05:03:30.764Z | Checking http v1.1.0 |
1338 | 2024-12-02T05:03:30.784Z | Checking getrandom v0.2.11 |
1339 | 2024-12-02T05:03:31.012Z | Compiling syn v2.0.89 |
1340 | 2024-12-02T05:03:31.025Z | Checking socket2 v0.5.5 |
1341 | 2024-12-02T05:03:31.028Z | Checking mio v0.8.11 |
1342 | 2024-12-02T05:03:31.108Z | Checking parking_lot v0.12.1 |
1343 | 2024-12-02T05:03:31.187Z | Checking signal-hook-registry v1.4.0 |
1344 | 2024-12-02T05:03:31.545Z | Checking num_cpus v1.13.0 |
1345 | 2024-12-02T05:03:31.558Z | Checking futures-io v0.3.31 |
1346 | 2024-12-02T05:03:31.620Z | Checking futures-task v0.3.31 |
1347 | 2024-12-02T05:03:31.638Z | Checking pin-utils v0.1.0 |
1348 | 2024-12-02T05:03:31.651Z | Checking rustls-pki-types v1.10.0 |
1349 | 2024-12-02T05:03:31.716Z | Checking equivalent v1.0.0 |
1350 | 2024-12-02T05:03:31.728Z | Compiling httparse v1.8.0 |
1351 | 2024-12-02T05:03:31.813Z | Checking hashbrown v0.15.0 |
1352 | 2024-12-02T05:03:31.914Z | Compiling ucd-trie v0.1.6 |
1353 | 2024-12-02T05:03:32.233Z | Checking spin v0.9.8 |
1354 | 2024-12-02T05:03:32.450Z | Checking tracing-core v0.1.32 |
1355 | 2024-12-02T05:03:32.487Z | Checking untrusted v0.9.0 |
1356 | 2024-12-02T05:03:32.719Z | Compiling vcpkg v0.2.15 |
1357 | 2024-12-02T05:03:32.732Z | Compiling pkg-config v0.3.31 |
1358 | 2024-12-02T05:03:32.942Z | Compiling typenum v1.14.0 |
1359 | 2024-12-02T05:03:33.044Z | Checking atomic-waker v1.1.1 |
1360 | 2024-12-02T05:03:33.141Z | Checking tracing v0.1.40 |
1361 | 2024-12-02T05:03:33.173Z | Checking http-body v1.0.1 |
1362 | 2024-12-02T05:03:33.365Z | Compiling generic-array v0.14.5 |
1363 | 2024-12-02T05:03:33.492Z | Compiling crossbeam-utils v0.8.15 |
1364 | 2024-12-02T05:03:33.731Z | Checking try-lock v0.2.3 |
1365 | 2024-12-02T05:03:33.801Z | Compiling ring v0.17.7 |
1366 | 2024-12-02T05:03:33.863Z | Checking want v0.3.0 |
1367 | 2024-12-02T05:03:33.884Z | Compiling unicase v2.6.0 |
1368 | 2024-12-02T05:03:34.029Z | Checking zeroize v1.7.0 |
1369 | 2024-12-02T05:03:34.160Z | Compiling num-conv v0.1.0 |
1370 | 2024-12-02T05:03:34.250Z | Checking subtle v2.5.0 |
1371 | 2024-12-02T05:03:34.278Z | Compiling time-core v0.1.2 |
1372 | 2024-12-02T05:03:34.446Z | Checking powerfmt v0.2.0 |
1373 | 2024-12-02T05:03:34.459Z | Checking httpdate v1.0.1 |
1374 | 2024-12-02T05:03:34.472Z | Compiling time-macros v0.2.18 |
1375 | 2024-12-02T05:03:34.718Z | Checking deranged v0.3.11 |
1376 | 2024-12-02T05:03:35.056Z | Checking bitflags v2.4.0 |
1377 | 2024-12-02T05:03:35.082Z | Checking byteorder v1.4.3 |
1378 | 2024-12-02T05:03:35.269Z | Compiling openssl-sys v0.9.103 |
1379 | 2024-12-02T05:03:35.550Z | Checking base64 v0.22.1 |
1380 | 2024-12-02T05:03:35.719Z | Compiling slog v2.7.0 |
1381 | 2024-12-02T05:03:36.014Z | Checking num_threads v0.1.3 |
1382 | 2024-12-02T05:03:36.559Z | Compiling usdt-impl v0.5.0 |
1383 | 2024-12-02T05:03:36.640Z | Checking percent-encoding v2.3.1 |
1384 | 2024-12-02T05:03:36.837Z | Compiling openssl v0.10.66 |
1385 | 2024-12-02T05:03:36.851Z | Checking foreign-types-shared v0.1.1 |
1386 | 2024-12-02T05:03:36.922Z | Checking tinyvec_macros v0.1.0 |
1387 | 2024-12-02T05:03:36.947Z | Checking openssl-probe v0.1.4 |
1388 | 2024-12-02T05:03:37.007Z | Checking tower-service v0.3.1 |
1389 | 2024-12-02T05:03:37.020Z | Compiling semver v1.0.23 |
1390 | 2024-12-02T05:03:37.118Z | Checking tinyvec v1.5.1 |
1391 | 2024-12-02T05:03:37.243Z | Checking block-buffer v0.10.2 |
1392 | 2024-12-02T05:03:37.375Z | Checking crypto-common v0.1.6 |
1393 | 2024-12-02T05:03:37.431Z | Checking foreign-types v0.3.2 |
1394 | 2024-12-02T05:03:37.529Z | Checking form_urlencoded v1.2.1 |
1395 | 2024-12-02T05:03:37.844Z | Checking rand_core v0.6.3 |
1396 | 2024-12-02T05:03:37.903Z | Compiling thread-id v4.0.0 |
1397 | 2024-12-02T05:03:38.016Z | Compiling num-traits v0.2.14 |
1398 | 2024-12-02T05:03:38.126Z | Compiling rustls v0.22.4 |
1399 | 2024-12-02T05:03:38.170Z | Checking plain v0.2.3 |
1400 | 2024-12-02T05:03:38.221Z | Checking time v0.3.36 |
1401 | 2024-12-02T05:03:38.313Z | Checking ppv-lite86 v0.2.15 |
1402 | 2024-12-02T05:03:38.410Z | Checking mime v0.3.16 |
1403 | 2024-12-02T05:03:38.462Z | Compiling rustls v0.23.13 |
1404 | 2024-12-02T05:03:38.672Z | Compiling native-tls v0.2.12 |
1405 | 2024-12-02T05:03:38.748Z | Checking unicode-normalization v0.1.24 |
1406 | 2024-12-02T05:03:38.997Z | Checking rand_chacha v0.3.1 |
1407 | 2024-12-02T05:03:39.132Z | Checking digest v0.10.7 |
1408 | 2024-12-02T05:03:39.233Z | Checking rustls-pemfile v2.1.3 |
1409 | 2024-12-02T05:03:39.367Z | Checking dirs-sys-next v0.1.2 |
1410 | 2024-12-02T05:03:39.459Z | Checking pretty-hex v0.4.1 |
1411 | 2024-12-02T05:03:39.472Z | Checking cpufeatures v0.2.2 |
1412 | 2024-12-02T05:03:39.528Z | Checking unicode-bidi v0.3.15 |
1413 | 2024-12-02T05:03:39.601Z | Checking sha1 v0.10.6 |
1414 | 2024-12-02T05:03:39.624Z | Checking dirs-next v2.0.0 |
1415 | 2024-12-02T05:03:39.747Z | Checking rand v0.8.4 |
1416 | 2024-12-02T05:03:39.797Z | Compiling mime_guess v2.0.5 |
1417 | 2024-12-02T05:03:40.039Z | Checking rustls-webpki v0.102.8 |
1418 | 2024-12-02T05:03:40.053Z | Compiling serde_derive_internals v0.29.0 |
1419 | 2024-12-02T05:03:40.130Z | Checking idna v0.5.0 |
1420 | 2024-12-02T05:03:41.115Z | Checking concurrent-queue v2.5.0 |
1421 | 2024-12-02T05:03:41.503Z | Checking thread_local v1.1.4 |
1422 | 2024-12-02T05:03:41.588Z | Compiling multer v3.1.0 |
1423 | 2024-12-02T05:03:41.600Z | Checking encoding_rs v0.8.32 |
1424 | 2024-12-02T05:03:41.789Z | Compiling camino v1.1.9 |
1425 | 2024-12-02T05:03:41.983Z | Compiling rustix v0.38.40 |
1426 | 2024-12-02T05:03:42.649Z | Checking parking v2.2.0 |
1427 | 2024-12-02T05:03:42.823Z | Checking winnow v0.6.18 |
1428 | 2024-12-02T05:03:43.069Z | Compiling slog-async v2.8.0 |
1429 | 2024-12-02T05:03:43.494Z | Compiling schemars v0.8.21 |
1430 | 2024-12-02T05:03:43.731Z | Compiling thiserror v2.0.3 |
1431 | 2024-12-02T05:03:43.906Z | Checking match_cfg v0.1.0 |
1432 | 2024-12-02T05:03:43.993Z | Compiling paste v1.0.15 |
1433 | 2024-12-02T05:03:44.040Z | Checking iana-time-zone v0.1.47 |
1434 | 2024-12-02T05:03:44.172Z | Checking hostname v0.3.1 |
1435 | 2024-12-02T05:03:44.486Z | Checking event-listener v5.0.0 |
1436 | 2024-12-02T05:03:44.884Z | Checking url v2.5.2 |
1437 | 2024-12-02T05:03:44.909Z | Checking term v0.7.0 |
1438 | 2024-12-02T05:03:45.119Z | Checking crossbeam-channel v0.5.1 |
1439 | 2024-12-02T05:03:45.121Z | Checking webpki-roots v0.26.5 |
1440 | 2024-12-02T05:03:45.312Z | Checking is-terminal v0.4.12 |
1441 | 2024-12-02T05:03:45.349Z | Checking errno v0.3.8 |
1442 | 2024-12-02T05:03:45.433Z | Checking memmap v0.7.0 |
1443 | 2024-12-02T05:03:45.528Z | Compiling dropshot v0.13.0 (/work/oxidecomputer/dropshot/dropshot) |
1444 | 2024-12-02T05:03:45.638Z | Checking unicode-segmentation v1.10.0 |
1445 | 2024-12-02T05:03:45.723Z | Checking dyn-clone v1.0.4 |
1446 | 2024-12-02T05:03:45.736Z | Checking data-encoding v2.4.0 |
1447 | 2024-12-02T05:03:45.834Z | Compiling buf-list v1.0.3 |
1448 | 2024-12-02T05:03:45.863Z | Compiling heck v0.5.0 |
1449 | 2024-12-02T05:03:45.917Z | Checking unicode-width v0.1.9 |
1450 | 2024-12-02T05:03:45.921Z | Checking utf-8 v0.7.6 |
1451 | 2024-12-02T05:03:46.041Z | Checking take_mut v0.2.2 |
1452 | 2024-12-02T05:03:46.065Z | Checking lazy_static v1.5.0 |
1453 | 2024-12-02T05:03:46.119Z | Compiling anyhow v1.0.93 |
1454 | 2024-12-02T05:03:46.183Z | Checking console v0.15.7 |
1455 | 2024-12-02T05:03:46.247Z | Compiling serde_derive v1.0.215 |
1456 | 2024-12-02T05:03:46.285Z | Compiling thiserror-impl v1.0.69 |
1457 | 2024-12-02T05:03:46.377Z | Compiling tokio-macros v2.3.0 |
1458 | 2024-12-02T05:03:46.468Z | Compiling futures-macro v0.3.31 |
1459 | 2024-12-02T05:03:46.530Z | Compiling zerocopy-derive v0.7.32 |
1460 | 2024-12-02T05:03:46.658Z | Compiling scroll_derive v0.12.0 |
1461 | 2024-12-02T05:03:46.775Z | Compiling openssl-macros v0.1.1 |
1462 | 2024-12-02T05:03:46.987Z | Compiling async-stream-impl v0.3.6 |
1463 | 2024-12-02T05:03:48.749Z | Checking tokio v1.38.1 |
1464 | 2024-12-02T05:03:48.762Z | Checking scroll v0.12.0 |
1465 | 2024-12-02T05:03:49.036Z | Compiling schemars_derive v0.8.21 |
1466 | 2024-12-02T05:03:49.223Z | Checking goblin v0.8.0 |
1467 | 2024-12-02T05:03:49.236Z | Checking futures-util v0.3.31 |
1468 | 2024-12-02T05:03:49.781Z | Compiling zerocopy v0.7.32 |
1469 | 2024-12-02T05:03:51.279Z | Compiling pest v2.7.6 |
1470 | 2024-12-02T05:03:53.758Z | Compiling pest_meta v2.7.6 |
1471 | 2024-12-02T05:03:54.228Z | Compiling thiserror-impl v2.0.3 |
1472 | 2024-12-02T05:03:54.358Z | Checking tungstenite v0.24.0 |
1473 | 2024-12-02T05:03:54.512Z | Checking async-stream v0.3.6 |
1474 | 2024-12-02T05:03:54.656Z | Checking http-body-util v0.1.2 |
1475 | 2024-12-02T05:03:54.692Z | Checking futures-executor v0.3.31 |
1476 | 2024-12-02T05:03:54.926Z | Checking futures v0.3.31 |
1477 | 2024-12-02T05:03:55.034Z | Compiling pest_generator v2.7.6 |
1478 | 2024-12-02T05:03:55.354Z | Checking newline-converter v0.3.0 |
1479 | 2024-12-02T05:03:55.373Z | Compiling async-trait v0.1.83 |
1480 | 2024-12-02T05:03:55.546Z | Checking slog-term v2.9.1 |
1481 | 2024-12-02T05:03:56.450Z | Checking tokio-util v0.7.7 |
1482 | 2024-12-02T05:03:57.146Z | Checking tokio-native-tls v0.3.1 |
1483 | 2024-12-02T05:03:57.239Z | Checking tokio-rustls v0.25.0 |
1484 | 2024-12-02T05:03:57.318Z | Checking tokio-rustls v0.26.0 |
1485 | 2024-12-02T05:03:57.604Z | Checking event-listener-strategy v0.5.2 |
1486 | 2024-12-02T05:03:57.778Z | Checking yasna v0.5.2 |
1487 | 2024-12-02T05:03:57.798Z | Checking rustls-native-certs v0.7.0 |
1488 | 2024-12-02T05:03:57.934Z | Checking pem v3.0.4 |
1489 | 2024-12-02T05:03:58.195Z | Checking waitgroup v0.1.2 |
1490 | 2024-12-02T05:03:58.323Z | Checking hostname v0.4.0 |
1491 | 2024-12-02T05:03:58.454Z | Checking sync_wrapper v1.0.1 |
1492 | 2024-12-02T05:03:58.587Z | Checking simple-mermaid v0.1.1 |
1493 | 2024-12-02T05:03:58.629Z | Checking similar v2.2.1 |
1494 | 2024-12-02T05:03:58.678Z | Checking debug-ignore v1.0.5 |
1495 | 2024-12-02T05:03:58.811Z | Checking ipnet v2.10.0 |
1496 | 2024-12-02T05:03:59.152Z | Compiling pest_derive v2.7.6 |
1497 | 2024-12-02T05:03:59.198Z | Checking fastrand v2.1.1 |
1498 | 2024-12-02T05:03:59.201Z | Checking http-range v0.1.4 |
1499 | 2024-12-02T05:03:59.249Z | Checking rcgen v0.13.1 |
1500 | 2024-12-02T05:03:59.276Z | Checking expectorate v1.1.0 |
1501 | 2024-12-02T05:03:59.361Z | Checking async-channel v2.3.1 |
1502 | 2024-12-02T05:03:59.394Z | Checking tokio-tungstenite v0.24.0 |
1503 | 2024-12-02T05:03:59.511Z | Checking tempfile v3.14.0 |
1504 | 2024-12-02T05:03:59.794Z | Checking subprocess v0.2.9 |
1505 | 2024-12-02T05:04:00.446Z | Compiling dtrace-parser v0.2.0 |
1506 | 2024-12-02T05:04:00.917Z | Checking indexmap v2.6.0 |
1507 | 2024-12-02T05:04:00.917Z | Checking toml_datetime v0.6.8 |
1508 | 2024-12-02T05:04:00.920Z | Checking serde_spanned v0.6.7 |
1509 | 2024-12-02T05:04:00.920Z | Checking chrono v0.4.38 |
1510 | 2024-12-02T05:04:01.109Z | Checking uuid v1.11.0 |
1511 | 2024-12-02T05:04:01.296Z | Checking serde_urlencoded v0.7.1 |
1512 | 2024-12-02T05:04:01.396Z | Checking serde_path_to_error v0.1.16 |
1513 | 2024-12-02T05:04:01.955Z | Compiling serde_tokenstream v0.2.2 |
1514 | 2024-12-02T05:04:02.271Z | Checking h2 v0.4.6 |
1515 | 2024-12-02T05:04:02.271Z | Checking toml_edit v0.22.20 |
1516 | 2024-12-02T05:04:02.468Z | Checking dof v0.3.0 |
1517 | 2024-12-02T05:04:02.468Z | Checking slog-json v2.6.1 |
1518 | 2024-12-02T05:04:02.472Z | Checking openapiv3 v2.0.0 |
1519 | 2024-12-02T05:04:02.546Z | Compiling dropshot_endpoint v0.13.0 (/work/oxidecomputer/dropshot/dropshot_endpoint) |
1520 | 2024-12-02T05:04:02.730Z | Checking slog-bunyan v2.5.0 |
1521 | 2024-12-02T05:04:04.960Z | Checking toml v0.8.19 |
1522 | 2024-12-02T05:04:05.726Z | Compiling usdt-macro v0.5.0 |
1523 | 2024-12-02T05:04:05.728Z | Compiling usdt-attr-macro v0.5.0 |
1524 | 2024-12-02T05:04:06.147Z | Checking hyper v1.5.1 |
1525 | 2024-12-02T05:04:07.346Z | Checking usdt v0.5.0 |
1526 | 2024-12-02T05:04:07.651Z | Checking hyper-util v0.1.10 |
1527 | 2024-12-02T05:04:07.651Z | Checking hyper-staticfile v0.10.1 |
1528 | 2024-12-02T05:04:08.723Z | Checking hyper-rustls v0.27.3 |
1529 | 2024-12-02T05:04:08.725Z | Checking hyper-tls v0.6.0 |
1530 | 2024-12-02T05:04:08.725Z | Checking hyper-rustls v0.26.0 |
1531 | 2024-12-02T05:04:08.934Z | Checking reqwest v0.12.9 |
1532 | 2024-12-02T05:04:11.121Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
1533 | 2024-12-02T05:04:11.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.38s |
1534 | 2024-12-02T05:04:11.576Z | |
1535 | 2024-12-02T05:04:11.576Z | |
1536 | 2024-12-02T05:04:21.056Z | test tests/fail/bad_channel10.rs ... ok |
1537 | 2024-12-02T05:04:21.056Z | test tests/fail/bad_channel11.rs ... ok |
1538 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel12.rs ... ok |
1539 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel13.rs ... ok |
1540 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel14.rs ... ok |
1541 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel15.rs ... ok |
1542 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel17.rs ... ok |
1543 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel18.rs ... ok |
1544 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel19.rs ... ok |
1545 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel1a.rs ... ok |
1546 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel1b.rs ... ok |
1547 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel2.rs ... ok |
1548 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel20.rs ... ok |
1549 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel21.rs ... ok |
1550 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel22.rs ... ok |
1551 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel23.rs ... ok |
1552 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel24.rs ... ok |
1553 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel25.rs ... ok |
1554 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel26.rs ... ok |
1555 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel27.rs ... ok |
1556 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel28.rs ... ok |
1557 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel3.rs ... ok |
1558 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel4.rs ... ok |
1559 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel5.rs ... ok |
1560 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel6.rs ... ok |
1561 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel8.rs ... ok |
1562 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_channel9.rs ... ok |
1563 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_endpoint1.rs ... ok |
1564 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_endpoint10.rs ... ok |
1565 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_endpoint11.rs ... ok |
1566 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_endpoint12.rs ... ok |
1567 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_endpoint13.rs ... ok |
1568 | 2024-12-02T05:04:21.060Z | test tests/fail/bad_endpoint14.rs ... ok |
1569 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint15.rs ... ok |
1570 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint16.rs ... ok |
1571 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint17.rs ... ok |
1572 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint18.rs ... ok |
1573 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint19.rs ... ok |
1574 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint2.rs ... ok |
1575 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint20.rs ... ok |
1576 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint21.rs ... ok |
1577 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint22.rs ... ok |
1578 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint23.rs ... ok |
1579 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint24.rs ... ok |
1580 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint25.rs ... ok |
1581 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint26.rs ... ok |
1582 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint27.rs ... ok |
1583 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint28.rs ... ok |
1584 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint3.rs ... ok |
1585 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint4.rs ... ok |
1586 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint5.rs ... ok |
1587 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint6.rs ... ok |
1588 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint7.rs ... ok |
1589 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint8.rs ... ok |
1590 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_endpoint9.rs ... ok |
1591 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel10.rs ... ok |
1592 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel11.rs ... ok |
1593 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel12.rs ... ok |
1594 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel13.rs ... ok |
1595 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel14.rs ... ok |
1596 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel15.rs ... ok |
1597 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel17.rs ... ok |
1598 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel18.rs ... ok |
1599 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel19.rs ... ok |
1600 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel1a.rs ... ok |
1601 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel1b.rs ... ok |
1602 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel2.rs ... ok |
1603 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel20.rs ... ok |
1604 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel21.rs ... ok |
1605 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel22.rs ... ok |
1606 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel23.rs ... ok |
1607 | 2024-12-02T05:04:21.061Z | test tests/fail/bad_trait_channel24.rs ... ok |
1608 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_channel25.rs ... ok |
1609 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_channel26.rs ... ok |
1610 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_channel28.rs ... ok |
1611 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_channel3.rs ... ok |
1612 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_channel4.rs ... ok |
1613 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_channel5.rs ... ok |
1614 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_channel6.rs ... ok |
1615 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_channel8.rs ... ok |
1616 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_channel9.rs ... ok |
1617 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_endpoint1.rs ... ok |
1618 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_endpoint10.rs ... ok |
1619 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_endpoint11.rs ... ok |
1620 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_endpoint12.rs ... ok |
1621 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_endpoint13.rs ... ok |
1622 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_endpoint14.rs ... ok |
1623 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_endpoint15.rs ... ok |
1624 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_endpoint16.rs ... ok |
1625 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_endpoint17.rs ... ok |
1626 | 2024-12-02T05:04:21.062Z | test tests/fail/bad_trait_endpoint18.rs ... ok |
1627 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint19.rs ... ok |
1628 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint2.rs ... ok |
1629 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint20.rs ... ok |
1630 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint21.rs ... ok |
1631 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint22.rs ... ok |
1632 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint23.rs ... ok |
1633 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint24.rs ... ok |
1634 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint25.rs ... ok |
1635 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint26.rs ... ok |
1636 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint27.rs ... ok |
1637 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint28.rs ... ok |
1638 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint3.rs ... ok |
1639 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint4.rs ... ok |
1640 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint5.rs ... ok |
1641 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint6.rs ... ok |
1642 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint7.rs ... ok |
1643 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint8.rs ... ok |
1644 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_endpoint9.rs ... ok |
1645 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only1.rs ... ok |
1646 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only10.rs ... ok |
1647 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only11.rs ... ok |
1648 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only12.rs ... ok |
1649 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only13.rs ... ok |
1650 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only14.rs ... ok |
1651 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only15.rs ... ok |
1652 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only16.rs ... ok |
1653 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only17.rs ... ok |
1654 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only18.rs ... ok |
1655 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only19.rs ... ok |
1656 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only2.rs ... ok |
1657 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only20.rs ... ok |
1658 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only21.rs ... ok |
1659 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only22.rs ... ok |
1660 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only3.rs ... ok |
1661 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only4.rs ... ok |
1662 | 2024-12-02T05:04:21.065Z | test tests/fail/bad_trait_only5.rs ... ok |
1663 | 2024-12-02T05:04:21.066Z | test tests/fail/bad_trait_only6.rs ... ok |
1664 | 2024-12-02T05:04:21.066Z | test tests/fail/bad_trait_only7.rs ... ok |
1665 | 2024-12-02T05:04:21.066Z | test tests/fail/bad_trait_only8.rs ... ok |
1666 | 2024-12-02T05:04:21.066Z | test tests/fail/bad_trait_only9.rs ... ok |
1667 | 2024-12-02T05:04:21.066Z | test tests/fail/bad_version_backwards.rs ... ok |
1668 | 2024-12-02T05:04:21.066Z | test tests/fail/unused_endpoint.rs ... ok |
1669 | 2024-12-02T05:04:21.066Z | |
1670 | 2024-12-02T05:04:21.066Z | |
1671 | 2024-12-02T05:04:21.066Z | test fail ... ok |
1672 | 2024-12-02T05:04:21.066Z | |
1673 | 2024-12-02T05:04:21.066Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 53.31s |
1674 | 2024-12-02T05:04:21.066Z | |
1675 | 2024-12-02T05:04:21.069Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-aa212f6bd260d0d6` |
1676 | 2024-12-02T05:04:21.075Z | |
1677 | 2024-12-02T05:04:21.075Z | running 73 tests |
1678 | 2024-12-02T05:04:21.078Z | test api_trait::test_api_trait_with_disallowed_tags ... ok |
1679 | 2024-12-02T05:04:21.078Z | test api_trait::test_api_trait_with_empty_tag_config ... ok |
1680 | 2024-12-02T05:04:21.078Z | test config::test_config_bad_request_body_max_bytes_negative ... ok |
1681 | 2024-12-02T05:04:21.078Z | test config::test_config_bad_bind_address_port_too_large ... ok |
1682 | 2024-12-02T05:04:21.078Z | test config::test_config_bad_bind_address_port_too_small ... ok |
1683 | 2024-12-02T05:04:21.078Z | test config::test_config_bad_bind_address_garbage ... ok |
1684 | 2024-12-02T05:04:21.078Z | test config::test_config_bad_request_body_max_bytes_too_large ... ok |
1685 | 2024-12-02T05:04:21.078Z | test api_trait::test_api_trait_with_complex_tags ... ok |
1686 | 2024-12-02T05:04:21.078Z | test config::test_config_deprecated_request_body_max_bytes ... ok |
1687 | 2024-12-02T05:04:21.078Z | test config::test_valid_config_all_settings ... ok |
1688 | 2024-12-02T05:04:21.080Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-api_trait_basic.2814.0.log" |
1689 | 2024-12-02T05:04:21.080Z | test config::test_valid_config_basic ... ok |
1690 | 2024-12-02T05:04:21.080Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-config_handler_task_mode_cancel.2814.4.log" |
1691 | 2024-12-02T05:04:21.080Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-config_handler_task_mode_detached.2814.5.log" |
1692 | 2024-12-02T05:04:21.080Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_unversioned_servers_with_versioned_routes.2814.6.log" |
1693 | 2024-12-02T05:04:21.080Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-config_bind_address_https_buffer.2814.3.log" |
1694 | 2024-12-02T05:04:21.080Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-config_bind_address_http.2814.1.log" |
1695 | 2024-12-02T05:04:21.080Z | test config::test_valid_config_empty ... ok |
1696 | 2024-12-02T05:04:21.080Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-config_bind_address_https.2814.2.log" |
1697 | 2024-12-02T05:04:21.080Z | test config::test_unversioned_servers_with_versioned_routes ... ok |
1698 | 2024-12-02T05:04:21.083Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_302_found.2814.8.log" |
1699 | 2024-12-02T05:04:21.083Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_302_bogus.2814.7.log" |
1700 | 2024-12-02T05:04:21.083Z | test config::test_config_handler_task_mode_detached ... ok |
1701 | 2024-12-02T05:04:21.085Z | test config::test_config_handler_task_mode_cancel ... ok |
1702 | 2024-12-02T05:04:21.085Z | test demo::test_302_found ... ok |
1703 | 2024-12-02T05:04:21.085Z | test api_trait::test_api_trait_basic ... ok |
1704 | 2024-12-02T05:04:21.085Z | test demo::test_302_bogus ... ok |
1705 | 2024-12-02T05:04:21.087Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_303_see_other.2814.9.log" |
1706 | 2024-12-02T05:04:21.087Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_307_temporary_redirect.2814.10.log" |
1707 | 2024-12-02T05:04:21.087Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_delete_request.2814.11.log" |
1708 | 2024-12-02T05:04:21.087Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo1.2814.12.log" |
1709 | 2024-12-02T05:04:21.087Z | test config::test_config_bind_address_http ... ok |
1710 | 2024-12-02T05:04:21.087Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo2json.2814.13.log" |
1711 | 2024-12-02T05:04:21.090Z | test demo::test_307_temporary_redirect ... ok |
1712 | 2024-12-02T05:04:21.090Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo2query.2814.14.log" |
1713 | 2024-12-02T05:04:21.090Z | test demo::test_303_see_other ... ok |
1714 | 2024-12-02T05:04:21.090Z | test demo::test_delete_request ... ok |
1715 | 2024-12-02T05:04:21.090Z | test demo::test_demo1 ... ok |
1716 | 2024-12-02T05:04:21.090Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo2urlencoded.2814.15.log" |
1717 | 2024-12-02T05:04:21.092Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo3json.2814.16.log" |
1718 | 2024-12-02T05:04:21.092Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo_path_param_u32.2814.18.log" |
1719 | 2024-12-02T05:04:21.092Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo_path_param_string.2814.17.log" |
1720 | 2024-12-02T05:04:21.095Z | test demo::test_demo2json ... ok |
1721 | 2024-12-02T05:04:21.095Z | test demo::test_demo2query ... ok |
1722 | 2024-12-02T05:04:21.095Z | test demo::test_demo2urlencoded ... ok |
1723 | 2024-12-02T05:04:21.095Z | test demo::test_demo3json ... ok |
1724 | 2024-12-02T05:04:21.095Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo_path_param_uuid.2814.19.log" |
1725 | 2024-12-02T05:04:21.095Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_head_request.2814.20.log" |
1726 | 2024-12-02T05:04:21.095Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-demo_websocket.2814.21.log" |
1727 | 2024-12-02T05:04:21.102Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_header_request.2814.22.log" |
1728 | 2024-12-02T05:04:21.106Z | test demo::test_header_request ... ok |
1729 | 2024-12-02T05:04:21.108Z | test demo::test_head_request ... ok |
1730 | 2024-12-02T05:04:21.108Z | test demo::test_demo_path_param_u32 ... ok |
1731 | 2024-12-02T05:04:21.108Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_large_typed_body.2814.23.log" |
1732 | 2024-12-02T05:04:21.108Z | test demo::test_demo_path_param_uuid ... ok |
1733 | 2024-12-02T05:04:21.109Z | test demo::test_demo_websocket ... ok |
1734 | 2024-12-02T05:04:21.109Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-tet_raw_request.2814.24.log" |
1735 | 2024-12-02T05:04:21.109Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_request_compat.2814.25.log" |
1736 | 2024-12-02T05:04:21.111Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_request_remote_addr.2814.26.log" |
1737 | 2024-12-02T05:04:21.111Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_streaming_body.2814.27.log" |
1738 | 2024-12-02T05:04:21.111Z | test demo::test_raw_request ... ok |
1739 | 2024-12-02T05:04:21.111Z | test demo::test_request_compat ... ok |
1740 | 2024-12-02T05:04:21.111Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-graceful_shutdown_with_detached_handler.2814.28.log" |
1741 | 2024-12-02T05:04:21.113Z | test demo::test_large_typed_body ... ok |
1742 | 2024-12-02T05:04:21.113Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-multipart_client.2814.29.log" |
1743 | 2024-12-02T05:04:21.113Z | test demo::test_request_remote_addr ... ok |
1744 | 2024-12-02T05:04:21.113Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_untyped_body.2814.30.log" |
1745 | 2024-12-02T05:04:21.113Z | test config::test_config_bind_address_https_buffer ... ok |
1746 | 2024-12-02T05:04:21.113Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-multipart_client.2814.31.log" |
1747 | 2024-12-02T05:04:21.113Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-multipart_client.2814.32.log" |
1748 | 2024-12-02T05:04:21.113Z | test multipart::missing_boundary ... ok |
1749 | 2024-12-02T05:04:21.113Z | test config::test_config_bind_address_https ... ok |
1750 | 2024-12-02T05:04:21.113Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-multipart_client.2814.33.log" |
1751 | 2024-12-02T05:04:21.122Z | test openapi::test_openapi ... ok |
1752 | 2024-12-02T05:04:21.126Z | test demo::test_streaming_body ... ok |
1753 | 2024-12-02T05:04:21.128Z | test multipart::weird_content_type ... ok |
1754 | 2024-12-02T05:04:21.128Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-pagination-basic.2814.34.log" |
1755 | 2024-12-02T05:04:21.128Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-pagination-multiple-resources.2814.35.log" |
1756 | 2024-12-02T05:04:21.128Z | test multipart::test_multipart_client ... ok |
1757 | 2024-12-02T05:04:21.128Z | test multipart::no_content_type ... ok |
1758 | 2024-12-02T05:04:21.128Z | test demo::test_demo_path_param_string ... ok |
1759 | 2024-12-02T05:04:21.128Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-pagination-multiple-sorts.2814.36.log" |
1760 | 2024-12-02T05:04:21.128Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-basic.2814.37.log" |
1761 | 2024-12-02T05:04:21.128Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-dictionary.2814.38.log" |
1762 | 2024-12-02T05:04:21.131Z | test openapi::test_openapi_fuller ... ok |
1763 | 2024-12-02T05:04:21.145Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-empty.2814.39.log" |
1764 | 2024-12-02T05:04:21.149Z | test demo::test_untyped_body ... ok |
1765 | 2024-12-02T05:04:21.151Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-errors.2814.40.log" |
1766 | 2024-12-02T05:04:21.174Z | test pagination::test_paginate_errors ... ok |
1767 | 2024-12-02T05:04:21.176Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-extra_params.2814.41.log" |
1768 | 2024-12-02T05:04:21.185Z | test pagination::test_paginate_empty ... ok |
1769 | 2024-12-02T05:04:21.188Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-required_params.2814.42.log" |
1770 | 2024-12-02T05:04:21.191Z | test pagination::test_paginate_extra_params ... ok |
1771 | 2024-12-02T05:04:21.195Z | test pagination_schema::test_pagination_schema ... ok |
1772 | 2024-12-02T05:04:21.195Z | test path_names::test_path_names ... ok |
1773 | 2024-12-02T05:04:21.195Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_no_tls.2814.43.log" |
1774 | 2024-12-02T05:04:21.199Z | test starter::test_no_tls ... ok |
1775 | 2024-12-02T05:04:21.201Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_with_tls.2814.44.log" |
1776 | 2024-12-02T05:04:21.201Z | test pagination::test_paginate_with_required_params ... ok |
1777 | 2024-12-02T05:04:21.201Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-non_streaming_servers_do_not_use_transfer_encoding.2814.45.log" |
1778 | 2024-12-02T05:04:21.205Z | test streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
1779 | 2024-12-02T05:04:21.207Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-streaming_server_buffered_client.2814.46.log" |
1780 | 2024-12-02T05:04:21.242Z | test streaming::test_streaming_server_buffered_client ... ok |
1781 | 2024-12-02T05:04:21.244Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-streaming_server_streaming_client.2814.47.log" |
1782 | 2024-12-02T05:04:21.260Z | test pagination::test_paginate_basic ... ok |
1783 | 2024-12-02T05:04:21.263Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_server_is_http.2814.48.log" |
1784 | 2024-12-02T05:04:21.272Z | test tls::test_server_is_http ... ok |
1785 | 2024-12-02T05:04:21.272Z | test streaming::test_streaming_server_streaming_client ... ok |
1786 | 2024-12-02T05:04:21.274Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_tls_aborted_negotiation.2814.50.log" |
1787 | 2024-12-02T05:04:21.274Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_server_is_https.2814.49.log" |
1788 | 2024-12-02T05:04:21.537Z | test starter::test_with_tls ... ok |
1789 | 2024-12-02T05:04:21.540Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_tls_certificate_loading.2814.51.log" |
1790 | 2024-12-02T05:04:21.594Z | test tls::test_server_is_https ... ok |
1791 | 2024-12-02T05:04:21.597Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_tls_only.2814.52.log" |
1792 | 2024-12-02T05:04:21.855Z | test tls::test_tls_certificate_loading ... ok |
1793 | 2024-12-02T05:04:21.858Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_tls_refresh_certificates.2814.53.log" |
1794 | 2024-12-02T05:04:21.901Z | test tls::test_tls_aborted_negotiation ... ok |
1795 | 2024-12-02T05:04:21.904Z | note: configured to log to "/tmp/integration_tests-aa212f6bd260d0d6-test_versions.2814.54.log" |
1796 | 2024-12-02T05:04:21.966Z | test versions::test_versions ... ok |
1797 | 2024-12-02T05:04:21.968Z | test versions::test_versions_openapi ... ok |
1798 | 2024-12-02T05:04:21.971Z | test versions::test_versions_openapi_same_names ... ok |
1799 | 2024-12-02T05:04:22.221Z | test tls::test_tls_refresh_certificates ... ok |
1800 | 2024-12-02T05:04:22.224Z | test tls::test_tls_only ... ok |
1801 | 2024-12-02T05:04:23.113Z | test detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok |
1802 | 2024-12-02T05:04:23.755Z | test pagination::test_paginate_dictionary ... ok |
1803 | 2024-12-02T05:04:23.825Z | test pagination::test_example_basic ... ok |
1804 | 2024-12-02T05:04:27.185Z | test pagination::test_example_multiple_sorts ... ok |
1805 | 2024-12-02T05:04:27.635Z | test pagination::test_example_multiple_resources ... ok |
1806 | 2024-12-02T05:04:27.635Z | |
1807 | 2024-12-02T05:04:27.635Z | test result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.56s |
1808 | 2024-12-02T05:04:27.636Z | |
1809 | 2024-12-02T05:04:27.643Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-42ebb30d282d21f8` |
1810 | 2024-12-02T05:04:27.652Z | |
1811 | 2024-12-02T05:04:27.653Z | running 35 tests |
1812 | 2024-12-02T05:04:27.658Z | test channel::tests::test_channel_with_versions ... ok |
1813 | 2024-12-02T05:04:27.658Z | test channel::tests::test_channel_operation_id ... ok |
1814 | 2024-12-02T05:04:27.661Z | test channel::tests::test_channel_with_unnamed_params ... ok |
1815 | 2024-12-02T05:04:27.661Z | test endpoint::tests::test_endpoint_bad_context_receiver ... ok |
1816 | 2024-12-02T05:04:27.661Z | test doc::tests::test_extract_summary_description ... ok |
1817 | 2024-12-02T05:04:27.661Z | test endpoint::tests::test_endpoint_bad_metadata ... ok |
1818 | 2024-12-02T05:04:27.661Z | test endpoint::tests::test_endpoint_bad_string ... ok |
1819 | 2024-12-02T05:04:27.661Z | test api_trait::tests::test_api_trait_no_endpoints ... ok |
1820 | 2024-12-02T05:04:27.661Z | test endpoint::tests::test_endpoint_bad_versions ... ok |
1821 | 2024-12-02T05:04:27.661Z | test endpoint::tests::test_endpoint_invalid_item ... ok |
1822 | 2024-12-02T05:04:27.661Z | test endpoint::tests::test_endpoint_no_arguments ... ok |
1823 | 2024-12-02T05:04:27.669Z | test endpoint::tests::test_endpoint_not_async ... ok |
1824 | 2024-12-02T05:04:27.669Z | test channel::tests::test_channel_with_custom_params ... ok |
1825 | 2024-12-02T05:04:27.669Z | test endpoint::tests::test_endpoint_content_type ... ok |
1826 | 2024-12-02T05:04:27.669Z | test endpoint::tests::test_endpoint_basic ... ok |
1827 | 2024-12-02T05:04:27.669Z | test endpoint::tests::test_endpoint_context_fully_qualified_names ... ok |
1828 | 2024-12-02T05:04:27.669Z | test endpoint::tests::test_endpoint_pub_crate ... ok |
1829 | 2024-12-02T05:04:27.669Z | test api_trait::tests::test_api_trait_basic ... ok |
1830 | 2024-12-02T05:04:27.669Z | test api_trait::tests::test_api_trait_operation_id ... ok |
1831 | 2024-12-02T05:04:27.669Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok |
1832 | 2024-12-02T05:04:27.669Z | test endpoint::tests::test_endpoint_with_doc ... ok |
1833 | 2024-12-02T05:04:27.669Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok |
1834 | 2024-12-02T05:04:27.669Z | test api_trait::tests::test_api_trait_with_custom_params ... ok |
1835 | 2024-12-02T05:04:27.669Z | test endpoint::tests::test_endpoint_with_empty_where_clause ... ok |
1836 | 2024-12-02T05:04:27.669Z | test endpoint::tests::test_endpoint_with_tags ... ok |
1837 | 2024-12-02T05:04:27.669Z | test endpoint::tests::test_endpoint_with_query ... ok |
1838 | 2024-12-02T05:04:27.669Z | test endpoint::tests::test_endpoint_with_versions_all ... ok |
1839 | 2024-12-02T05:04:27.669Z | test endpoint::tests::test_endpoint_with_versions_from ... ok |
1840 | 2024-12-02T05:04:27.669Z | test params::tests::test_extract_rqctx_ty_param ... ok |
1841 | 2024-12-02T05:04:27.669Z | test syn_parsing::tests::test_busted_function ... ok |
1842 | 2024-12-02T05:04:27.672Z | test endpoint::tests::test_endpoint_with_custom_params ... ok |
1843 | 2024-12-02T05:04:27.672Z | test endpoint::tests::test_endpoint_with_unnamed_params ... ok |
1844 | 2024-12-02T05:04:27.673Z | test endpoint::tests::test_endpoint_with_versions_from_until ... ok |
1845 | 2024-12-02T05:04:27.673Z | test endpoint::tests::test_endpoint_with_versions_until ... ok |
1846 | 2024-12-02T05:04:27.673Z | test endpoint::tests::test_operation_id ... ok |
1847 | 2024-12-02T05:04:27.673Z | |
1848 | 2024-12-02T05:04:27.673Z | test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
1849 | 2024-12-02T05:04:27.673Z | |
1850 | 2024-12-02T05:04:27.673Z | Doc-tests dropshot |
1851 | 2024-12-02T05:04:27.673Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-76050d3e2fcf2745.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0e08e4e3a5bb3d9e.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d5f191921e63f56f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-1381283037cd9b36.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8109389a6bf1ad53.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-48c0d340c8194ba0.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-34df12a77920a882.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-db827ccdbe637fd2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-ac9485f67c23ada1.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-dcf4c983dd45bc4a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-632e6e68c8f6fd0d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f045a6cb98c61535.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-a14e9e00c55afb81.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ed0967d3706672a6.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8fb903189ff5fcba.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e9fe2f5193b8aeb6.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2f71709c5db1b7e1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-4167cb33629560b9.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5c45839953e1f42f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b8d324cac59af09.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-98bf1c3f00626cdd.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-906826d6767a7b04.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-627c4027aa780a5c.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-6b3f297d243ba0c1.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6ae8158b2a559b36.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-128a6ef5da9278ba.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-6b7b814642c5c930.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e6fc1b37be07b8a5.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f2eb2cf507bb4c3a.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-979a6ffd7abfd08b.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-9162671c470abd23.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-afafa10b25616bdf.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-a0c02d941a90705d.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-876d3c4765ed3b5c.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-2b96447e7090b08d.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8006cd424e915e0f.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-eab02f069d41ca64.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6d9f64b944059462.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-433a9c46499e81e5.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4bfe7063b122ef42.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-28f3cd4599f92705.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-71398331f9b7fde0.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ba4a1f026620b3c1.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-3c57e5b1b8bdd95c.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0d0b303194fc2e3d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-fad5157353479071.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f257c7580d111460.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-80c4a29a8cee5acf.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d49bb6b51c78a293.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-df2c5e21decfed3d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5af3aca713c37509.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-5a7c28d588f09e78.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-c5dcf9653d2d75a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-74969a03d2f49c7e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2f89c59a904e8d87.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-eaf2d26f3089171d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c169cbde70aebe66.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b75cd0d73508ffe2.rlib -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --error-format human` |
1852 | 2024-12-02T05:04:28.162Z | |
1853 | 2024-12-02T05:04:28.162Z | running 19 tests |
1854 | 2024-12-02T05:04:28.165Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 148) ... ignored |
1855 | 2024-12-02T05:04:28.197Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 155) ... ignored |
1856 | 2024-12-02T05:04:28.199Z | test dropshot/src/lib.rs - (line 322) ... ignored |
1857 | 2024-12-02T05:04:28.424Z | test dropshot/src/lib.rs - (line 46) - compile ... ok |
1858 | 2024-12-02T05:04:30.062Z | test dropshot/src/lib.rs - (line 372) ... ok |
1859 | 2024-12-02T05:04:31.903Z | test dropshot/src/lib.rs - (line 627) ... ok |
1860 | 2024-12-02T05:04:33.731Z | test dropshot/src/lib.rs - api_description (line 1049) ... ok |
1861 | 2024-12-02T05:04:34.418Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 344) ... ok |
1862 | 2024-12-02T05:04:34.420Z | test dropshot/src/lib.rs - channel (line 1123) ... ignored |
1863 | 2024-12-02T05:04:34.420Z | test dropshot/src/lib.rs - endpoint (line 1168) ... ignored |
1864 | 2024-12-02T05:04:34.579Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 319) ... ok |
1865 | 2024-12-02T05:04:34.889Z | test dropshot/src/lib.rs - (line 110) ... ok |
1866 | 2024-12-02T05:04:35.197Z | test dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 151) ... ok |
1867 | 2024-12-02T05:04:35.384Z | test dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok |
1868 | 2024-12-02T05:04:35.549Z | test dropshot/src/lib.rs - api_description (line 988) ... ok |
1869 | 2024-12-02T05:04:36.183Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok |
1870 | 2024-12-02T05:04:36.555Z | test dropshot/src/lib.rs - (line 463) ... ok |
1871 | 2024-12-02T05:04:39.064Z | test dropshot/src/test_util.rs - test_util::LogContext (line 354) ... ok |
1872 | 2024-12-02T05:04:39.894Z | test dropshot/src/lib.rs - (line 189) ... ok |
1873 | 2024-12-02T05:04:39.896Z | |
1874 | 2024-12-02T05:04:39.896Z | test result: ok. 14 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 11.73s |
1875 | 2024-12-02T05:04:39.896Z | |
1876 | 2024-12-02T05:04:39.916Z | Doc-tests dropshot_endpoint |
1877 | 2024-12-02T05:04:39.918Z | Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-5f7d7da2fd60b08c/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3b9e5dce82452d1c.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-2aac010a7db9458c.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ae7a000cb0c7e733.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-ae220cc96fb65625.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8a17a6419f9b95e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-891ad5a865471da0.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-ed025cfcfee44051.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-26935090f49a185d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-2c6a4708a74ac8fe.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-bee155dd7d1ae75e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5434560d1a91ac3b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --error-format human` |
1878 | 2024-12-02T05:04:40.141Z | |
1879 | 2024-12-02T05:04:40.141Z | running 0 tests |
1880 | 2024-12-02T05:04:40.141Z | |
1881 | 2024-12-02T05:04:40.141Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1882 | 2024-12-02T05:04:40.141Z | |
1883 | 2024-12-02T05:04:40.167Z | |
1884 | 2024-12-02T05:04:40.170Z | real 2:39.223241546 |
1885 | 2024-12-02T05:04:40.170Z | user 13:58.252920359 |
1886 | 2024-12-02T05:04:40.170Z | sys 2:51.602413516 |
1887 | 2024-12-02T05:04:40.170Z | trap 0.625919667 |
1888 | 2024-12-02T05:04:40.170Z | tflt 0.861504072 |
1889 | 2024-12-02T05:04:40.170Z | dflt 0.460128994 |
1890 | 2024-12-02T05:04:40.170Z | kflt 0.000040332 |
1891 | 2024-12-02T05:04:40.170Z | lock 33:07.214177039 |
1892 | 2024-12-02T05:04:40.170Z | slp 1:12:53.883666734 |
1893 | 2024-12-02T05:04:40.170Z | lat 42.846081631 |
1894 | 2024-12-02T05:04:40.170Z | stop 1:08.675327735 |
1895 | 2024-12-02T05:04:40.170Z | process exited: duration 326682 ms, exit code 0 |
|
1896 | 2024-12-02T05:04:40.176Z | found 0 output files |