|
|
|
1 | 2024-03-22T17:11:10.193Z | job assigned to worker 01HSKJ6DFPRW58D787ADRPKGVG (queued for 2 m 12 s) |
|
2 | 2024-03-22T17:11:17.959Z | starting task 0: "setup" |
3 | 2024-03-22T17:11:18.061Z | ++ uname -s |
4 | 2024-03-22T17:11:18.067Z | + kern=SunOS |
5 | 2024-03-22T17:11:18.067Z | + case "$kern" in |
6 | 2024-03-22T17:11:18.067Z | + groupadd -g 12345 build |
7 | 2024-03-22T17:11:18.141Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-22T17:11:20.161Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-22T17:11:21.062Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-22T17:11:21.080Z | + home_fs=zfs |
11 | 2024-03-22T17:11:21.081Z | + [[ zfs == autofs ]] |
12 | 2024-03-22T17:11:21.081Z | + mkdir -p /home/build |
13 | 2024-03-22T17:11:21.081Z | + chown build:build /home/build /work |
14 | 2024-03-22T17:11:22.061Z | + chmod 0700 /home/build /work |
15 | 2024-03-22T17:11:22.064Z | process exited: duration 4104 ms, exit code 0 |
|
16 | 2024-03-22T17:11:22.072Z | starting task 1: "rust-toolchain" |
17 | 2024-03-22T17:11:22.081Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-22T17:11:22.084Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-03-22T17:11:22.193Z | info: downloading installer |
20 | 2024-03-22T17:11:24.222Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-22T17:11:24.222Z | warning: /opt/ooce/bin |
22 | 2024-03-22T17:11:24.222Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-22T17:11:24.222Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-22T17:11:24.222Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-22T17:11:24.222Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-22T17:11:24.222Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-22T17:11:24.222Z | error: cannot install while Rust is installed |
28 | 2024-03-22T17:11:24.222Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-22T17:11:24.687Z | info: profile set to 'default' |
30 | 2024-03-22T17:11:24.688Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-22T17:11:24.705Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-03-22T17:11:24.847Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
33 | 2024-03-22T17:11:24.847Z | info: downloading component 'cargo' |
34 | 2024-03-22T17:11:25.782Z | info: downloading component 'clippy' |
35 | 2024-03-22T17:11:26.087Z | info: downloading component 'rust-docs' |
36 | 2024-03-22T17:11:27.349Z | info: downloading component 'rust-std' |
37 | 2024-03-22T17:11:29.374Z | info: downloading component 'rustc' |
38 | 2024-03-22T17:11:34.389Z | info: downloading component 'rustfmt' |
39 | 2024-03-22T17:11:34.665Z | info: installing component 'cargo' |
40 | 2024-03-22T17:11:35.473Z | info: installing component 'clippy' |
41 | 2024-03-22T17:11:35.807Z | info: installing component 'rust-docs' |
42 | 2024-03-22T17:11:37.334Z | info: installing component 'rust-std' |
43 | 2024-03-22T17:11:39.076Z | info: installing component 'rustc' |
44 | 2024-03-22T17:11:43.218Z | info: installing component 'rustfmt' |
45 | 2024-03-22T17:11:43.568Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-03-22T17:11:43.568Z | |
47 | 2024-03-22T17:11:43.830Z | stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17) |
48 | 2024-03-22T17:11:43.830Z | |
49 | 2024-03-22T17:11:43.835Z | |
50 | 2024-03-22T17:11:43.835Z | Rust is installed now. Great! |
51 | 2024-03-22T17:11:43.835Z | |
52 | 2024-03-22T17:11:43.835Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-22T17:11:43.836Z | environment variable. This has not been done automatically. |
54 | 2024-03-22T17:11:43.836Z | |
55 | 2024-03-22T17:11:43.836Z | To configure your current shell, you need to source |
56 | 2024-03-22T17:11:43.836Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-22T17:11:43.836Z | |
58 | 2024-03-22T17:11:43.836Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-22T17:11:43.836Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-22T17:11:43.836Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-22T17:11:43.984Z | + rustc --version |
62 | 2024-03-22T17:11:44.049Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
63 | 2024-03-22T17:11:44.473Z | process exited: duration 21968 ms, exit code 0 |
|
64 | 2024-03-22T17:11:44.501Z | starting task 2: "authentication" |
65 | 2024-03-22T17:11:44.537Z | process exited: duration 40 ms, exit code 0 |
|
66 | 2024-03-22T17:11:44.551Z | starting task 3: "clone repository" |
67 | 2024-03-22T17:11:44.556Z | + mkdir -p /work/oxidecomputer/dropshot |
68 | 2024-03-22T17:11:44.556Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
69 | 2024-03-22T17:11:45.150Z | Cloning into '/work/oxidecomputer/dropshot'... |
70 | 2024-03-22T17:11:54.961Z | + cd /work/oxidecomputer/dropshot |
71 | 2024-03-22T17:11:54.961Z | + git fetch origin 61c0c856cf8180aed3b3ce29b824c179a7779299 |
72 | 2024-03-22T17:11:55.252Z | From https://github.com/oxidecomputer/dropshot |
73 | 2024-03-22T17:11:55.252Z | * branch 61c0c856cf8180aed3b3ce29b824c179a7779299 -> FETCH_HEAD |
74 | 2024-03-22T17:11:55.259Z | + [[ -n dependabot/cargo/base64-0.22.0 ]] |
75 | 2024-03-22T17:11:55.263Z | ++ git branch --show-current |
76 | 2024-03-22T17:11:55.263Z | + current=main |
77 | 2024-03-22T17:11:55.263Z | + [[ main != dependabot/cargo/base64-0.22.0 ]] |
78 | 2024-03-22T17:11:55.263Z | + git branch -f dependabot/cargo/base64-0.22.0 61c0c856cf8180aed3b3ce29b824c179a7779299 |
79 | 2024-03-22T17:11:55.267Z | + git checkout -f dependabot/cargo/base64-0.22.0 |
80 | 2024-03-22T17:11:55.280Z | Switched to branch 'dependabot/cargo/base64-0.22.0' |
81 | 2024-03-22T17:11:55.284Z | + git reset --hard 61c0c856cf8180aed3b3ce29b824c179a7779299 |
82 | 2024-03-22T17:11:55.299Z | HEAD is now at 61c0c85 update error output |
83 | 2024-03-22T17:11:55.304Z | process exited: duration 10744 ms, exit code 0 |
|
84 | 2024-03-22T17:11:55.315Z | starting task 4: "build" |
85 | 2024-03-22T17:11:55.319Z | + cargo --version |
86 | 2024-03-22T17:11:55.324Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-22T17:11:55.467Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-22T17:11:55.467Z | info: downloading component 'cargo' |
89 | 2024-03-22T17:11:56.135Z | info: downloading component 'clippy' |
90 | 2024-03-22T17:11:56.338Z | info: downloading component 'rust-docs' |
91 | 2024-03-22T17:11:57.166Z | info: downloading component 'rust-std' |
92 | 2024-03-22T17:11:58.511Z | info: downloading component 'rustc' |
93 | 2024-03-22T17:12:01.829Z | info: downloading component 'rustfmt' |
94 | 2024-03-22T17:12:02.010Z | info: installing component 'cargo' |
95 | 2024-03-22T17:12:03.325Z | info: installing component 'clippy' |
96 | 2024-03-22T17:12:03.335Z | info: installing component 'rust-docs' |
97 | 2024-03-22T17:12:04.684Z | info: installing component 'rust-std' |
98 | 2024-03-22T17:12:06.534Z | info: installing component 'rustc' |
99 | 2024-03-22T17:12:10.483Z | info: installing component 'rustfmt' |
100 | 2024-03-22T17:12:10.872Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-22T17:12:10.875Z | + rustc --version |
102 | 2024-03-22T17:12:10.938Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-22T17:12:10.943Z | + banner build |
104 | 2024-03-22T17:12:10.947Z | |
105 | 2024-03-22T17:12:10.947Z | ##### # # # # ##### |
106 | 2024-03-22T17:12:10.947Z | # # # # # # # # |
107 | 2024-03-22T17:12:10.947Z | ##### # # # # # # |
108 | 2024-03-22T17:12:10.947Z | # # # # # # # # |
109 | 2024-03-22T17:12:10.947Z | # # # # # # # # |
110 | 2024-03-22T17:12:10.947Z | ##### #### # ###### ##### |
111 | 2024-03-22T17:12:10.947Z | |
112 | 2024-03-22T17:12:10.951Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
113 | 2024-03-22T17:12:11.181Z | Updating crates.io index |
114 | 2024-03-22T17:12:11.834Z | Downloading crates ... |
115 | 2024-03-22T17:12:11.906Z | Downloaded async-trait v0.1.78 |
116 | 2024-03-22T17:12:11.916Z | Downloaded bitflags v2.4.0 |
117 | 2024-03-22T17:12:11.930Z | Downloaded async-stream-impl v0.3.5 |
118 | 2024-03-22T17:12:11.933Z | Downloaded dtrace-parser v0.2.0 |
119 | 2024-03-22T17:12:11.940Z | Downloaded cfg-if v1.0.0 |
120 | 2024-03-22T17:12:11.943Z | Downloaded crypto-common v0.1.6 |
121 | 2024-03-22T17:12:11.943Z | Downloaded block-buffer v0.10.2 |
122 | 2024-03-22T17:12:11.943Z | Downloaded atomic-waker v1.1.1 |
123 | 2024-03-22T17:12:11.947Z | Downloaded dirs-sys-next v0.1.2 |
124 | 2024-03-22T17:12:11.947Z | Downloaded proc-macro2 v1.0.79 |
125 | 2024-03-22T17:12:11.952Z | Downloaded digest v0.10.7 |
126 | 2024-03-22T17:12:11.952Z | Downloaded dof v0.3.0 |
127 | 2024-03-22T17:12:11.955Z | Downloaded async-channel v2.2.0 |
128 | 2024-03-22T17:12:11.955Z | Downloaded camino v1.1.6 |
129 | 2024-03-22T17:12:11.955Z | Downloaded deranged v0.3.11 |
130 | 2024-03-22T17:12:11.959Z | Downloaded data-encoding v2.4.0 |
131 | 2024-03-22T17:12:11.959Z | Downloaded concurrent-queue v2.2.0 |
132 | 2024-03-22T17:12:11.959Z | Downloaded rand_chacha v0.3.1 |
133 | 2024-03-22T17:12:11.962Z | Downloaded dirs-next v2.0.0 |
134 | 2024-03-22T17:12:11.962Z | Downloaded debug-ignore v1.0.5 |
135 | 2024-03-22T17:12:11.965Z | Downloaded rustls-webpki v0.102.1 |
136 | 2024-03-22T17:12:11.984Z | Downloaded serde_tokenstream v0.2.0 |
137 | 2024-03-22T17:12:11.991Z | Downloaded scopeguard v1.1.0 |
138 | 2024-03-22T17:12:11.995Z | Downloaded schemars v0.8.16 |
139 | 2024-03-22T17:12:12.001Z | Downloaded time-core v0.1.2 |
140 | 2024-03-22T17:12:12.008Z | Downloaded scroll_derive v0.12.0 |
141 | 2024-03-22T17:12:12.008Z | Downloaded newline-converter v0.3.0 |
142 | 2024-03-22T17:12:12.008Z | Downloaded rustls-pki-types v1.3.1 |
143 | 2024-03-22T17:12:12.008Z | Downloaded serde_urlencoded v0.7.1 |
144 | 2024-03-22T17:12:12.008Z | Downloaded schema v0.1.0 |
145 | 2024-03-22T17:12:12.008Z | Downloaded rustls-pemfile v2.1.1 |
146 | 2024-03-22T17:12:12.012Z | Downloaded unicase v2.6.0 |
147 | 2024-03-22T17:12:12.012Z | Downloaded openssl-probe v0.1.4 |
148 | 2024-03-22T17:12:12.018Z | Downloaded base64 v0.22.0 |
149 | 2024-03-22T17:12:12.018Z | Downloaded equivalent v1.0.0 |
150 | 2024-03-22T17:12:12.018Z | Downloaded serde_path_to_error v0.1.16 |
151 | 2024-03-22T17:12:12.022Z | Downloaded tinyvec_macros v0.1.0 |
152 | 2024-03-22T17:12:12.022Z | Downloaded lazy_static v1.4.0 |
153 | 2024-03-22T17:12:12.030Z | Downloaded is-terminal v0.4.12 |
154 | 2024-03-22T17:12:12.030Z | Downloaded take_mut v0.2.2 |
155 | 2024-03-22T17:12:12.030Z | Downloaded scroll v0.12.0 |
156 | 2024-03-22T17:12:12.030Z | Downloaded thread_local v1.1.4 |
157 | 2024-03-22T17:12:12.030Z | Downloaded utf-8 v0.7.6 |
158 | 2024-03-22T17:12:12.034Z | Downloaded tower-service v0.3.1 |
159 | 2024-03-22T17:12:12.034Z | Downloaded ppv-lite86 v0.2.15 |
160 | 2024-03-22T17:12:12.034Z | Downloaded matches v0.1.9 |
161 | 2024-03-22T17:12:12.034Z | Downloaded hostname v0.3.1 |
162 | 2024-03-22T17:12:12.035Z | Downloaded futures-sink v0.3.30 |
163 | 2024-03-22T17:12:12.035Z | Downloaded http-range v0.1.4 |
164 | 2024-03-22T17:12:12.039Z | Downloaded try-lock v0.2.3 |
165 | 2024-03-22T17:12:12.039Z | Downloaded want v0.3.0 |
166 | 2024-03-22T17:12:12.039Z | Downloaded rand_core v0.6.3 |
167 | 2024-03-22T17:12:12.039Z | Downloaded futures-macro v0.3.30 |
168 | 2024-03-22T17:12:12.043Z | Downloaded quote v1.0.35 |
169 | 2024-03-22T17:12:12.043Z | Downloaded match_cfg v0.1.0 |
170 | 2024-03-22T17:12:12.043Z | Downloaded futures-task v0.3.30 |
171 | 2024-03-22T17:12:12.047Z | Downloaded usdt-attr-macro v0.5.0 |
172 | 2024-03-22T17:12:12.047Z | Downloaded futures-executor v0.3.30 |
173 | 2024-03-22T17:12:12.047Z | Downloaded errno v0.3.8 |
174 | 2024-03-22T17:12:12.051Z | Downloaded pretty-hex v0.4.1 |
175 | 2024-03-22T17:12:12.051Z | Downloaded crossbeam-utils v0.8.15 |
176 | 2024-03-22T17:12:12.056Z | Downloaded waitgroup v0.1.2 |
177 | 2024-03-22T17:12:12.056Z | Downloaded schemars_derive v0.8.16 |
178 | 2024-03-22T17:12:12.056Z | Downloaded serde_spanned v0.6.5 |
179 | 2024-03-22T17:12:12.056Z | Downloaded thread-id v4.0.0 |
180 | 2024-03-22T17:12:12.060Z | Downloaded mime v0.3.16 |
181 | 2024-03-22T17:12:12.060Z | Downloaded form_urlencoded v1.2.1 |
182 | 2024-03-22T17:12:12.060Z | Downloaded fnv v1.0.7 |
183 | 2024-03-22T17:12:12.060Z | Downloaded percent-encoding v2.3.1 |
184 | 2024-03-22T17:12:12.064Z | Downloaded serde_derive v1.0.197 |
185 | 2024-03-22T17:12:12.064Z | Downloaded rand v0.8.4 |
186 | 2024-03-22T17:12:12.068Z | Downloaded log v0.4.17 |
187 | 2024-03-22T17:12:12.072Z | Downloaded toml_datetime v0.6.5 |
188 | 2024-03-22T17:12:12.072Z | Downloaded subtle v2.5.0 |
189 | 2024-03-22T17:12:12.085Z | Downloaded termcolor v1.1.2 |
190 | 2024-03-22T17:12:12.085Z | Downloaded pest_generator v2.7.6 |
191 | 2024-03-22T17:12:12.086Z | Downloaded httparse v1.8.0 |
192 | 2024-03-22T17:12:12.086Z | Downloaded futures-io v0.3.30 |
193 | 2024-03-22T17:12:12.097Z | Downloaded num_cpus v1.13.0 |
194 | 2024-03-22T17:12:12.097Z | Downloaded plain v0.2.3 |
195 | 2024-03-22T17:12:12.097Z | Downloaded pin-utils v0.1.0 |
196 | 2024-03-22T17:12:12.097Z | Downloaded unicode-width v0.1.9 |
197 | 2024-03-22T17:12:12.097Z | Downloaded zeroize v1.7.0 |
198 | 2024-03-22T17:12:12.097Z | Downloaded pin-project-lite v0.2.12 |
199 | 2024-03-22T17:12:12.097Z | Downloaded usdt-macro v0.5.0 |
200 | 2024-03-22T17:12:12.097Z | Downloaded usdt v0.5.0 |
201 | 2024-03-22T17:12:12.097Z | Downloaded untrusted v0.9.0 |
202 | 2024-03-22T17:12:12.103Z | Downloaded slog-json v2.6.1 |
203 | 2024-03-22T17:12:12.106Z | Downloaded version_check v0.9.4 |
204 | 2024-03-22T17:12:12.106Z | Downloaded slog-bunyan v2.5.0 |
205 | 2024-03-22T17:12:12.110Z | Downloaded signal-hook-registry v1.4.0 |
206 | 2024-03-22T17:12:12.110Z | Downloaded hyper-rustls v0.25.0 |
207 | 2024-03-22T17:12:12.116Z | Downloaded once_cell v1.13.1 |
208 | 2024-03-22T17:12:12.116Z | Downloaded serde_derive_internals v0.26.0 |
209 | 2024-03-22T17:12:12.120Z | Downloaded mime_guess v2.0.4 |
210 | 2024-03-22T17:12:12.120Z | Downloaded hyper-staticfile v0.9.5 |
211 | 2024-03-22T17:12:12.120Z | Downloaded powerfmt v0.2.0 |
212 | 2024-03-22T17:12:12.120Z | Downloaded pest_derive v2.7.6 |
213 | 2024-03-22T17:12:12.123Z | Downloaded schema-derive v0.1.0 |
214 | 2024-03-22T17:12:12.123Z | Downloaded rcgen v0.12.1 |
215 | 2024-03-22T17:12:12.127Z | Downloaded getrandom v0.2.11 |
216 | 2024-03-22T17:12:12.130Z | Downloaded parking_lot v0.12.1 |
217 | 2024-03-22T17:12:12.133Z | Downloaded unicode-ident v1.0.0 |
218 | 2024-03-22T17:12:12.133Z | Downloaded term v0.7.0 |
219 | 2024-03-22T17:12:12.137Z | Downloaded tempfile v3.10.1 |
220 | 2024-03-22T17:12:12.141Z | Downloaded unicode-bidi v0.3.7 |
221 | 2024-03-22T17:12:12.144Z | Downloaded tokio-tungstenite v0.21.0 |
222 | 2024-03-22T17:12:12.145Z | Downloaded time-macros v0.2.16 |
223 | 2024-03-22T17:12:12.148Z | Downloaded yasna v0.5.2 |
224 | 2024-03-22T17:12:12.152Z | Downloaded smallvec v1.7.0 |
225 | 2024-03-22T17:12:12.152Z | Downloaded futures v0.3.30 |
226 | 2024-03-22T17:12:12.155Z | Downloaded tracing-core v0.1.32 |
227 | 2024-03-22T17:12:12.160Z | Downloaded typenum v1.14.0 |
228 | 2024-03-22T17:12:12.166Z | Downloaded uuid v1.7.0 |
229 | 2024-03-22T17:12:12.166Z | Downloaded tokio-rustls v0.25.0 |
230 | 2024-03-22T17:12:12.166Z | Downloaded trybuild v1.0.90 |
231 | 2024-03-22T17:12:12.170Z | Downloaded num-traits v0.2.14 |
232 | 2024-03-22T17:12:12.174Z | Downloaded zerocopy-derive v0.7.32 |
233 | 2024-03-22T17:12:12.177Z | Downloaded ucd-trie v0.1.6 |
234 | 2024-03-22T17:12:12.182Z | Downloaded expectorate v1.1.0 |
235 | 2024-03-22T17:12:12.182Z | Downloaded toml v0.8.11 |
236 | 2024-03-22T17:12:12.185Z | Downloaded socket2 v0.4.9 |
237 | 2024-03-22T17:12:12.186Z | Downloaded similar v2.2.1 |
238 | 2024-03-22T17:12:12.190Z | Downloaded url v2.2.2 |
239 | 2024-03-22T17:12:12.195Z | Downloaded slog v2.7.0 |
240 | 2024-03-22T17:12:12.199Z | Downloaded http v1.0.0 |
241 | 2024-03-22T17:12:12.203Z | Downloaded serde v1.0.197 |
242 | 2024-03-22T17:12:12.210Z | Downloaded indexmap v2.2.5 |
243 | 2024-03-22T17:12:12.213Z | Downloaded unicode-segmentation v1.10.0 |
244 | 2024-03-22T17:12:12.213Z | Downloaded tungstenite v0.21.0 |
245 | 2024-03-22T17:12:12.217Z | Downloaded socket2 v0.5.5 |
246 | 2024-03-22T17:12:12.217Z | Downloaded toml_edit v0.22.7 |
247 | 2024-03-22T17:12:12.239Z | Downloaded unicode-normalization v0.1.19 |
248 | 2024-03-22T17:12:12.243Z | Downloaded tokio-util v0.7.7 |
249 | 2024-03-22T17:12:12.248Z | Downloaded pest v2.7.6 |
250 | 2024-03-22T17:12:12.253Z | Downloaded goblin v0.8.0 |
251 | 2024-03-22T17:12:12.259Z | Downloaded time v0.3.31 |
252 | 2024-03-22T17:12:12.266Z | Downloaded zerocopy v0.7.32 |
253 | 2024-03-22T17:12:12.284Z | Downloaded winnow v0.6.5 |
254 | 2024-03-22T17:12:12.292Z | Downloaded idna v0.2.3 |
255 | 2024-03-22T17:12:12.298Z | Downloaded hyper v0.14.27 |
256 | 2024-03-22T17:12:12.306Z | Downloaded h2 v0.3.24 |
257 | 2024-03-22T17:12:12.313Z | Downloaded syn v2.0.52 |
258 | 2024-03-22T17:12:12.323Z | Downloaded syn v1.0.109 |
259 | 2024-03-22T17:12:12.334Z | Downloaded rustls v0.22.2 |
260 | 2024-03-22T17:12:12.348Z | Downloaded rustix v0.38.31 |
261 | 2024-03-22T17:12:12.371Z | Downloaded openapiv3 v2.0.0 |
262 | 2024-03-22T17:12:12.382Z | Downloaded libc v0.2.153 |
263 | 2024-03-22T17:12:12.409Z | Downloaded tokio v1.36.0 |
264 | 2024-03-22T17:12:12.444Z | Downloaded encoding_rs v0.8.32 |
265 | 2024-03-22T17:12:12.464Z | Downloaded serde_json v1.0.114 |
266 | 2024-03-22T17:12:12.470Z | Downloaded futures-util v0.3.30 |
267 | 2024-03-22T17:12:12.481Z | Downloaded chrono v0.4.34 |
268 | 2024-03-22T17:12:12.488Z | Downloaded tracing v0.1.40 |
269 | 2024-03-22T17:12:12.495Z | Downloaded mio v0.8.11 |
270 | 2024-03-22T17:12:12.499Z | Downloaded http v0.2.9 |
271 | 2024-03-22T17:12:12.504Z | Downloaded hashbrown v0.14.1 |
272 | 2024-03-22T17:12:12.510Z | Downloaded tinyvec v1.5.1 |
273 | 2024-03-22T17:12:12.510Z | Downloaded memchr v2.6.0 |
274 | 2024-03-22T17:12:12.515Z | Downloaded subprocess v0.2.9 |
275 | 2024-03-22T17:12:12.515Z | Downloaded ryu v1.0.5 |
276 | 2024-03-22T17:12:12.519Z | Downloaded thiserror-impl v1.0.56 |
277 | 2024-03-22T17:12:12.519Z | Downloaded slog-term v2.9.1 |
278 | 2024-03-22T17:12:12.522Z | Downloaded sha2 v0.10.8 |
279 | 2024-03-22T17:12:12.526Z | Downloaded pest_meta v2.7.6 |
280 | 2024-03-22T17:12:12.526Z | Downloaded parking_lot_core v0.9.4 |
281 | 2024-03-22T17:12:12.530Z | Downloaded spin v0.9.8 |
282 | 2024-03-22T17:12:12.530Z | Downloaded rustls-native-certs v0.7.0 |
283 | 2024-03-22T17:12:12.534Z | Downloaded lock_api v0.4.6 |
284 | 2024-03-22T17:12:12.534Z | Downloaded httpdate v1.0.1 |
285 | 2024-03-22T17:12:12.534Z | Downloaded usdt-impl v0.5.0 |
286 | 2024-03-22T17:12:12.534Z | Downloaded tokio-macros v2.2.0 |
287 | 2024-03-22T17:12:12.539Z | Downloaded thiserror v1.0.56 |
288 | 2024-03-22T17:12:12.542Z | Downloaded slog-async v2.8.0 |
289 | 2024-03-22T17:12:12.542Z | Downloaded sha1 v0.10.6 |
290 | 2024-03-22T17:12:12.542Z | Downloaded slab v0.4.5 |
291 | 2024-03-22T17:12:12.554Z | Downloaded multer v3.0.0 |
292 | 2024-03-22T17:12:12.554Z | Downloaded generic-array v0.14.5 |
293 | 2024-03-22T17:12:12.558Z | Downloaded futures-channel v0.3.30 |
294 | 2024-03-22T17:12:12.558Z | Downloaded event-listener v5.0.0 |
295 | 2024-03-22T17:12:12.559Z | Downloaded pem v3.0.3 |
296 | 2024-03-22T17:12:12.559Z | Downloaded paste v1.0.14 |
297 | 2024-03-22T17:12:12.559Z | Downloaded parking v2.2.0 |
298 | 2024-03-22T17:12:12.559Z | Downloaded num_threads v0.1.3 |
299 | 2024-03-22T17:12:12.559Z | Downloaded memmap v0.7.0 |
300 | 2024-03-22T17:12:12.559Z | Downloaded iana-time-zone v0.1.47 |
301 | 2024-03-22T17:12:12.562Z | Downloaded glob v0.3.0 |
302 | 2024-03-22T17:12:12.562Z | Downloaded itoa v1.0.1 |
303 | 2024-03-22T17:12:12.562Z | Downloaded http-body v0.4.3 |
304 | 2024-03-22T17:12:12.562Z | Downloaded futures-core v0.3.30 |
305 | 2024-03-22T17:12:12.568Z | Downloaded event-listener-strategy v0.5.0 |
306 | 2024-03-22T17:12:12.568Z | Downloaded dyn-clone v1.0.4 |
307 | 2024-03-22T17:12:12.568Z | Downloaded fastrand v2.0.1 |
308 | 2024-03-22T17:12:12.599Z | Downloaded crossbeam-channel v0.5.1 |
309 | 2024-03-22T17:12:12.599Z | Downloaded bytes v1.5.0 |
310 | 2024-03-22T17:12:12.599Z | Downloaded base64 v0.21.7 |
311 | 2024-03-22T17:12:12.599Z | Downloaded async-stream v0.3.5 |
312 | 2024-03-22T17:12:12.599Z | Downloaded console v0.15.7 |
313 | 2024-03-22T17:12:12.599Z | Downloaded cpufeatures v0.2.2 |
314 | 2024-03-22T17:12:12.599Z | Downloaded cc v1.0.83 |
315 | 2024-03-22T17:12:12.604Z | Downloaded autocfg v1.1.0 |
316 | 2024-03-22T17:12:12.604Z | Downloaded byteorder v1.4.3 |
317 | 2024-03-22T17:12:12.604Z | Downloaded buf-list v1.0.3 |
318 | 2024-03-22T17:12:12.663Z | Downloaded ring v0.17.7 |
319 | 2024-03-22T17:12:12.879Z | Compiling proc-macro2 v1.0.79 |
320 | 2024-03-22T17:12:12.879Z | Compiling unicode-ident v1.0.0 |
321 | 2024-03-22T17:12:12.879Z | Compiling libc v0.2.153 |
322 | 2024-03-22T17:12:12.886Z | Compiling cfg-if v1.0.0 |
323 | 2024-03-22T17:12:12.886Z | Compiling serde v1.0.197 |
324 | 2024-03-22T17:12:12.886Z | Compiling version_check v0.9.4 |
325 | 2024-03-22T17:12:12.895Z | Compiling itoa v1.0.1 |
326 | 2024-03-22T17:12:12.899Z | Compiling once_cell v1.13.1 |
327 | 2024-03-22T17:12:12.899Z | Running `/home/build/.rustup/toolchains/1.76.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.79/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"' -C metadata=0602d2d9825ae907 -C extra-filename=-0602d2d9825ae907 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-0602d2d9825ae907 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
328 | 2024-03-22T17:12:12.900Z | Running `/home/build/.rustup/toolchains/1.76.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=56fce10178bafa62 -C extra-filename=-56fce10178bafa62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
329 | 2024-03-22T17:12:12.900Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/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"' -C metadata=b77d6fe577e8d33a -C extra-filename=-b77d6fe577e8d33a --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-b77d6fe577e8d33a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
330 | 2024-03-22T17:12:12.900Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=b3a1e01bc1d1ef78 -C extra-filename=-b3a1e01bc1d1ef78 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
331 | 2024-03-22T17:12:12.900Z | Running `/home/build/.rustup/toolchains/1.76.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.197/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"' -C metadata=33514f11eedb6a89 -C extra-filename=-33514f11eedb6a89 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-33514f11eedb6a89 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
332 | 2024-03-22T17:12:12.905Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=3fc6dbabcfde74d7 -C extra-filename=-3fc6dbabcfde74d7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
333 | 2024-03-22T17:12:12.905Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-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 metadata=1a70fa4d021d4d8a -C extra-filename=-1a70fa4d021d4d8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
334 | 2024-03-22T17:12:12.905Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=cfae8d0f52fc13fb -C extra-filename=-cfae8d0f52fc13fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
335 | 2024-03-22T17:12:13.000Z | Compiling pin-project-lite v0.2.12 |
336 | 2024-03-22T17:12:13.008Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=a5edd0465b89a796 -C extra-filename=-a5edd0465b89a796 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
337 | 2024-03-22T17:12:13.108Z | Compiling memchr v2.6.0 |
338 | 2024-03-22T17:12:13.118Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=77032e53074c29a8 -C extra-filename=-77032e53074c29a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
339 | 2024-03-22T17:12:13.136Z | Compiling log v0.4.17 |
340 | 2024-03-22T17:12:13.141Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=f6b5837fe02e5d58 -C extra-filename=-f6b5837fe02e5d58 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-f6b5837fe02e5d58 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
341 | 2024-03-22T17:12:13.157Z | Compiling ryu v1.0.5 |
342 | 2024-03-22T17:12:13.161Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=0897a7db1a956bc2 -C extra-filename=-0897a7db1a956bc2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-0897a7db1a956bc2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
343 | 2024-03-22T17:12:13.316Z | Compiling thiserror v1.0.56 |
344 | 2024-03-22T17:12:13.320Z | Running `/home/build/.rustup/toolchains/1.76.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.56/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=532d79ffe4c48532 -C extra-filename=-532d79ffe4c48532 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-532d79ffe4c48532 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
345 | 2024-03-22T17:12:13.523Z | Compiling bytes v1.5.0 |
346 | 2024-03-22T17:12:13.535Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f412e2fce08c74d3 -C extra-filename=-f412e2fce08c74d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
347 | 2024-03-22T17:12:14.406Z | Compiling futures-core v0.3.30 |
348 | 2024-03-22T17:12:14.415Z | Running `/home/build/.rustup/toolchains/1.76.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.30/src/lib.rs --error-format=json --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"' -C metadata=00de630c8c0c4b02 -C extra-filename=-00de630c8c0c4b02 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
349 | 2024-03-22T17:12:14.487Z | Compiling serde_json v1.0.114 |
350 | 2024-03-22T17:12:14.490Z | Running `/home/build/.rustup/toolchains/1.76.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.114/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"' -C metadata=c6b3ceb70c8b5004 -C extra-filename=-c6b3ceb70c8b5004 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-c6b3ceb70c8b5004 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
351 | 2024-03-22T17:12:14.572Z | Compiling futures-sink v0.3.30 |
352 | 2024-03-22T17:12:14.577Z | Running `/home/build/.rustup/toolchains/1.76.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.30/src/lib.rs --error-format=json --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"' -C metadata=f82fe425d7a35767 -C extra-filename=-f82fe425d7a35767 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
353 | 2024-03-22T17:12:14.690Z | Compiling parking_lot_core v0.9.4 |
354 | 2024-03-22T17:12:14.702Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=b4c007e4d3f48f9e -C extra-filename=-b4c007e4d3f48f9e --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-b4c007e4d3f48f9e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
355 | 2024-03-22T17:12:14.757Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-33514f11eedb6a89/build-script-build` |
356 | 2024-03-22T17:12:14.757Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-0602d2d9825ae907/build-script-build` |
357 | 2024-03-22T17:12:14.757Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-b77d6fe577e8d33a/build-script-build` |
358 | 2024-03-22T17:12:15.180Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-f6b5837fe02e5d58/build-script-build` |
359 | 2024-03-22T17:12:15.180Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-532d79ffe4c48532/build-script-build` |
360 | 2024-03-22T17:12:15.180Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-0897a7db1a956bc2/build-script-build` |
361 | 2024-03-22T17:12:15.186Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name log /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 -C metadata=e142a6edb7fa28be -C extra-filename=-e142a6edb7fa28be --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-b3a1e01bc1d1ef78.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
362 | 2024-03-22T17:12:15.187Z | Compiling fnv v1.0.7 |
363 | 2024-03-22T17:12:15.187Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-c6b3ceb70c8b5004/build-script-build` |
364 | 2024-03-22T17:12:15.187Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /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"' -C metadata=6c3e22e26d0d6d9f -C extra-filename=-6c3e22e26d0d6d9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
365 | 2024-03-22T17:12:15.187Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=30603295ccdc3382 -C extra-filename=-30603295ccdc3382 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
366 | 2024-03-22T17:12:15.187Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs --error-format=json --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"' -C metadata=c9c1b0b7fe6fe29e -C extra-filename=-c9c1b0b7fe6fe29e --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` |
367 | 2024-03-22T17:12:15.187Z | Compiling smallvec v1.7.0 |
368 | 2024-03-22T17:12:15.187Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-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 -C metadata=e93e8801657baef8 -C extra-filename=-e93e8801657baef8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
369 | 2024-03-22T17:12:15.187Z | Running `/home/build/.rustup/toolchains/1.76.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.79/src/lib.rs --error-format=json --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"' -C metadata=78cdba2684f77365 -C extra-filename=-78cdba2684f77365 --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-56fce10178bafa62.rmeta --cap-lints allow --cfg wrap_proc_macro` |
370 | 2024-03-22T17:12:15.187Z | Compiling scopeguard v1.1.0 |
371 | 2024-03-22T17:12:15.187Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-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 -C metadata=4086b69bfe008039 -C extra-filename=-4086b69bfe008039 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
372 | 2024-03-22T17:12:15.187Z | Compiling futures-channel v0.3.30 |
373 | 2024-03-22T17:12:15.187Z | Running `/home/build/.rustup/toolchains/1.76.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.30/src/lib.rs --error-format=json --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="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=7067fbe4fdb758c1 -C extra-filename=-7067fbe4fdb758c1 --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-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --cap-lints allow` |
374 | 2024-03-22T17:12:15.187Z | Compiling lock_api v0.4.6 |
375 | 2024-03-22T17:12:15.187Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=7ccf3b759315d752 -C extra-filename=-7ccf3b759315d752 --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-4086b69bfe008039.rmeta --cap-lints allow` |
376 | 2024-03-22T17:12:15.187Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-b4c007e4d3f48f9e/build-script-build` |
377 | 2024-03-22T17:12:15.187Z | Compiling pin-utils v0.1.0 |
378 | 2024-03-22T17:12:15.187Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=c91c3a4fdde7d3d6 -C extra-filename=-c91c3a4fdde7d3d6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
379 | 2024-03-22T17:12:15.187Z | Compiling hashbrown v0.14.1 |
380 | 2024-03-22T17:12:15.187Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.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="raw"' -C metadata=000da2c21d6fcbd0 -C extra-filename=-000da2c21d6fcbd0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
381 | 2024-03-22T17:12:15.187Z | Compiling slab v0.4.5 |
382 | 2024-03-22T17:12:15.187Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.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="std"' -C metadata=2898d2ffac4c7f4b -C extra-filename=-2898d2ffac4c7f4b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
383 | 2024-03-22T17:12:15.211Z | Compiling typenum v1.14.0 |
384 | 2024-03-22T17:12:15.211Z | Compiling futures-io v0.3.30 |
385 | 2024-03-22T17:12:15.221Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=9afba4c31e7c370b -C extra-filename=-9afba4c31e7c370b --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-9afba4c31e7c370b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
386 | 2024-03-22T17:12:15.221Z | Running `/home/build/.rustup/toolchains/1.76.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.30/src/lib.rs --error-format=json --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"' -C metadata=0115a3acf5fe5b90 -C extra-filename=-0115a3acf5fe5b90 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
387 | 2024-03-22T17:12:15.296Z | Compiling equivalent v1.0.0 |
388 | 2024-03-22T17:12:15.310Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /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 -C metadata=a1bc488f9d5eec58 -C extra-filename=-a1bc488f9d5eec58 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
389 | 2024-03-22T17:12:15.735Z | Compiling ucd-trie v0.1.6 |
390 | 2024-03-22T17:12:15.735Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=08e3ac9386bf28d9 -C extra-filename=-08e3ac9386bf28d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
391 | 2024-03-22T17:12:15.735Z | Compiling futures-task v0.3.30 |
392 | 2024-03-22T17:12:15.735Z | Running `/home/build/.rustup/toolchains/1.76.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.30/src/lib.rs --error-format=json --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="std"' -C metadata=cf44a26adf9238c3 -C extra-filename=-cf44a26adf9238c3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
393 | 2024-03-22T17:12:15.735Z | Compiling generic-array v0.14.5 |
394 | 2024-03-22T17:12:15.735Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=264cdbc9bb9a8ac9 -C extra-filename=-264cdbc9bb9a8ac9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-264cdbc9bb9a8ac9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
395 | 2024-03-22T17:12:15.735Z | Compiling crossbeam-utils v0.8.15 |
396 | 2024-03-22T17:12:15.735Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=b1e1e755864b967d -C extra-filename=-b1e1e755864b967d --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b1e1e755864b967d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
397 | 2024-03-22T17:12:15.735Z | Compiling quote v1.0.35 |
398 | 2024-03-22T17:12:15.735Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --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"' -C metadata=a0cc1e8e36375d2d -C extra-filename=-a0cc1e8e36375d2d --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-78cdba2684f77365.rmeta --cap-lints allow` |
399 | 2024-03-22T17:12:15.747Z | Compiling byteorder v1.4.3 |
400 | 2024-03-22T17:12:15.764Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=f17b88842ab57f42 -C extra-filename=-f17b88842ab57f42 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
401 | 2024-03-22T17:12:15.961Z | Compiling httparse v1.8.0 |
402 | 2024-03-22T17:12:15.967Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=62cce613a1049bac -C extra-filename=-62cce613a1049bac --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-62cce613a1049bac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
403 | 2024-03-22T17:12:16.113Z | Compiling syn v2.0.52 |
404 | 2024-03-22T17:12:16.126Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.52/src/lib.rs --error-format=json --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="quote"' --cfg 'feature="visit-mut"' -C metadata=5eb1d559be173de6 -C extra-filename=-5eb1d559be173de6 --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-78cdba2684f77365.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-56fce10178bafa62.rmeta --cap-lints allow` |
405 | 2024-03-22T17:12:16.167Z | Compiling getrandom v0.2.11 |
406 | 2024-03-22T17:12:16.172Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=1a674590e215a33d -C extra-filename=-1a674590e215a33d --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
407 | 2024-03-22T17:12:16.238Z | Compiling cc v1.0.83 |
408 | 2024-03-22T17:12:16.258Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=addb9f557c35f133 -C extra-filename=-addb9f557c35f133 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
409 | 2024-03-22T17:12:16.339Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=17ed88be3928c928 -C extra-filename=-17ed88be3928c928 --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e93e8801657baef8.rmeta --cap-lints allow` |
410 | 2024-03-22T17:12:16.372Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-9afba4c31e7c370b/build-script-main` |
411 | 2024-03-22T17:12:16.384Z | Compiling signal-hook-registry v1.4.0 |
412 | 2024-03-22T17:12:16.388Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /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 -C metadata=d27422a09a84880c -C extra-filename=-d27422a09a84880c --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
413 | 2024-03-22T17:12:16.456Z | Compiling socket2 v0.5.5 |
414 | 2024-03-22T17:12:16.460Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=8afa32a7ed28efc3 -C extra-filename=-8afa32a7ed28efc3 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
415 | 2024-03-22T17:12:16.540Z | Compiling mio v0.8.11 |
416 | 2024-03-22T17:12:16.544Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=6beacad112a851e7 -C extra-filename=-6beacad112a851e7 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
417 | 2024-03-22T17:12:16.550Z | Compiling num_cpus v1.13.0 |
418 | 2024-03-22T17:12:16.556Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /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 -C metadata=14bf704ed4ef19fc -C extra-filename=-14bf704ed4ef19fc --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
419 | 2024-03-22T17:12:16.670Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=dace367fc5f79138 -C extra-filename=-dace367fc5f79138 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
420 | 2024-03-22T17:12:16.819Z | Compiling parking_lot v0.12.1 |
421 | 2024-03-22T17:12:16.828Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=1a0e1c414374836a -C extra-filename=-1a0e1c414374836a --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-7ccf3b759315d752.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-17ed88be3928c928.rmeta --cap-lints allow` |
422 | 2024-03-22T17:12:17.096Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-62cce613a1049bac/build-script-build` |
423 | 2024-03-22T17:12:17.108Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b1e1e755864b967d/build-script-build` |
424 | 2024-03-22T17:12:17.113Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-264cdbc9bb9a8ac9/build-script-build` |
425 | 2024-03-22T17:12:17.174Z | Compiling time-core v0.1.2 |
426 | 2024-03-22T17:12:17.189Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=78463298d0996e4f -C extra-filename=-78463298d0996e4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
427 | 2024-03-22T17:12:17.334Z | Compiling powerfmt v0.2.0 |
428 | 2024-03-22T17:12:17.339Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=4c4409d58f4da343 -C extra-filename=-4c4409d58f4da343 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
429 | 2024-03-22T17:12:17.357Z | Compiling spin v0.9.8 |
430 | 2024-03-22T17:12:17.365Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /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"' -C metadata=6b0b4916640efba1 -C extra-filename=-6b0b4916640efba1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
431 | 2024-03-22T17:12:17.464Z | Compiling time-macros v0.2.16 |
432 | 2024-03-22T17:12:17.468Z | Running `/home/build/.rustup/toolchains/1.76.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.16/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-tuple-struct-fields --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"' -C metadata=42fc2ec10cd8c5a3 -C extra-filename=-42fc2ec10cd8c5a3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-78463298d0996e4f.rlib --extern proc_macro --cap-lints allow` |
433 | 2024-03-22T17:12:17.602Z | Compiling deranged v0.3.11 |
434 | 2024-03-22T17:12:17.606Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=2b8cb70a9b1cc0a4 -C extra-filename=-2b8cb70a9b1cc0a4 --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-4c4409d58f4da343.rmeta --cap-lints allow` |
435 | 2024-03-22T17:12:17.757Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=799c7925be73d78a -C extra-filename=-799c7925be73d78a --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-b3a1e01bc1d1ef78.rmeta --cap-lints allow` |
436 | 2024-03-22T17:12:17.878Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=58bccc1ffa9648af -C extra-filename=-58bccc1ffa9648af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd` |
437 | 2024-03-22T17:12:17.902Z | Compiling tracing-core v0.1.32 |
438 | 2024-03-22T17:12:17.906Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=0c594d621d365261 -C extra-filename=-0c594d621d365261 --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-cfae8d0f52fc13fb.rmeta --cap-lints allow` |
439 | 2024-03-22T17:12:18.155Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /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"' -C metadata=19e375b6b1c7fae4 -C extra-filename=-19e375b6b1c7fae4 --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-dace367fc5f79138.rmeta --cap-lints allow --cfg relaxed_coherence` |
440 | 2024-03-22T17:12:18.664Z | Compiling ring v0.17.7 |
441 | 2024-03-22T17:12:18.668Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=f037d2ee3c620fc4 -C extra-filename=-f037d2ee3c620fc4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-f037d2ee3c620fc4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-addb9f557c35f133.rlib --cap-lints allow` |
442 | 2024-03-22T17:12:18.674Z | Compiling tinyvec_macros v0.1.0 |
443 | 2024-03-22T17:12:18.678Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=429880802c174f52 -C extra-filename=-429880802c174f52 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
444 | 2024-03-22T17:12:18.752Z | Compiling percent-encoding v2.3.1 |
445 | 2024-03-22T17:12:18.759Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=8d02a3f55b6b58b9 -C extra-filename=-8d02a3f55b6b58b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
446 | 2024-03-22T17:12:19.106Z | Compiling untrusted v0.9.0 |
447 | 2024-03-22T17:12:19.112Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=0ea7f50e8112c394 -C extra-filename=-0ea7f50e8112c394 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
448 | 2024-03-22T17:12:19.136Z | Compiling slog v2.7.0 |
449 | 2024-03-22T17:12:19.141Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=d04fc91dc24cdbdc -C extra-filename=-d04fc91dc24cdbdc --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-d04fc91dc24cdbdc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
450 | 2024-03-22T17:12:19.266Z | Compiling num_threads v0.1.3 |
451 | 2024-03-22T17:12:19.275Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /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 -C metadata=902aad499f3d606c -C extra-filename=-902aad499f3d606c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
452 | 2024-03-22T17:12:19.383Z | Compiling plain v0.2.3 |
453 | 2024-03-22T17:12:19.387Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plain /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 -C metadata=1edffcbbce3646fc -C extra-filename=-1edffcbbce3646fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
454 | 2024-03-22T17:12:19.443Z | Compiling rustls-pki-types v1.3.1 |
455 | 2024-03-22T17:12:19.450Z | Running `/home/build/.rustup/toolchains/1.76.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.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"' -C metadata=173e1586125d86cc -C extra-filename=-173e1586125d86cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
456 | 2024-03-22T17:12:19.515Z | Compiling form_urlencoded v1.2.1 |
457 | 2024-03-22T17:12:19.519Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=3f78fc507be1952e -C extra-filename=-3f78fc507be1952e --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-8d02a3f55b6b58b9.rmeta --cap-lints allow` |
458 | 2024-03-22T17:12:19.614Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-d04fc91dc24cdbdc/build-script-build` |
459 | 2024-03-22T17:12:19.624Z | Compiling tinyvec v1.5.1 |
460 | 2024-03-22T17:12:19.628Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=6c22e7862a49badf -C extra-filename=-6c22e7862a49badf --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-429880802c174f52.rmeta --cap-lints allow` |
461 | 2024-03-22T17:12:19.634Z | Compiling tracing v0.1.40 |
462 | 2024-03-22T17:12:19.638Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=2a2dffc87772b527 -C extra-filename=-2a2dffc87772b527 --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-a5edd0465b89a796.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-0c594d621d365261.rmeta --cap-lints allow` |
463 | 2024-03-22T17:12:19.667Z | Compiling http v0.2.9 |
464 | 2024-03-22T17:12:19.671Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 -C metadata=b91c7875ee44aef1 -C extra-filename=-b91c7875ee44aef1 --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-f412e2fce08c74d3.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --cap-lints allow` |
465 | 2024-03-22T17:12:19.781Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-f037d2ee3c620fc4/build-script-build` |
466 | 2024-03-22T17:12:19.818Z | Compiling usdt-impl v0.5.0 |
467 | 2024-03-22T17:12:19.829Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=84f934ebdb6a8d34 -C extra-filename=-84f934ebdb6a8d34 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-84f934ebdb6a8d34 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
468 | 2024-03-22T17:12:20.054Z | Compiling unicase v2.6.0 |
469 | 2024-03-22T17:12:20.059Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=b127cc635fc4ec80 -C extra-filename=-b127cc635fc4ec80 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-b127cc635fc4ec80 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
470 | 2024-03-22T17:12:20.162Z | Compiling paste v1.0.14 |
471 | 2024-03-22T17:12:20.167Z | Running `/home/build/.rustup/toolchains/1.76.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.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=0472a60bd609e3c6 -C extra-filename=-0472a60bd609e3c6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-0472a60bd609e3c6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
472 | 2024-03-22T17:12:20.227Z | Compiling base64 v0.21.7 |
473 | 2024-03-22T17:12:20.231Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.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="std"' -C metadata=055af5a047a73fc6 -C extra-filename=-055af5a047a73fc6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
474 | 2024-03-22T17:12:20.387Z | Compiling syn v1.0.109 |
475 | 2024-03-22T17:12:20.392Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/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="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="quote"' --cfg 'feature="visit"' -C metadata=8bde7bf26cb8cb90 -C extra-filename=-8bde7bf26cb8cb90 --out-dir /work/oxidecomputer/dropshot/target/debug/build/syn-8bde7bf26cb8cb90 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
476 | 2024-03-22T17:12:20.588Z | Compiling autocfg v1.1.0 |
477 | 2024-03-22T17:12:20.588Z | Compiling time v0.3.31 |
478 | 2024-03-22T17:12:20.596Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /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 -C metadata=f716f91425103e14 -C extra-filename=-f716f91425103e14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
479 | 2024-03-22T17:12:20.596Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-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=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --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"' -C metadata=a4cadf0520a03f49 -C extra-filename=-a4cadf0520a03f49 --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-2b8cb70a9b1cc0a4.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-902aad499f3d606c.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-4c4409d58f4da343.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-78463298d0996e4f.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-42fc2ec10cd8c5a3.so --cap-lints allow` |
480 | 2024-03-22T17:12:20.837Z | Compiling pretty-hex v0.4.1 |
481 | 2024-03-22T17:12:20.842Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /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"' -C metadata=e0a15f522d506f9e -C extra-filename=-e0a15f522d506f9e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
482 | 2024-03-22T17:12:20.905Z | Running `/work/oxidecomputer/dropshot/target/debug/build/syn-8bde7bf26cb8cb90/build-script-build` |
483 | 2024-03-22T17:12:20.958Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-0472a60bd609e3c6/build-script-build` |
484 | 2024-03-22T17:12:21.009Z | Compiling unicode-normalization v0.1.19 |
485 | 2024-03-22T17:12:21.013Z | Running `/home/build/.rustup/toolchains/1.76.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.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2f4853bf94d7c325 -C extra-filename=-2f4853bf94d7c325 --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-6c22e7862a49badf.rmeta --cap-lints allow` |
486 | 2024-03-22T17:12:21.019Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-b127cc635fc4ec80/build-script-build` |
487 | 2024-03-22T17:12:21.029Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-84f934ebdb6a8d34/build-script-build` |
488 | 2024-03-22T17:12:21.131Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /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="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=751d22afd9ff62b3 -C extra-filename=-751d22afd9ff62b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128` |
489 | 2024-03-22T17:12:21.169Z | Compiling block-buffer v0.10.2 |
490 | 2024-03-22T17:12:21.173Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=7ef22847e3167d4c -C extra-filename=-7ef22847e3167d4c --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-19e375b6b1c7fae4.rmeta --cap-lints allow` |
491 | 2024-03-22T17:12:21.238Z | Compiling num-traits v0.2.14 |
492 | 2024-03-22T17:12:21.243Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=03522dcdd32a13e7 -C extra-filename=-03522dcdd32a13e7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-03522dcdd32a13e7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f716f91425103e14.rlib --cap-lints allow` |
493 | 2024-03-22T17:12:21.345Z | Compiling crypto-common v0.1.6 |
494 | 2024-03-22T17:12:21.349Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=0c7f8c22c475506e -C extra-filename=-0c7f8c22c475506e --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-19e375b6b1c7fae4.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-dace367fc5f79138.rmeta --cap-lints allow` |
495 | 2024-03-22T17:12:21.483Z | Compiling rand_core v0.6.3 |
496 | 2024-03-22T17:12:21.487Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=6e496e22bd87917f -C extra-filename=-6e496e22bd87917f --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-1a674590e215a33d.rmeta --cap-lints allow` |
497 | 2024-03-22T17:12:21.560Z | Compiling thread-id v4.0.0 |
498 | 2024-03-22T17:12:21.565Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /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 -C metadata=60a722314d7a089e -C extra-filename=-60a722314d7a089e --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
499 | 2024-03-22T17:12:21.649Z | Compiling try-lock v0.2.3 |
500 | 2024-03-22T17:12:21.652Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /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 -C metadata=f58e29c72e599063 -C extra-filename=-f58e29c72e599063 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
501 | 2024-03-22T17:12:21.778Z | Compiling unicode-bidi v0.3.7 |
502 | 2024-03-22T17:12:21.782Z | Running `/home/build/.rustup/toolchains/1.76.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.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="default"' --cfg 'feature="std"' -C metadata=70fad91a8b91d510 -C extra-filename=-70fad91a8b91d510 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
503 | 2024-03-22T17:12:21.795Z | Compiling rustls v0.22.2 |
504 | 2024-03-22T17:12:21.799Z | Running `/home/build/.rustup/toolchains/1.76.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.2/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"' -C metadata=0b29c8d352cd3df7 -C extra-filename=-0b29c8d352cd3df7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-0b29c8d352cd3df7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
505 | 2024-03-22T17:12:21.906Z | Compiling ppv-lite86 v0.2.15 |
506 | 2024-03-22T17:12:21.922Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=f1999e08b300d163 -C extra-filename=-f1999e08b300d163 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
507 | 2024-03-22T17:12:22.048Z | Compiling matches v0.1.9 |
508 | 2024-03-22T17:12:22.053Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.9/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=baae0ade4159187e -C extra-filename=-baae0ade4159187e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
509 | 2024-03-22T17:12:22.107Z | Compiling want v0.3.0 |
510 | 2024-03-22T17:12:22.111Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=2fd77dd94e2e7df5 -C extra-filename=-2fd77dd94e2e7df5 --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-e142a6edb7fa28be.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-f58e29c72e599063.rmeta --cap-lints allow` |
511 | 2024-03-22T17:12:22.128Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-03522dcdd32a13e7/build-script-build` |
512 | 2024-03-22T17:12:22.396Z | Compiling idna v0.2.3 |
513 | 2024-03-22T17:12:22.399Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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 -C metadata=1a0161488ccb7881 -C extra-filename=-1a0161488ccb7881 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-baae0ade4159187e.rmeta --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-70fad91a8b91d510.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-2f4853bf94d7c325.rmeta --cap-lints allow` |
514 | 2024-03-22T17:12:22.407Z | Compiling digest v0.10.7 |
515 | 2024-03-22T17:12:22.411Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=ffa1422f398308a4 -C extra-filename=-ffa1422f398308a4 --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-7ef22847e3167d4c.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-0c7f8c22c475506e.rmeta --cap-lints allow` |
516 | 2024-03-22T17:12:22.411Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /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 -C metadata=fe1444cb7b584442 -C extra-filename=-fe1444cb7b584442 --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` |
517 | 2024-03-22T17:12:22.634Z | Compiling rand_chacha v0.3.1 |
518 | 2024-03-22T17:12:22.638Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=8ae06197577db922 -C extra-filename=-8ae06197577db922 --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-f1999e08b300d163.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-6e496e22bd87917f.rmeta --cap-lints allow` |
519 | 2024-03-22T17:12:22.715Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/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 metadata=e51cd6ff8f0a0459 -C extra-filename=-e51cd6ff8f0a0459 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow` |
520 | 2024-03-22T17:12:22.772Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/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="quote"' --cfg 'feature="visit"' -C metadata=566c1043ffdf07b1 -C extra-filename=-566c1043ffdf07b1 --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-78cdba2684f77365.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-56fce10178bafa62.rmeta --cap-lints allow --cfg syn_disable_nightly_tests` |
521 | 2024-03-22T17:12:22.975Z | Compiling http-body v0.4.3 |
522 | 2024-03-22T17:12:22.980Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.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 -C metadata=bd96fc23a91a643d -C extra-filename=-bd96fc23a91a643d --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-f412e2fce08c74d3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow` |
523 | 2024-03-22T17:12:23.285Z | Compiling dirs-sys-next v0.1.2 |
524 | 2024-03-22T17:12:23.289Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=e11ebdd3ebb38ca3 -C extra-filename=-e11ebdd3ebb38ca3 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
525 | 2024-03-22T17:12:23.771Z | Compiling socket2 v0.4.9 |
526 | 2024-03-22T17:12:23.776Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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="all"' -C metadata=d696affb5841bd6b -C extra-filename=-d696affb5841bd6b --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
527 | 2024-03-22T17:12:23.806Z | Compiling http v1.0.0 |
528 | 2024-03-22T17:12:23.811Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1daa6bcd697a2e74 -C extra-filename=-1daa6bcd697a2e74 --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-f412e2fce08c74d3.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --cap-lints allow` |
529 | 2024-03-22T17:12:23.957Z | Compiling mime v0.3.16 |
530 | 2024-03-22T17:12:23.963Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /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 -C metadata=c3f72c57dc02f399 -C extra-filename=-c3f72c57dc02f399 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
531 | 2024-03-22T17:12:24.087Z | Compiling httpdate v1.0.1 |
532 | 2024-03-22T17:12:24.091Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=9868a5c927c23d7d -C extra-filename=-9868a5c927c23d7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
533 | 2024-03-22T17:12:24.536Z | Compiling cpufeatures v0.2.2 |
534 | 2024-03-22T17:12:24.540Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=7a6c63826e2cf584 -C extra-filename=-7a6c63826e2cf584 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
535 | 2024-03-22T17:12:24.549Z | Compiling tower-service v0.3.1 |
536 | 2024-03-22T17:12:24.557Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=46360405330dd5c1 -C extra-filename=-46360405330dd5c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
537 | 2024-03-22T17:12:24.617Z | Compiling zeroize v1.7.0 |
538 | 2024-03-22T17:12:24.621Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=fdc7d158bb3baa0d -C extra-filename=-fdc7d158bb3baa0d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
539 | 2024-03-22T17:12:24.659Z | Compiling winnow v0.6.5 |
540 | 2024-03-22T17:12:24.676Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d48db51ebcc18399 -C extra-filename=-d48db51ebcc18399 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
541 | 2024-03-22T17:12:24.677Z | Compiling subtle v2.5.0 |
542 | 2024-03-22T17:12:24.677Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=207f9c805df0c42c -C extra-filename=-207f9c805df0c42c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
543 | 2024-03-22T17:12:24.906Z | Compiling sha1 v0.10.6 |
544 | 2024-03-22T17:12:24.910Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=f6653d6a18f3f9c5 -C extra-filename=-f6653d6a18f3f9c5 --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-b3a1e01bc1d1ef78.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-7a6c63826e2cf584.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-ffa1422f398308a4.rmeta --cap-lints allow` |
545 | 2024-03-22T17:12:24.917Z | Compiling dirs-next v2.0.0 |
546 | 2024-03-22T17:12:24.922Z | Compiling url v2.2.2 |
547 | 2024-03-22T17:12:24.922Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=27345742eacaac4a -C extra-filename=-27345742eacaac4a --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-b3a1e01bc1d1ef78.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-e11ebdd3ebb38ca3.rmeta --cap-lints allow` |
548 | 2024-03-22T17:12:24.922Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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 -C metadata=4dacb58bbbd40f14 -C extra-filename=-4dacb58bbbd40f14 --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-3f78fc507be1952e.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-1a0161488ccb7881.rmeta --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-baae0ade4159187e.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --cap-lints allow` |
549 | 2024-03-22T17:12:25.109Z | Compiling rand v0.8.4 |
550 | 2024-03-22T17:12:25.114Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=cd806c833e414462 -C extra-filename=-cd806c833e414462 --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-c9c1b0b7fe6fe29e.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-8ae06197577db922.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-6e496e22bd87917f.rmeta --cap-lints allow` |
551 | 2024-03-22T17:12:25.268Z | Compiling mime_guess v2.0.4 |
552 | 2024-03-22T17:12:25.273Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.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="rev-mappings"' -C metadata=6f9157519bdb1fe1 -C extra-filename=-6f9157519bdb1fe1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-6f9157519bdb1fe1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-fe1444cb7b584442.rlib --cap-lints allow` |
553 | 2024-03-22T17:12:26.283Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits /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 -C metadata=fe0a6bfdbdb04d93 -C extra-filename=-fe0a6bfdbdb04d93 --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` |
554 | 2024-03-22T17:12:26.377Z | Compiling rustls-pemfile v2.1.1 |
555 | 2024-03-22T17:12:26.382Z | Running `/home/build/.rustup/toolchains/1.76.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.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"' -C metadata=f02effa3f3ab6370 -C extra-filename=-f02effa3f3ab6370 --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-055af5a047a73fc6.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rmeta --cap-lints allow` |
556 | 2024-03-22T17:12:26.673Z | Compiling concurrent-queue v2.2.0 |
557 | 2024-03-22T17:12:26.673Z | Compiling multer v3.0.0 |
558 | 2024-03-22T17:12:26.677Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-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 --cfg 'feature="std"' -C metadata=78845eeaca4f2d51 -C extra-filename=-78845eeaca4f2d51 --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-799c7925be73d78a.rmeta --cap-lints allow` |
559 | 2024-03-22T17:12:26.677Z | Running `/home/build/.rustup/toolchains/1.76.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.0.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"' -C metadata=a2f5832851923eaa -C extra-filename=-a2f5832851923eaa --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-a2f5832851923eaa -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow` |
560 | 2024-03-22T17:12:26.819Z | Compiling thread_local v1.1.4 |
561 | 2024-03-22T17:12:26.824Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=6801cf54a371cf6b -C extra-filename=-6801cf54a371cf6b --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-cfae8d0f52fc13fb.rmeta --cap-lints allow` |
562 | 2024-03-22T17:12:26.959Z | Compiling match_cfg v0.1.0 |
563 | 2024-03-22T17:12:26.965Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /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"' -C metadata=b32574b6b2e4cf95 -C extra-filename=-b32574b6b2e4cf95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
564 | 2024-03-22T17:12:26.987Z | Compiling parking v2.2.0 |
565 | 2024-03-22T17:12:26.991Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=7ed30b77261437cf -C extra-filename=-7ed30b77261437cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
566 | 2024-03-22T17:12:27.048Z | Compiling async-trait v0.1.78 |
567 | 2024-03-22T17:12:27.062Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.78/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=584cb79b614b2dd5 -C extra-filename=-584cb79b614b2dd5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/async-trait-584cb79b614b2dd5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
568 | 2024-03-22T17:12:27.360Z | Compiling iana-time-zone v0.1.47 |
569 | 2024-03-22T17:12:27.366Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=5874d2baa4ab1e82 -C extra-filename=-5874d2baa4ab1e82 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
570 | 2024-03-22T17:12:27.414Z | Compiling camino v1.1.6 |
571 | 2024-03-22T17:12:27.418Z | Running `/home/build/.rustup/toolchains/1.76.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.6/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"' -C metadata=491fe6ccf6a88b16 -C extra-filename=-491fe6ccf6a88b16 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-491fe6ccf6a88b16 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
572 | 2024-03-22T17:12:27.501Z | Compiling rustix v0.38.31 |
573 | 2024-03-22T17:12:27.505Z | Running `/home/build/.rustup/toolchains/1.76.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.31/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="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=fa8448b704c5f1b3 -C extra-filename=-fa8448b704c5f1b3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-fa8448b704c5f1b3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
574 | 2024-03-22T17:12:27.840Z | Compiling schemars v0.8.16 |
575 | 2024-03-22T17:12:27.844Z | Running `/home/build/.rustup/toolchains/1.76.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.16/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"' -C metadata=e0b90da099175cd2 -C extra-filename=-e0b90da099175cd2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-e0b90da099175cd2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
576 | 2024-03-22T17:12:27.900Z | Compiling slog-async v2.8.0 |
577 | 2024-03-22T17:12:27.905Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=33631e55da1918f4 -C extra-filename=-33631e55da1918f4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-33631e55da1918f4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
578 | 2024-03-22T17:12:27.964Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-491fe6ccf6a88b16/build-script-build` |
579 | 2024-03-22T17:12:28.015Z | Running `/work/oxidecomputer/dropshot/target/debug/build/async-trait-584cb79b614b2dd5/build-script-build` |
580 | 2024-03-22T17:12:28.075Z | Compiling event-listener v5.0.0 |
581 | 2024-03-22T17:12:28.079Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=80ca992474cd17aa -C extra-filename=-80ca992474cd17aa --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-78845eeaca4f2d51.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow` |
582 | 2024-03-22T17:12:28.167Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-fa8448b704c5f1b3/build-script-build` |
583 | 2024-03-22T17:12:28.235Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-e0b90da099175cd2/build-script-build` |
584 | 2024-03-22T17:12:28.248Z | Compiling hostname v0.3.1 |
585 | 2024-03-22T17:12:28.252Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /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"' -C metadata=194faf19b9951c04 -C extra-filename=-194faf19b9951c04 --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-c9c1b0b7fe6fe29e.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-b32574b6b2e4cf95.rmeta --cap-lints allow` |
586 | 2024-03-22T17:12:28.275Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-a2f5832851923eaa/build-script-build` |
587 | 2024-03-22T17:12:28.312Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-6f9157519bdb1fe1/build-script-build` |
588 | 2024-03-22T17:12:28.326Z | Compiling term v0.7.0 |
589 | 2024-03-22T17:12:28.330Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=e5d5a36611f6f0b0 -C extra-filename=-e5d5a36611f6f0b0 --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-27345742eacaac4a.rmeta --cap-lints allow` |
590 | 2024-03-22T17:12:28.343Z | Compiling crossbeam-channel v0.5.1 |
591 | 2024-03-22T17:12:28.351Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=2e5e82678a753d95 -C extra-filename=-2e5e82678a753d95 --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-b3a1e01bc1d1ef78.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-799c7925be73d78a.rmeta --cap-lints allow` |
592 | 2024-03-22T17:12:28.397Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-33631e55da1918f4/build-script-build` |
593 | 2024-03-22T17:12:28.449Z | Compiling errno v0.3.8 |
594 | 2024-03-22T17:12:28.454Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=02ff827996c6454c -C extra-filename=-02ff827996c6454c --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
595 | 2024-03-22T17:12:28.466Z | Compiling is-terminal v0.4.12 |
596 | 2024-03-22T17:12:28.472Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=18a0713c4f999d77 -C extra-filename=-18a0713c4f999d77 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
597 | 2024-03-22T17:12:28.577Z | Compiling memmap v0.7.0 |
598 | 2024-03-22T17:12:28.586Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap /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 -C metadata=36b3094e14eeeb5f -C extra-filename=-36b3094e14eeeb5f --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
599 | 2024-03-22T17:12:28.667Z | Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot) |
600 | 2024-03-22T17:12:28.674Z | Compiling encoding_rs v0.8.32 |
601 | 2024-03-22T17:12:28.674Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 dropshot/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="usdt"' --cfg 'feature="usdt-probes"' -C metadata=d93f24e9b999ffc6 -C extra-filename=-d93f24e9b999ffc6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-d93f24e9b999ffc6 -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-1a70fa4d021d4d8a.rlib` |
602 | 2024-03-22T17:12:28.674Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=7300f6ada2f98ea6 -C extra-filename=-7300f6ada2f98ea6 --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-b3a1e01bc1d1ef78.rmeta --cap-lints allow` |
603 | 2024-03-22T17:12:28.918Z | Compiling serde_derive_internals v0.26.0 |
604 | 2024-03-22T17:12:28.922Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.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 metadata=08c546cdef84b350 -C extra-filename=-08c546cdef84b350 --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-78cdba2684f77365.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-566c1043ffdf07b1.rmeta --cap-lints allow` |
605 | 2024-03-22T17:12:29.020Z | Compiling bitflags v2.4.0 |
606 | 2024-03-22T17:12:29.030Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=24a21ddbd5c56d45 -C extra-filename=-24a21ddbd5c56d45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
607 | 2024-03-22T17:12:29.403Z | Compiling take_mut v0.2.2 |
608 | 2024-03-22T17:12:29.407Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /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 -C metadata=46f0b70c247ae491 -C extra-filename=-46f0b70c247ae491 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
609 | 2024-03-22T17:12:29.495Z | Compiling buf-list v1.0.3 |
610 | 2024-03-22T17:12:29.500Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=e59f12495e4718ae -C extra-filename=-e59f12495e4718ae --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-e59f12495e4718ae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
611 | 2024-03-22T17:12:29.542Z | Compiling data-encoding v2.4.0 |
612 | 2024-03-22T17:12:29.547Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=f7558905c8a1b9e5 -C extra-filename=-f7558905c8a1b9e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
613 | 2024-03-22T17:12:30.057Z | Compiling utf-8 v0.7.6 |
614 | 2024-03-22T17:12:30.067Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /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 -C metadata=bf3f808de3435388 -C extra-filename=-bf3f808de3435388 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
615 | 2024-03-22T17:12:30.116Z | Compiling lazy_static v1.4.0 |
616 | 2024-03-22T17:12:30.120Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-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 -C metadata=8f93af5ac36cac0e -C extra-filename=-8f93af5ac36cac0e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
617 | 2024-03-22T17:12:30.240Z | Compiling unicode-width v0.1.9 |
618 | 2024-03-22T17:12:30.246Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /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"' -C metadata=0afb8f81c2905fbf -C extra-filename=-0afb8f81c2905fbf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
619 | 2024-03-22T17:12:30.379Z | Compiling dyn-clone v1.0.4 |
620 | 2024-03-22T17:12:30.389Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=e1bed00953272d25 -C extra-filename=-e1bed00953272d25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
621 | 2024-03-22T17:12:30.389Z | Compiling atomic-waker v1.1.1 |
622 | 2024-03-22T17:12:30.389Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=8a052fa94438e09f -C extra-filename=-8a052fa94438e09f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
623 | 2024-03-22T17:12:30.477Z | Compiling unicode-segmentation v1.10.0 |
624 | 2024-03-22T17:12:30.487Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=b4a860d72eb0379b -C extra-filename=-b4a860d72eb0379b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
625 | 2024-03-22T17:12:30.561Z | Compiling openssl-probe v0.1.4 |
626 | 2024-03-22T17:12:30.589Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /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 -C metadata=3abfb0bd8eba8993 -C extra-filename=-3abfb0bd8eba8993 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
627 | 2024-03-22T17:12:30.883Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=003a79daa47166b8 -C extra-filename=-003a79daa47166b8 --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-1a674590e215a33d.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-6b0b4916640efba1.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
628 | 2024-03-22T17:12:30.918Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-0b29c8d352cd3df7/build-script-build` |
629 | 2024-03-22T17:12:30.925Z | Compiling trybuild v1.0.90 |
630 | 2024-03-22T17:12:30.929Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.90/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=f5ea6bd13d269e56 -C extra-filename=-f5ea6bd13d269e56 --out-dir /work/oxidecomputer/dropshot/target/debug/build/trybuild-f5ea6bd13d269e56 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
631 | 2024-03-22T17:12:30.968Z | Compiling serde_derive v1.0.197 |
632 | 2024-03-22T17:12:30.977Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/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"' -C metadata=29c120b914d0afa7 -C extra-filename=-29c120b914d0afa7 --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow` |
633 | 2024-03-22T17:12:31.153Z | Compiling thiserror-impl v1.0.56 |
634 | 2024-03-22T17:12:31.157Z | Running `/home/build/.rustup/toolchains/1.76.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.56/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 metadata=c1ed950aff598481 -C extra-filename=-c1ed950aff598481 --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow` |
635 | 2024-03-22T17:12:31.256Z | Compiling futures-macro v0.3.30 |
636 | 2024-03-22T17:12:31.261Z | Running `/home/build/.rustup/toolchains/1.76.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.30/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 metadata=cd34a69464a8e175 -C extra-filename=-cd34a69464a8e175 --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow` |
637 | 2024-03-22T17:12:31.332Z | Compiling tokio-macros v2.2.0 |
638 | 2024-03-22T17:12:31.336Z | Running `/home/build/.rustup/toolchains/1.76.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.2.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 -C metadata=610466be7a677bef -C extra-filename=-610466be7a677bef --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow` |
639 | 2024-03-22T17:12:32.219Z | Compiling scroll_derive v0.12.0 |
640 | 2024-03-22T17:12:32.223Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=d4cd02152dadfda7 -C extra-filename=-d4cd02152dadfda7 --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow` |
641 | 2024-03-22T17:12:33.295Z | Compiling tokio v1.36.0 |
642 | 2024-03-22T17:12:33.299Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/lib.rs --error-format=json --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"' --cfg 'feature="windows-sys"' -C metadata=435c656d9dcd47a5 -C extra-filename=-435c656d9dcd47a5 --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-f412e2fce08c74d3.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-6beacad112a851e7.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-14bf704ed4ef19fc.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-1a0e1c414374836a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-d27422a09a84880c.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-8afa32a7ed28efc3.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-610466be7a677bef.so --cap-lints allow` |
643 | 2024-03-22T17:12:33.643Z | Compiling futures-util v0.3.30 |
644 | 2024-03-22T17:12:33.647Z | Running `/home/build/.rustup/toolchains/1.76.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.30/src/lib.rs --error-format=json --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="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"' -C metadata=3ed3f6e93d4ac1a4 -C extra-filename=-3ed3f6e93d4ac1a4 --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-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-0115a3acf5fe5b90.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-cd34a69464a8e175.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-77032e53074c29a8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-c91c3a4fdde7d3d6.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-2898d2ffac4c7f4b.rmeta --cap-lints allow` |
645 | 2024-03-22T17:12:33.797Z | Compiling zerocopy-derive v0.7.32 |
646 | 2024-03-22T17:12:33.801Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=e53aa991e406a43f -C extra-filename=-e53aa991e406a43f --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow` |
647 | 2024-03-22T17:12:34.109Z | Compiling scroll v0.12.0 |
648 | 2024-03-22T17:12:34.118Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=1bdddb7890db877e -C extra-filename=-1bdddb7890db877e --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-d4cd02152dadfda7.so --cap-lints allow` |
649 | 2024-03-22T17:12:34.340Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6108c440b601c283 -C extra-filename=-6108c440b601c283 --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-c1ed950aff598481.so --cap-lints allow` |
650 | 2024-03-22T17:12:34.468Z | Compiling pest v2.7.6 |
651 | 2024-03-22T17:12:34.477Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=0b49223b5dcc3b5e -C extra-filename=-0b49223b5dcc3b5e --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-77032e53074c29a8.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6108c440b601c283.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-08e3ac9386bf28d9.rmeta --cap-lints allow` |
652 | 2024-03-22T17:12:34.637Z | Compiling goblin v0.8.0 |
653 | 2024-03-22T17:12:34.644Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=e7abc8c54b711ab3 -C extra-filename=-e7abc8c54b711ab3 --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-e142a6edb7fa28be.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-1edffcbbce3646fc.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-1bdddb7890db877e.rmeta --cap-lints allow` |
654 | 2024-03-22T17:12:34.673Z | Compiling rustls-webpki v0.102.1 |
655 | 2024-03-22T17:12:34.677Z | Running `/home/build/.rustup/toolchains/1.76.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.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="ring"' --cfg 'feature="std"' -C metadata=c7d628ec84a01f14 -C extra-filename=-c7d628ec84a01f14 --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-003a79daa47166b8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
656 | 2024-03-22T17:12:35.155Z | Compiling schemars_derive v0.8.16 |
657 | 2024-03-22T17:12:35.160Z | Running `/home/build/.rustup/toolchains/1.76.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.16/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 metadata=89a8a1a50b17e049 -C extra-filename=-89a8a1a50b17e049 --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-08c546cdef84b350.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-566c1043ffdf07b1.rlib --extern proc_macro --cap-lints allow` |
658 | 2024-03-22T17:12:36.203Z | Compiling zerocopy v0.7.32 |
659 | 2024-03-22T17:12:36.207Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=11674a78945253ea -C extra-filename=-11674a78945253ea --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-f17b88842ab57f42.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-e53aa991e406a43f.so --cap-lints allow` |
660 | 2024-03-22T17:12:37.150Z | Compiling pest_meta v2.7.6 |
661 | 2024-03-22T17:12:37.155Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=cea8142e04fcab00 -C extra-filename=-cea8142e04fcab00 --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-cfae8d0f52fc13fb.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-0b49223b5dcc3b5e.rmeta --cap-lints allow` |
662 | 2024-03-22T17:12:37.296Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=25a667590a83e39b -C extra-filename=-25a667590a83e39b --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-e142a6edb7fa28be.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-003a79daa47166b8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-c7d628ec84a01f14.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-207f9c805df0c42c.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-fdc7d158bb3baa0d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
663 | 2024-03-22T17:12:37.792Z | Compiling async-stream-impl v0.3.5 |
664 | 2024-03-22T17:12:37.796Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=fe632f6b0cc95f8b -C extra-filename=-fe632f6b0cc95f8b --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow` |
665 | 2024-03-22T17:12:38.453Z | Compiling pest_generator v2.7.6 |
666 | 2024-03-22T17:12:38.458Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=f4ab5d7b4ef3dd87 -C extra-filename=-f4ab5d7b4ef3dd87 --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-0b49223b5dcc3b5e.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-cea8142e04fcab00.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rmeta --cap-lints allow` |
667 | 2024-03-22T17:12:38.979Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs --error-format=json --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"' -C metadata=7ea8cfbf6d98aea2 -C extra-filename=-7ea8cfbf6d98aea2 --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-29c120b914d0afa7.so --cap-lints allow` |
668 | 2024-03-22T17:12:39.469Z | Compiling futures-executor v0.3.30 |
669 | 2024-03-22T17:12:39.473Z | Running `/home/build/.rustup/toolchains/1.76.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.30/src/lib.rs --error-format=json --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"' -C metadata=e8297b05d2762f68 -C extra-filename=-e8297b05d2762f68 --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-00de630c8c0c4b02.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-3ed3f6e93d4ac1a4.rmeta --cap-lints allow` |
670 | 2024-03-22T17:12:40.081Z | Compiling futures v0.3.30 |
671 | 2024-03-22T17:12:40.089Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --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="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=6e2ff86f6f43c2f7 -C extra-filename=-6e2ff86f6f43c2f7 --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-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-e8297b05d2762f68.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-0115a3acf5fe5b90.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-3ed3f6e93d4ac1a4.rmeta --cap-lints allow` |
672 | 2024-03-22T17:12:40.135Z | Compiling async-stream v0.3.5 |
673 | 2024-03-22T17:12:40.140Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.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 -C metadata=c0fbdc04f5203cfe -C extra-filename=-c0fbdc04f5203cfe --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-fe632f6b0cc95f8b.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow` |
674 | 2024-03-22T17:12:40.183Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.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="default"' -C metadata=d2daa2f08169c676 -C extra-filename=-d2daa2f08169c676 --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-f412e2fce08c74d3.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-7300f6ada2f98ea6.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-3ed3f6e93d4ac1a4.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1daa6bcd697a2e74.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e142a6edb7fa28be.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-77032e53074c29a8.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-c3f72c57dc02f399.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-6b0b4916640efba1.rmeta --cap-lints allow` |
675 | 2024-03-22T17:12:40.192Z | Compiling tungstenite v0.21.0 |
676 | 2024-03-22T17:12:40.196Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --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"' --cfg 'feature="url"' -C metadata=4464050b066f4bce -C extra-filename=-4464050b066f4bce --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-f17b88842ab57f42.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-f7558905c8a1b9e5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1daa6bcd697a2e74.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e142a6edb7fa28be.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-cd806c833e414462.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6108c440b601c283.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4dacb58bbbd40f14.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-bf3f808de3435388.rmeta --cap-lints allow` |
677 | 2024-03-22T17:12:40.459Z | Running `/work/oxidecomputer/dropshot/target/debug/build/trybuild-f5ea6bd13d269e56/build-script-build` |
678 | 2024-03-22T17:12:40.475Z | Compiling newline-converter v0.3.0 |
679 | 2024-03-22T17:12:40.479Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=8596ea1294aad68d -C extra-filename=-8596ea1294aad68d --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-b4a860d72eb0379b.rmeta --cap-lints allow` |
680 | 2024-03-22T17:12:40.626Z | Running `/home/build/.rustup/toolchains/1.76.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.78/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 metadata=9c4d4853d5732385 -C extra-filename=-9c4d4853d5732385 --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow` |
681 | 2024-03-22T17:12:41.292Z | Compiling pest_derive v2.7.6 |
682 | 2024-03-22T17:12:41.324Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=976bf61a03f8ab72 -C extra-filename=-976bf61a03f8ab72 --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-0b49223b5dcc3b5e.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-f4ab5d7b4ef3dd87.rlib --extern proc_macro --cap-lints allow` |
683 | 2024-03-22T17:12:41.419Z | Compiling tokio-util v0.7.7 |
684 | 2024-03-22T17:12:41.426Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=3196b3515a45cdf2 -C extra-filename=-3196b3515a45cdf2 --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-f412e2fce08c74d3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2a2dffc87772b527.rmeta --cap-lints allow` |
685 | 2024-03-22T17:12:42.555Z | Compiling dtrace-parser v0.2.0 |
686 | 2024-03-22T17:12:42.578Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=b2e4628a0fc003ce -C extra-filename=-b2e4628a0fc003ce --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-0b49223b5dcc3b5e.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-976bf61a03f8ab72.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6108c440b601c283.rmeta --cap-lints allow` |
687 | 2024-03-22T17:12:42.614Z | Compiling tokio-rustls v0.25.0 |
688 | 2024-03-22T17:12:42.618Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=e6ab5d12f5de0783 -C extra-filename=-e6ab5d12f5de0783 --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-25a667590a83e39b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
689 | 2024-03-22T17:12:42.803Z | Compiling rustls-native-certs v0.7.0 |
690 | 2024-03-22T17:12:42.807Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=ea5515dec463e6de -C extra-filename=-ea5515dec463e6de --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-3abfb0bd8eba8993.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rmeta --cap-lints allow` |
691 | 2024-03-22T17:12:43.029Z | Compiling waitgroup v0.1.2 |
692 | 2024-03-22T17:12:43.040Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=abfcb10096bfb368 -C extra-filename=-abfcb10096bfb368 --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-8a052fa94438e09f.rmeta --cap-lints allow` |
693 | 2024-03-22T17:12:43.281Z | Compiling console v0.15.7 |
694 | 2024-03-22T17:12:43.286Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=13cfa9d3824a44c8 -C extra-filename=-13cfa9d3824a44c8 --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-8f93af5ac36cac0e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-0afb8f81c2905fbf.rmeta --cap-lints allow` |
695 | 2024-03-22T17:12:43.301Z | Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-e59f12495e4718ae/build-script-build` |
696 | 2024-03-22T17:12:43.357Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /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"' -C metadata=24b6c431d6d306be -C extra-filename=-24b6c431d6d306be --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-2e5e82678a753d95.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-46f0b70c247ae491.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-6801cf54a371cf6b.rmeta --cap-lints allow --cfg integer128` |
697 | 2024-03-22T17:12:43.435Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=1783f4a8a239a30c -C extra-filename=-1783f4a8a239a30c --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-24a21ddbd5c56d45.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-02ff827996c6454c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
698 | 2024-03-22T17:12:44.779Z | Running `/home/build/.rustup/toolchains/1.76.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.114/src/lib.rs --error-format=json --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"' -C metadata=1100463a0357004b -C extra-filename=-1100463a0357004b --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-3fc6dbabcfde74d7.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-30603295ccdc3382.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --cap-lints allow --cfg limb_width_64` |
699 | 2024-03-22T17:12:44.907Z | Compiling indexmap v2.2.5 |
700 | 2024-03-22T17:12:44.911Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=cbd25bbdd3f52319 -C extra-filename=-cbd25bbdd3f52319 --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-a1bc488f9d5eec58.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-000da2c21d6fcbd0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --cap-lints allow` |
701 | 2024-03-22T17:12:44.979Z | Compiling serde_tokenstream v0.2.0 |
702 | 2024-03-22T17:12:45.399Z | Running `/home/build/.rustup/toolchains/1.76.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=5a7f134cc89aef14 -C extra-filename=-5a7f134cc89aef14 --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-78cdba2684f77365.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rmeta --cap-lints allow` |
703 | 2024-03-22T17:12:45.404Z | Compiling serde_spanned v0.6.5 |
704 | 2024-03-22T17:12:45.404Z | Running `/home/build/.rustup/toolchains/1.76.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.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="serde"' -C metadata=7582caf6e89cad8a -C extra-filename=-7582caf6e89cad8a --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-7ea8cfbf6d98aea2.rmeta --cap-lints allow` |
705 | 2024-03-22T17:12:45.421Z | Compiling toml_datetime v0.6.5 |
706 | 2024-03-22T17:12:45.425Z | Running `/home/build/.rustup/toolchains/1.76.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.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="serde"' -C metadata=ca3c67c2c3c97878 -C extra-filename=-ca3c67c2c3c97878 --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-7ea8cfbf6d98aea2.rmeta --cap-lints allow` |
707 | 2024-03-22T17:12:45.468Z | Compiling chrono v0.4.34 |
708 | 2024-03-22T17:12:45.474Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -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"' -C metadata=4ac09a6c25ff8399 -C extra-filename=-4ac09a6c25ff8399 --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-5874d2baa4ab1e82.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-fe0a6bfdbdb04d93.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --cap-lints allow` |
709 | 2024-03-22T17:12:45.652Z | Compiling uuid v1.7.0 |
710 | 2024-03-22T17:12:45.664Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=a535c177315179f4 -C extra-filename=-a535c177315179f4 --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-1a674590e215a33d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --cap-lints allow` |
711 | 2024-03-22T17:12:45.939Z | Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
712 | 2024-03-22T17:12:46.373Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 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 -C metadata=2ebc8776805a2928 -C extra-filename=-2ebc8776805a2928 --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 proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-5a7f134cc89aef14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro` |
713 | 2024-03-22T17:12:46.391Z | Compiling h2 v0.3.24 |
714 | 2024-03-22T17:12:46.391Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.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 -C metadata=78deef183e12ea08 -C extra-filename=-78deef183e12ea08 --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-f412e2fce08c74d3.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-3ed3f6e93d4ac1a4.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-2898d2ffac4c7f4b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-3196b3515a45cdf2.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2a2dffc87772b527.rmeta --cap-lints allow` |
715 | 2024-03-22T17:12:46.491Z | Compiling dof v0.3.0 |
716 | 2024-03-22T17:12:46.495Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=709bc448ee8b482b -C extra-filename=-709bc448ee8b482b --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-e7abc8c54b711ab3.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-e0a15f522d506f9e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6108c440b601c283.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-11674a78945253ea.rmeta --cap-lints allow` |
717 | 2024-03-22T17:12:46.537Z | Compiling toml_edit v0.22.7 |
718 | 2024-03-22T17:12:46.541Z | Running `/home/build/.rustup/toolchains/1.76.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.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=57151834d9301ae3 -C extra-filename=-57151834d9301ae3 --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-cbd25bbdd3f52319.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-7582caf6e89cad8a.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-ca3c67c2c3c97878.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-d48db51ebcc18399.rmeta --cap-lints allow` |
719 | 2024-03-22T17:12:47.869Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=539a4a4b35d2dcfe -C extra-filename=-539a4a4b35d2dcfe --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-f17b88842ab57f42.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-709bc448ee8b482b.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-b2e4628a0fc003ce.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6108c440b601c283.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-60a722314d7a089e.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
720 | 2024-03-22T17:12:49.368Z | Compiling slog-json v2.6.1 |
721 | 2024-03-22T17:12:49.373Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=2ae8e775a9b48ed7 -C extra-filename=-2ae8e775a9b48ed7 --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-7ea8cfbf6d98aea2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-a4cadf0520a03f49.rmeta --cap-lints allow` |
722 | 2024-03-22T17:12:49.724Z | Compiling toml v0.8.11 |
723 | 2024-03-22T17:12:49.729Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=82458f23ce2d514a -C extra-filename=-82458f23ce2d514a --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-7ea8cfbf6d98aea2.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-7582caf6e89cad8a.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-ca3c67c2c3c97878.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-57151834d9301ae3.rmeta --cap-lints allow` |
724 | 2024-03-22T17:12:49.797Z | Compiling slog-bunyan v2.5.0 |
725 | 2024-03-22T17:12:49.800Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=410714d5b75c0864 -C extra-filename=-410714d5b75c0864 --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-194faf19b9951c04.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-a4cadf0520a03f49.rmeta --cap-lints allow` |
726 | 2024-03-22T17:12:49.988Z | Compiling openapiv3 v2.0.0 |
727 | 2024-03-22T17:12:49.993Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=8413f3413c17e0ea -C extra-filename=-8413f3413c17e0ea --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-4ac09a6c25ff8399.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-e1bed00953272d25.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-89a8a1a50b17e049.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
728 | 2024-03-22T17:12:49.993Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=4f342b4719edc70e -C extra-filename=-4f342b4719edc70e --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-cbd25bbdd3f52319.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --cap-lints allow` |
729 | 2024-03-22T17:12:50.016Z | Compiling usdt-macro v0.5.0 |
730 | 2024-03-22T17:12:50.021Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=f481945d0cb15909 -C extra-filename=-f481945d0cb15909 --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-b2e4628a0fc003ce.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-5a7f134cc89aef14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-539a4a4b35d2dcfe.rlib --extern proc_macro --cap-lints allow` |
731 | 2024-03-22T17:12:50.303Z | Compiling usdt-attr-macro v0.5.0 |
732 | 2024-03-22T17:12:50.308Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=c5d499cd157a5e1a -C extra-filename=-c5d499cd157a5e1a --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-b2e4628a0fc003ce.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-5a7f134cc89aef14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-539a4a4b35d2dcfe.rlib --extern proc_macro --cap-lints allow` |
733 | 2024-03-22T17:12:51.243Z | Compiling hyper v0.14.27 |
734 | 2024-03-22T17:12:51.247Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --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="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=0ba719c23b8c1519 -C extra-filename=-0ba719c23b8c1519 --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-f412e2fce08c74d3.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-3ed3f6e93d4ac1a4.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-78deef183e12ea08.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-bd96fc23a91a643d.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-9868a5c927c23d7d.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-d696affb5841bd6b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-46360405330dd5c1.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2a2dffc87772b527.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-2fd77dd94e2e7df5.rmeta --cap-lints allow` |
735 | 2024-03-22T17:12:51.672Z | Compiling serde_urlencoded v0.7.1 |
736 | 2024-03-22T17:12:51.676Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=cd3c1432148ea2bd -C extra-filename=-cd3c1432148ea2bd --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-3f78fc507be1952e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-30603295ccdc3382.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --cap-lints allow` |
737 | 2024-03-22T17:12:52.220Z | Compiling serde_path_to_error v0.1.16 |
738 | 2024-03-22T17:12:52.224Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=00bcf70a8fe0de4e -C extra-filename=-00bcf70a8fe0de4e --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-3fc6dbabcfde74d7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --cap-lints allow` |
739 | 2024-03-22T17:12:52.429Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.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="serde"' --cfg 'feature="serde1"' -C metadata=4963ef7c5a3d2dcd -C extra-filename=-4963ef7c5a3d2dcd --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-7ea8cfbf6d98aea2.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
740 | 2024-03-22T17:12:52.880Z | Compiling usdt v0.5.0 |
741 | 2024-03-22T17:12:53.360Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=57a7bed32ea03d51 -C extra-filename=-57a7bed32ea03d51 --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-709bc448ee8b482b.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-b2e4628a0fc003ce.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-e7abc8c54b711ab3.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-36b3094e14eeeb5f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-c5d499cd157a5e1a.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-539a4a4b35d2dcfe.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-f481945d0cb15909.so --cap-lints allow` |
742 | 2024-03-22T17:12:53.360Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-d93f24e9b999ffc6/build-script-build` |
743 | 2024-03-22T17:12:53.360Z | Compiling slog-term v2.9.1 |
744 | 2024-03-22T17:12:53.360Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=de36b6d0a3c7f624 -C extra-filename=-de36b6d0a3c7f624 --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-18a0713c4f999d77.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-e5d5a36611f6f0b0.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-6801cf54a371cf6b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-a4cadf0520a03f49.rmeta --cap-lints allow` |
745 | 2024-03-22T17:12:53.519Z | Compiling event-listener-strategy v0.5.0 |
746 | 2024-03-22T17:12:53.523Z | Running `/home/build/.rustup/toolchains/1.76.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.0/src/lib.rs --error-format=json --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"' -C metadata=4e1d76ed81b25d24 -C extra-filename=-4e1d76ed81b25d24 --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-80ca992474cd17aa.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow` |
747 | 2024-03-22T17:12:53.719Z | Compiling yasna v0.5.2 |
748 | 2024-03-22T17:12:53.724Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.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="rev-mappings"' -C metadata=7ac3f73d86e6ee9c -C extra-filename=-7ac3f73d86e6ee9c --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-c3f72c57dc02f399.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-fe1444cb7b584442.rmeta --cap-lints allow` |
749 | 2024-03-22T17:12:53.724Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=2c88a307cd8a0873 -C extra-filename=-2c88a307cd8a0873 --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-a4cadf0520a03f49.rmeta --cap-lints allow` |
750 | 2024-03-22T17:12:54.479Z | Compiling pem v3.0.3 |
751 | 2024-03-22T17:12:54.488Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.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"' -C metadata=d59650aef1f7a4d2 -C extra-filename=-d59650aef1f7a4d2 --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-055af5a047a73fc6.rmeta --cap-lints allow` |
752 | 2024-03-22T17:12:54.569Z | Compiling fastrand v2.0.1 |
753 | 2024-03-22T17:12:54.573Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d52cae0eeab46be2 -C extra-filename=-d52cae0eeab46be2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
754 | 2024-03-22T17:12:54.689Z | Compiling similar v2.2.1 |
755 | 2024-03-22T17:12:54.689Z | Compiling termcolor v1.1.2 |
756 | 2024-03-22T17:12:54.694Z | Running `/home/build/.rustup/toolchains/1.76.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"' -C metadata=e02c6327390e67a4 -C extra-filename=-e02c6327390e67a4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
757 | 2024-03-22T17:12:54.694Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=89abf70c405e4bf5 -C extra-filename=-89abf70c405e4bf5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
758 | 2024-03-22T17:12:54.744Z | Compiling debug-ignore v1.0.5 |
759 | 2024-03-22T17:12:54.748Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /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 -C metadata=226b92a384f1f474 -C extra-filename=-226b92a384f1f474 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
760 | 2024-03-22T17:12:54.871Z | Compiling glob v0.3.0 |
761 | 2024-03-22T17:12:54.876Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /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 -C metadata=f02396bd66382b82 -C extra-filename=-f02396bd66382b82 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
762 | 2024-03-22T17:12:55.156Z | Compiling base64 v0.22.0 |
763 | 2024-03-22T17:12:55.167Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.0/src/lib.rs --error-format=json --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"' -C metadata=8bc9344f1961f1ef -C extra-filename=-8bc9344f1961f1ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
764 | 2024-03-22T17:12:55.386Z | Compiling http-range v0.1.4 |
765 | 2024-03-22T17:12:55.390Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=07d40bbd84fb71e2 -C extra-filename=-07d40bbd84fb71e2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
766 | 2024-03-22T17:12:55.603Z | Compiling expectorate v1.1.0 |
767 | 2024-03-22T17:12:55.607Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=a1a550ce275ad20e -C extra-filename=-a1a550ce275ad20e --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-13cfa9d3824a44c8.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-8596ea1294aad68d.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-e02c6327390e67a4.rmeta --cap-lints allow` |
768 | 2024-03-22T17:12:55.654Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.90/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9860e3fc7a9024ee -C extra-filename=-9860e3fc7a9024ee --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-f02396bd66382b82.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-cfae8d0f52fc13fb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-29c120b914d0afa7.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-89abf70c405e4bf5.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rmeta --cap-lints allow` |
769 | 2024-03-22T17:12:55.783Z | Compiling tempfile v3.10.1 |
770 | 2024-03-22T17:12:55.787Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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 -C metadata=f9d7f1fc51a89876 -C extra-filename=-f9d7f1fc51a89876 --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-b3a1e01bc1d1ef78.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-d52cae0eeab46be2.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-1783f4a8a239a30c.rmeta --cap-lints allow` |
771 | 2024-03-22T17:12:55.787Z | Compiling rcgen v0.12.1 |
772 | 2024-03-22T17:12:55.787Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=20f9aea077a3b489 -C extra-filename=-20f9aea077a3b489 --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-d59650aef1f7a4d2.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-003a79daa47166b8.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-a4cadf0520a03f49.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-2c88a307cd8a0873.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
773 | 2024-03-22T17:12:55.980Z | Compiling async-channel v2.2.0 |
774 | 2024-03-22T17:12:55.991Z | Running `/home/build/.rustup/toolchains/1.76.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.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bb8ee6cf41ae0275 -C extra-filename=-bb8ee6cf41ae0275 --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-78845eeaca4f2d51.rmeta --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-80ca992474cd17aa.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-4e1d76ed81b25d24.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow` |
775 | 2024-03-22T17:12:56.029Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=9f604851852bf1ec -C extra-filename=-9f604851852bf1ec --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-f412e2fce08c74d3.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds` |
776 | 2024-03-22T17:12:56.316Z | Compiling hyper-rustls v0.25.0 |
777 | 2024-03-22T17:12:56.323Z | Running `/home/build/.rustup/toolchains/1.76.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.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="acceptor"' --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"' --cfg 'feature="tokio-runtime"' -C metadata=2628c7e1b1cf783c -C extra-filename=-2628c7e1b1cf783c --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-3ed3f6e93d4ac1a4.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e142a6edb7fa28be.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-ea5515dec463e6de.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
778 | 2024-03-22T17:12:56.524Z | Compiling hyper-staticfile v0.9.5 |
779 | 2024-03-22T17:12:56.528Z | Running `/home/build/.rustup/toolchains/1.76.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.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 -C debuginfo=2 -C metadata=1b9f2ac75a246031 -C extra-filename=-1b9f2ac75a246031 --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-3ed3f6e93d4ac1a4.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-07d40bbd84fb71e2.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-9868a5c927c23d7d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-cd806c833e414462.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4dacb58bbbd40f14.rmeta --cap-lints allow` |
780 | 2024-03-22T17:12:56.601Z | Compiling tokio-tungstenite v0.21.0 |
781 | 2024-03-22T17:12:56.605Z | Running `/home/build/.rustup/toolchains/1.76.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.21.0/src/lib.rs --error-format=json --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"' -C metadata=b3dfe2d86eca337f -C extra-filename=-b3dfe2d86eca337f --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-3ed3f6e93d4ac1a4.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e142a6edb7fa28be.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-4464050b066f4bce.rmeta --cap-lints allow` |
782 | 2024-03-22T17:12:56.767Z | Compiling subprocess v0.2.9 |
783 | 2024-03-22T17:12:56.772Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=bf19258cb6e4b23f -C extra-filename=-bf19258cb6e4b23f --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow` |
784 | 2024-03-22T17:12:56.960Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=acbdee84dd7b7998 -C extra-filename=-acbdee84dd7b7998 --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-c0fbdc04f5203cfe.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
785 | 2024-03-22T17:12:57.169Z | Compiling schema-derive v0.1.0 |
786 | 2024-03-22T17:12:57.177Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=f65a2e22b9babcd4 -C extra-filename=-f65a2e22b9babcd4 --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-e51cd6ff8f0a0459.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow` |
787 | 2024-03-22T17:12:59.684Z | Compiling schema v0.1.0 |
788 | 2024-03-22T17:12:59.688Z | Running `/home/build/.rustup/toolchains/1.76.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 -C metadata=8e6cc06f04191155 -C extra-filename=-8e6cc06f04191155 --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-78cdba2684f77365.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-f65a2e22b9babcd4.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rmeta --cap-lints allow` |
789 | 2024-03-22T17:12:59.766Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 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 --test -C metadata=148c295fbe5ef525 -C extra-filename=-148c295fbe5ef525 --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 proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-8e6cc06f04191155.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-5a7f134cc89aef14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro` |
790 | 2024-03-22T17:13:00.819Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 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 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=bc5f72a9f7ef9f7a -C extra-filename=-bc5f72a9f7ef9f7a --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
791 | 2024-03-22T17:13:04.043Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=50f5bfccec591274 -C extra-filename=-50f5bfccec591274 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
792 | 2024-03-22T17:13:04.061Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=050970a3fa60ff45 -C extra-filename=-050970a3fa60ff45 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
793 | 2024-03-22T17:13:04.062Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=5405e2af0dea313b -C extra-filename=-5405e2af0dea313b --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
794 | 2024-03-22T17:13:04.062Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=b880cd3ea709b4f9 -C extra-filename=-b880cd3ea709b4f9 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
795 | 2024-03-22T17:13:04.062Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=65ba836fb092a1cd -C extra-filename=-65ba836fb092a1cd --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
796 | 2024-03-22T17:13:04.062Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_path_names --edition=2018 dropshot/tests/test_path_names.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=62bab6e775a3cdc9 -C extra-filename=-62bab6e775a3cdc9 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
797 | 2024-03-22T17:13:04.062Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination --edition=2018 dropshot/tests/test_pagination.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=acafe8b4b06d3fed -C extra-filename=-acafe8b4b06d3fed --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
798 | 2024-03-22T17:13:14.917Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=9936bd213cf4d523 -C extra-filename=-9936bd213cf4d523 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
799 | 2024-03-22T17:13:27.773Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_demo --edition=2018 dropshot/tests/test_demo.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=eb84b97184e63901 -C extra-filename=-eb84b97184e63901 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
800 | 2024-03-22T17:13:28.212Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination_schema --edition=2018 dropshot/tests/test_pagination_schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=c6e1dd588147592f -C extra-filename=-c6e1dd588147592f --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
801 | 2024-03-22T17:13:28.623Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=1d158cdeb1b3ac5c -C extra-filename=-1d158cdeb1b3ac5c --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
802 | 2024-03-22T17:13:29.807Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_streaming --edition=2018 dropshot/tests/test_streaming.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=d98e9c61752c2aae -C extra-filename=-d98e9c61752c2aae --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
803 | 2024-03-22T17:13:31.494Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=4fd4b6b6fc514228 -C extra-filename=-4fd4b6b6fc514228 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
804 | 2024-03-22T17:13:39.316Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=ad174cee2a0b93b2 -C extra-filename=-ad174cee2a0b93b2 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
805 | 2024-03-22T17:13:44.580Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=9fd59039f4f18fd7 -C extra-filename=-9fd59039f4f18fd7 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
806 | 2024-03-22T17:13:46.094Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_detached_shutdown --edition=2018 dropshot/tests/test_detached_shutdown.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=dcb57ebb779a24d4 -C extra-filename=-dcb57ebb779a24d4 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
807 | 2024-03-22T17:13:54.279Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=52bcb2891a32bbc8 -C extra-filename=-52bcb2891a32bbc8 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
808 | 2024-03-22T17:13:55.240Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=9a47ef2c708283ad -C extra-filename=-9a47ef2c708283ad --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
809 | 2024-03-22T17:14:03.181Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=90a201fe09dc6bbb -C extra-filename=-90a201fe09dc6bbb --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
810 | 2024-03-22T17:14:04.289Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2018 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 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=dd998b60c6ed05b6 -C extra-filename=-dd998b60c6ed05b6 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
811 | 2024-03-22T17:14:06.016Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_tls --edition=2018 dropshot/tests/test_tls.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=2718cf5034ea0157 -C extra-filename=-2718cf5034ea0157 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
812 | 2024-03-22T17:14:08.052Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_openapi --edition=2018 dropshot/tests/test_openapi.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=fa145f19dafa6a2f -C extra-filename=-fa145f19dafa6a2f --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
813 | 2024-03-22T17:14:08.540Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=167fc8b897ce68b6 -C extra-filename=-167fc8b897ce68b6 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
814 | 2024-03-22T17:14:10.788Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=34700ea4adbc17e5 -C extra-filename=-34700ea4adbc17e5 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
815 | 2024-03-22T17:14:13.802Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=09bac458064f6d7e -C extra-filename=-09bac458064f6d7e --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
816 | 2024-03-22T17:14:18.455Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=b5741aa2fbb6ba59 -C extra-filename=-b5741aa2fbb6ba59 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
817 | 2024-03-22T17:14:22.201Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2018 dropshot/tests/test_multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=8e61f2f0477646b0 -C extra-filename=-8e61f2f0477646b0 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
818 | 2024-03-22T17:14:30.426Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_config --edition=2018 dropshot/tests/test_config.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=0f9e39f81517966a -C extra-filename=-0f9e39f81517966a --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
819 | 2024-03-22T17:14:54.470Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 43s |
820 | 2024-03-22T17:14:54.594Z | |
821 | 2024-03-22T17:14:54.600Z | real 2:43.496330529 |
822 | 2024-03-22T17:14:54.600Z | user 16:34.667667657 |
823 | 2024-03-22T17:14:54.600Z | sys 2:41.718472677 |
824 | 2024-03-22T17:14:54.600Z | trap 0.712588626 |
825 | 2024-03-22T17:14:54.600Z | tflt 5.696254610 |
826 | 2024-03-22T17:14:54.600Z | dflt 5.361391242 |
827 | 2024-03-22T17:14:54.600Z | kflt 0.194946328 |
828 | 2024-03-22T17:14:54.600Z | lock 36:10.217305804 |
829 | 2024-03-22T17:14:54.600Z | slp 1:03:35.161337768 |
830 | 2024-03-22T17:14:54.600Z | lat 39.446555235 |
831 | 2024-03-22T17:14:54.600Z | stop 36.250848136 |
832 | 2024-03-22T17:14:54.600Z | + banner test |
833 | 2024-03-22T17:14:54.600Z | |
834 | 2024-03-22T17:14:54.600Z | ##### ###### #### ##### |
835 | 2024-03-22T17:14:54.600Z | # # # # |
836 | 2024-03-22T17:14:54.600Z | # ##### #### # |
837 | 2024-03-22T17:14:54.601Z | # # # # |
838 | 2024-03-22T17:14:54.601Z | # # # # # |
839 | 2024-03-22T17:14:54.601Z | # ###### #### # |
840 | 2024-03-22T17:14:54.601Z | |
841 | 2024-03-22T17:14:54.601Z | + ptime -m cargo test --all-features --locked --verbose |
842 | 2024-03-22T17:14:54.796Z | Fresh unicode-ident v1.0.0 |
843 | 2024-03-22T17:14:54.796Z | Fresh cfg-if v1.0.0 |
844 | 2024-03-22T17:14:54.796Z | Fresh version_check v0.9.4 |
845 | 2024-03-22T17:14:54.796Z | Fresh itoa v1.0.1 |
846 | 2024-03-22T17:14:54.797Z | Fresh once_cell v1.13.1 |
847 | 2024-03-22T17:14:54.808Z | Fresh proc-macro2 v1.0.79 |
848 | 2024-03-22T17:14:54.808Z | Fresh pin-project-lite v0.2.12 |
849 | 2024-03-22T17:14:54.808Z | Fresh memchr v2.6.0 |
850 | 2024-03-22T17:14:54.808Z | Fresh bytes v1.5.0 |
851 | 2024-03-22T17:14:54.808Z | Fresh quote v1.0.35 |
852 | 2024-03-22T17:14:54.808Z | Fresh libc v0.2.153 |
853 | 2024-03-22T17:14:54.809Z | Fresh futures-core v0.3.30 |
854 | 2024-03-22T17:14:54.809Z | Fresh futures-sink v0.3.30 |
855 | 2024-03-22T17:14:54.809Z | Fresh syn v2.0.52 |
856 | 2024-03-22T17:14:54.809Z | Fresh log v0.4.17 |
857 | 2024-03-22T17:14:54.809Z | Fresh getrandom v0.2.11 |
858 | 2024-03-22T17:14:54.809Z | Fresh ryu v1.0.5 |
859 | 2024-03-22T17:14:54.809Z | Fresh fnv v1.0.7 |
860 | 2024-03-22T17:14:54.809Z | Fresh serde_derive v1.0.197 |
861 | 2024-03-22T17:14:54.809Z | Fresh thiserror-impl v1.0.56 |
862 | 2024-03-22T17:14:54.809Z | Fresh scopeguard v1.1.0 |
863 | 2024-03-22T17:14:54.809Z | Fresh smallvec v1.7.0 |
864 | 2024-03-22T17:14:54.809Z | Fresh futures-macro v0.3.30 |
865 | 2024-03-22T17:14:54.809Z | Fresh futures-channel v0.3.30 |
866 | 2024-03-22T17:14:54.809Z | Fresh cc v1.0.83 |
867 | 2024-03-22T17:14:54.809Z | Fresh serde v1.0.197 |
868 | 2024-03-22T17:14:54.809Z | Fresh thiserror v1.0.56 |
869 | 2024-03-22T17:14:54.809Z | Fresh lock_api v0.4.6 |
870 | 2024-03-22T17:14:54.809Z | Fresh parking_lot_core v0.9.4 |
871 | 2024-03-22T17:14:54.809Z | Fresh hashbrown v0.14.1 |
872 | 2024-03-22T17:14:54.809Z | Fresh futures-io v0.3.30 |
873 | 2024-03-22T17:14:54.809Z | Fresh pin-utils v0.1.0 |
874 | 2024-03-22T17:14:54.809Z | Fresh futures-task v0.3.30 |
875 | 2024-03-22T17:14:54.809Z | Fresh serde_json v1.0.114 |
876 | 2024-03-22T17:14:54.810Z | Fresh equivalent v1.0.0 |
877 | 2024-03-22T17:14:54.810Z | Fresh ucd-trie v0.1.6 |
878 | 2024-03-22T17:14:54.810Z | Fresh slab v0.4.5 |
879 | 2024-03-22T17:14:54.810Z | Fresh parking_lot v0.12.1 |
880 | 2024-03-22T17:14:54.810Z | Fresh tokio-macros v2.2.0 |
881 | 2024-03-22T17:14:54.810Z | Fresh futures-util v0.3.30 |
882 | 2024-03-22T17:14:54.810Z | Fresh pest v2.7.6 |
883 | 2024-03-22T17:14:54.810Z | Fresh indexmap v2.2.5 |
884 | 2024-03-22T17:14:54.810Z | Fresh num_cpus v1.13.0 |
885 | 2024-03-22T17:14:54.810Z | Fresh signal-hook-registry v1.4.0 |
886 | 2024-03-22T17:14:54.810Z | Fresh mio v0.8.11 |
887 | 2024-03-22T17:14:54.810Z | Fresh socket2 v0.5.5 |
888 | 2024-03-22T17:14:54.810Z | Fresh byteorder v1.4.3 |
889 | 2024-03-22T17:14:54.810Z | Fresh typenum v1.14.0 |
890 | 2024-03-22T17:14:54.810Z | Fresh tokio v1.36.0 |
891 | 2024-03-22T17:14:54.810Z | Fresh pest_meta v2.7.6 |
892 | 2024-03-22T17:14:54.810Z | Fresh scroll_derive v0.12.0 |
893 | 2024-03-22T17:14:54.810Z | Fresh powerfmt v0.2.0 |
894 | 2024-03-22T17:14:54.810Z | Fresh spin v0.9.8 |
895 | 2024-03-22T17:14:54.810Z | Fresh time-core v0.1.2 |
896 | 2024-03-22T17:14:54.810Z | Fresh pest_generator v2.7.6 |
897 | 2024-03-22T17:14:54.810Z | Fresh generic-array v0.14.5 |
898 | 2024-03-22T17:14:54.810Z | Fresh crossbeam-utils v0.8.15 |
899 | 2024-03-22T17:14:54.810Z | Fresh time-macros v0.2.16 |
900 | 2024-03-22T17:14:54.810Z | Fresh deranged v0.3.11 |
901 | 2024-03-22T17:14:54.811Z | Fresh scroll v0.12.0 |
902 | 2024-03-22T17:14:54.811Z | Fresh httparse v1.8.0 |
903 | 2024-03-22T17:14:54.811Z | Fresh serde_tokenstream v0.2.0 |
904 | 2024-03-22T17:14:54.811Z | Fresh zerocopy-derive v0.7.32 |
905 | 2024-03-22T17:14:54.811Z | Fresh tracing-core v0.1.32 |
906 | 2024-03-22T17:14:54.811Z | Fresh untrusted v0.9.0 |
907 | 2024-03-22T17:14:54.811Z | Fresh percent-encoding v2.3.1 |
908 | 2024-03-22T17:14:54.811Z | Fresh plain v0.2.3 |
909 | 2024-03-22T17:14:54.811Z | Fresh tinyvec_macros v0.1.0 |
910 | 2024-03-22T17:14:54.811Z | Fresh rustls-pki-types v1.3.1 |
911 | 2024-03-22T17:14:54.811Z | Fresh num_threads v0.1.3 |
912 | 2024-03-22T17:14:54.811Z | Fresh form_urlencoded v1.2.1 |
913 | 2024-03-22T17:14:54.811Z | Fresh ring v0.17.7 |
914 | 2024-03-22T17:14:54.811Z | Fresh tinyvec v1.5.1 |
915 | 2024-03-22T17:14:54.811Z | Fresh goblin v0.8.0 |
916 | 2024-03-22T17:14:54.811Z | Fresh tracing v0.1.40 |
917 | 2024-03-22T17:14:54.811Z | Fresh time v0.3.31 |
918 | 2024-03-22T17:14:54.811Z | Fresh zerocopy v0.7.32 |
919 | 2024-03-22T17:14:54.811Z | Fresh pest_derive v2.7.6 |
920 | 2024-03-22T17:14:54.811Z | Fresh http v0.2.9 |
921 | 2024-03-22T17:14:54.811Z | Fresh autocfg v1.1.0 |
922 | 2024-03-22T17:14:54.811Z | Fresh pretty-hex v0.4.1 |
923 | 2024-03-22T17:14:54.811Z | Fresh base64 v0.21.7 |
924 | 2024-03-22T17:14:54.812Z | Fresh dtrace-parser v0.2.0 |
925 | 2024-03-22T17:14:54.812Z | Fresh dof v0.3.0 |
926 | 2024-03-22T17:14:54.812Z | Fresh unicode-normalization v0.1.19 |
927 | 2024-03-22T17:14:54.812Z | Fresh paste v1.0.14 |
928 | 2024-03-22T17:14:54.812Z | Fresh tokio-util v0.7.7 |
929 | 2024-03-22T17:14:54.812Z | Fresh slog v2.7.0 |
930 | 2024-03-22T17:14:54.812Z | Fresh block-buffer v0.10.2 |
931 | 2024-03-22T17:14:54.812Z | Fresh crypto-common v0.1.6 |
932 | 2024-03-22T17:14:54.812Z | Fresh rand_core v0.6.3 |
933 | 2024-03-22T17:14:54.812Z | Fresh thread-id v4.0.0 |
934 | 2024-03-22T17:14:54.812Z | Fresh try-lock v0.2.3 |
935 | 2024-03-22T17:14:54.812Z | Fresh unicode-bidi v0.3.7 |
936 | 2024-03-22T17:14:54.812Z | Fresh ppv-lite86 v0.2.15 |
937 | 2024-03-22T17:14:54.812Z | Fresh matches v0.1.9 |
938 | 2024-03-22T17:14:54.812Z | Fresh h2 v0.3.24 |
939 | 2024-03-22T17:14:54.812Z | Fresh syn v1.0.109 |
940 | 2024-03-22T17:14:54.812Z | Fresh digest v0.10.7 |
941 | 2024-03-22T17:14:54.812Z | Fresh idna v0.2.3 |
942 | 2024-03-22T17:14:54.812Z | Fresh rand_chacha v0.3.1 |
943 | 2024-03-22T17:14:54.812Z | Fresh want v0.3.0 |
944 | 2024-03-22T17:14:54.812Z | Fresh usdt-impl v0.5.0 |
945 | 2024-03-22T17:14:54.812Z | Fresh unicase v2.6.0 |
946 | 2024-03-22T17:14:54.812Z | Fresh http-body v0.4.3 |
947 | 2024-03-22T17:14:54.817Z | Fresh rustls-webpki v0.102.1 |
948 | 2024-03-22T17:14:54.818Z | Fresh serde_spanned v0.6.5 |
949 | 2024-03-22T17:14:54.818Z | Fresh toml_datetime v0.6.5 |
950 | 2024-03-22T17:14:54.818Z | Fresh http v1.0.0 |
951 | 2024-03-22T17:14:54.818Z | Fresh dirs-sys-next v0.1.2 |
952 | 2024-03-22T17:14:54.818Z | Fresh socket2 v0.4.9 |
953 | 2024-03-22T17:14:54.818Z | Fresh mime v0.3.16 |
954 | 2024-03-22T17:14:54.818Z | Fresh tower-service v0.3.1 |
955 | 2024-03-22T17:14:54.818Z | Fresh winnow v0.6.5 |
956 | 2024-03-22T17:14:54.818Z | Fresh subtle v2.5.0 |
957 | 2024-03-22T17:14:54.818Z | Fresh zeroize v1.7.0 |
958 | 2024-03-22T17:14:54.818Z | Fresh httpdate v1.0.1 |
959 | 2024-03-22T17:14:54.818Z | Fresh cpufeatures v0.2.2 |
960 | 2024-03-22T17:14:54.818Z | Fresh dirs-next v2.0.0 |
961 | 2024-03-22T17:14:54.818Z | Fresh rand v0.8.4 |
962 | 2024-03-22T17:14:54.818Z | Fresh hyper v0.14.27 |
963 | 2024-03-22T17:14:54.818Z | Fresh sha1 v0.10.6 |
964 | 2024-03-22T17:14:54.818Z | Fresh toml_edit v0.22.7 |
965 | 2024-03-22T17:14:54.818Z | Fresh rustls v0.22.2 |
966 | 2024-03-22T17:14:54.818Z | Fresh num-traits v0.2.14 |
967 | 2024-03-22T17:14:54.818Z | Fresh url v2.2.2 |
968 | 2024-03-22T17:14:54.818Z | Fresh serde_derive_internals v0.26.0 |
969 | 2024-03-22T17:14:54.818Z | Fresh rustls-pemfile v2.1.1 |
970 | 2024-03-22T17:14:54.819Z | Fresh concurrent-queue v2.2.0 |
971 | 2024-03-22T17:14:54.819Z | Fresh thread_local v1.1.4 |
972 | 2024-03-22T17:14:54.819Z | Fresh iana-time-zone v0.1.47 |
973 | 2024-03-22T17:14:54.819Z | Fresh parking v2.2.0 |
974 | 2024-03-22T17:14:54.819Z | Fresh match_cfg v0.1.0 |
975 | 2024-03-22T17:14:54.819Z | Fresh event-listener v5.0.0 |
976 | 2024-03-22T17:14:54.819Z | Fresh chrono v0.4.34 |
977 | 2024-03-22T17:14:54.819Z | Fresh hostname v0.3.1 |
978 | 2024-03-22T17:14:54.819Z | Fresh schemars_derive v0.8.16 |
979 | 2024-03-22T17:14:54.819Z | Fresh tokio-rustls v0.25.0 |
980 | 2024-03-22T17:14:54.819Z | Fresh toml v0.8.11 |
981 | 2024-03-22T17:14:54.819Z | Fresh term v0.7.0 |
982 | 2024-03-22T17:14:54.819Z | Fresh usdt-macro v0.5.0 |
983 | 2024-03-22T17:14:54.819Z | Fresh usdt-attr-macro v0.5.0 |
984 | 2024-03-22T17:14:54.819Z | Fresh slog-json v2.6.1 |
985 | 2024-03-22T17:14:54.819Z | Fresh crossbeam-channel v0.5.1 |
986 | 2024-03-22T17:14:54.819Z | Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
987 | 2024-03-22T17:14:54.819Z | Fresh futures-executor v0.3.30 |
988 | 2024-03-22T17:14:54.819Z | Fresh uuid v1.7.0 |
989 | 2024-03-22T17:14:54.819Z | Fresh async-stream-impl v0.3.5 |
990 | 2024-03-22T17:14:54.819Z | Fresh errno v0.3.8 |
991 | 2024-03-22T17:14:54.819Z | Fresh is-terminal v0.4.12 |
992 | 2024-03-22T17:14:54.819Z | Fresh memmap v0.7.0 |
993 | 2024-03-22T17:14:54.820Z | Fresh encoding_rs v0.8.32 |
994 | 2024-03-22T17:14:54.820Z | Fresh bitflags v2.4.0 |
995 | 2024-03-22T17:14:54.820Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 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 metadata=427d03fae70f14bc -C extra-filename=-427d03fae70f14bc --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 proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-5a7f134cc89aef14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro` |
996 | 2024-03-22T17:14:54.820Z | Fresh unicode-segmentation v1.10.0 |
997 | 2024-03-22T17:14:54.820Z | Fresh data-encoding v2.4.0 |
998 | 2024-03-22T17:14:54.820Z | Fresh utf-8 v0.7.6 |
999 | 2024-03-22T17:14:54.820Z | Fresh take_mut v0.2.2 |
1000 | 2024-03-22T17:14:54.820Z | Fresh atomic-waker v1.1.1 |
1001 | 2024-03-22T17:14:54.820Z | Fresh unicode-width v0.1.9 |
1002 | 2024-03-22T17:14:54.820Z | Fresh openssl-probe v0.1.4 |
1003 | 2024-03-22T17:14:54.820Z | Fresh dyn-clone v1.0.4 |
1004 | 2024-03-22T17:14:54.830Z | Fresh lazy_static v1.4.0 |
1005 | 2024-03-22T17:14:54.830Z | Fresh waitgroup v0.1.2 |
1006 | 2024-03-22T17:14:54.830Z | Fresh newline-converter v0.3.0 |
1007 | 2024-03-22T17:14:54.830Z | Fresh console v0.15.7 |
1008 | 2024-03-22T17:14:54.830Z | Fresh rustls-native-certs v0.7.0 |
1009 | 2024-03-22T17:14:54.830Z | Fresh schemars v0.8.16 |
1010 | 2024-03-22T17:14:54.830Z | Fresh slog-async v2.8.0 |
1011 | 2024-03-22T17:14:54.830Z | Fresh tungstenite v0.21.0 |
1012 | 2024-03-22T17:14:54.830Z | Fresh async-stream v0.3.5 |
1013 | 2024-03-22T17:14:54.830Z | Fresh multer v3.0.0 |
1014 | 2024-03-22T17:14:54.830Z | Fresh rustix v0.38.31 |
1015 | 2024-03-22T17:14:54.830Z | Fresh slog-term v2.9.1 |
1016 | 2024-03-22T17:14:54.830Z | Fresh usdt v0.5.0 |
1017 | 2024-03-22T17:14:54.830Z | Fresh futures v0.3.30 |
1018 | 2024-03-22T17:14:54.830Z | Fresh slog-bunyan v2.5.0 |
1019 | 2024-03-22T17:14:54.830Z | Fresh mime_guess v2.0.4 |
1020 | 2024-03-22T17:14:54.830Z | Fresh camino v1.1.6 |
1021 | 2024-03-22T17:14:54.830Z | Fresh async-trait v0.1.78 |
1022 | 2024-03-22T17:14:54.831Z | Fresh event-listener-strategy v0.5.0 |
1023 | 2024-03-22T17:14:54.831Z | Fresh pem v3.0.3 |
1024 | 2024-03-22T17:14:54.831Z | Fresh yasna v0.5.2 |
1025 | 2024-03-22T17:14:54.831Z | Fresh serde_urlencoded v0.7.1 |
1026 | 2024-03-22T17:14:54.831Z | Fresh openapiv3 v2.0.0 |
1027 | 2024-03-22T17:14:54.831Z | Fresh serde_path_to_error v0.1.16 |
1028 | 2024-03-22T17:14:54.831Z | Fresh similar v2.2.1 |
1029 | 2024-03-22T17:14:54.831Z | Fresh base64 v0.22.0 |
1030 | 2024-03-22T17:14:54.831Z | Fresh glob v0.3.0 |
1031 | 2024-03-22T17:14:54.831Z | Fresh http-range v0.1.4 |
1032 | 2024-03-22T17:14:54.831Z | Fresh fastrand v2.0.1 |
1033 | 2024-03-22T17:14:54.831Z | Fresh termcolor v1.1.2 |
1034 | 2024-03-22T17:14:54.831Z | Fresh debug-ignore v1.0.5 |
1035 | 2024-03-22T17:14:54.831Z | Fresh hyper-staticfile v0.9.5 |
1036 | 2024-03-22T17:14:54.831Z | Fresh tempfile v3.10.1 |
1037 | 2024-03-22T17:14:54.831Z | Fresh expectorate v1.1.0 |
1038 | 2024-03-22T17:14:54.831Z | Fresh rcgen v0.12.1 |
1039 | 2024-03-22T17:14:54.831Z | Fresh async-channel v2.2.0 |
1040 | 2024-03-22T17:14:54.831Z | Fresh trybuild v1.0.90 |
1041 | 2024-03-22T17:14:54.831Z | Fresh tokio-tungstenite v0.21.0 |
1042 | 2024-03-22T17:14:54.831Z | Fresh hyper-rustls v0.25.0 |
1043 | 2024-03-22T17:14:54.831Z | Fresh buf-list v1.0.3 |
1044 | 2024-03-22T17:14:54.831Z | Fresh subprocess v0.2.9 |
1045 | 2024-03-22T17:14:54.831Z | Fresh schema-derive v0.1.0 |
1046 | 2024-03-22T17:14:54.832Z | Fresh schema v0.1.0 |
1047 | 2024-03-22T17:14:56.188Z | Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot) |
1048 | 2024-03-22T17:14:56.196Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=b55e6407d08feb13 -C extra-filename=-b55e6407d08feb13 --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-c0fbdc04f5203cfe.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1049 | 2024-03-22T17:14:56.196Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 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 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=4b4d1b480e2e16bf -C extra-filename=-4b4d1b480e2e16bf --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1050 | 2024-03-22T17:15:01.871Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=bd6cc1a889cd5f60 -C extra-filename=-bd6cc1a889cd5f60 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1051 | 2024-03-22T17:15:01.871Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination_schema --edition=2018 dropshot/tests/test_pagination_schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=a91b363a949b6a48 -C extra-filename=-a91b363a949b6a48 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1052 | 2024-03-22T17:15:01.880Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_config --edition=2018 dropshot/tests/test_config.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=dc09166893b82223 -C extra-filename=-dc09166893b82223 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1053 | 2024-03-22T17:15:01.880Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=71e815ed02ef4934 -C extra-filename=-71e815ed02ef4934 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1054 | 2024-03-22T17:15:01.880Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=4d764c5913db5fa2 -C extra-filename=-4d764c5913db5fa2 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1055 | 2024-03-22T17:15:01.880Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=767f9c5f7d3576b7 -C extra-filename=-767f9c5f7d3576b7 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1056 | 2024-03-22T17:15:01.880Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination --edition=2018 dropshot/tests/test_pagination.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=973172224021d6cc -C extra-filename=-973172224021d6cc --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1057 | 2024-03-22T17:15:19.826Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=eca030c165668ead -C extra-filename=-eca030c165668ead --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1058 | 2024-03-22T17:15:25.418Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=c8e7f1e1014bfd31 -C extra-filename=-c8e7f1e1014bfd31 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1059 | 2024-03-22T17:15:25.528Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_demo --edition=2018 dropshot/tests/test_demo.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=04e1f6c1da472a5c -C extra-filename=-04e1f6c1da472a5c --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1060 | 2024-03-22T17:15:25.623Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_streaming --edition=2018 dropshot/tests/test_streaming.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=52bb4b9753026ce6 -C extra-filename=-52bb4b9753026ce6 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1061 | 2024-03-22T17:15:25.948Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=fc8415da7d9664c6 -C extra-filename=-fc8415da7d9664c6 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1062 | 2024-03-22T17:15:43.455Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=a20327d00ccdfeda -C extra-filename=-a20327d00ccdfeda --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1063 | 2024-03-22T17:15:45.142Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=8c972e88ec36ed5a -C extra-filename=-8c972e88ec36ed5a --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1064 | 2024-03-22T17:15:48.889Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=ace88ac36e5f9a7c -C extra-filename=-ace88ac36e5f9a7c --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1065 | 2024-03-22T17:15:49.730Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=fb107b98f8ed9da2 -C extra-filename=-fb107b98f8ed9da2 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1066 | 2024-03-22T17:15:51.855Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_openapi --edition=2018 dropshot/tests/test_openapi.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=2b9f9529c6122135 -C extra-filename=-2b9f9529c6122135 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1067 | 2024-03-22T17:16:00.460Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_path_names --edition=2018 dropshot/tests/test_path_names.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=fbd9e41a84f10e10 -C extra-filename=-fbd9e41a84f10e10 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1068 | 2024-03-22T17:16:02.815Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=65d14e852b195fa1 -C extra-filename=-65d14e852b195fa1 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1069 | 2024-03-22T17:16:08.144Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_tls --edition=2018 dropshot/tests/test_tls.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=8384bce82dc55d80 -C extra-filename=-8384bce82dc55d80 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1070 | 2024-03-22T17:16:09.078Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2018 dropshot/tests/test_multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=e6bdd5c6fef35770 -C extra-filename=-e6bdd5c6fef35770 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1071 | 2024-03-22T17:16:11.524Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2018 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 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=20f435de45591652 -C extra-filename=-20f435de45591652 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1072 | 2024-03-22T17:16:11.766Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=46230bd13925c918 -C extra-filename=-46230bd13925c918 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1073 | 2024-03-22T17:16:13.289Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=dc9936cec982237a -C extra-filename=-dc9936cec982237a --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1074 | 2024-03-22T17:16:15.389Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=4a95870b91d1bf3d -C extra-filename=-4a95870b91d1bf3d --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1075 | 2024-03-22T17:16:16.385Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_detached_shutdown --edition=2018 dropshot/tests/test_detached_shutdown.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=31e61799fbb5cc7f -C extra-filename=-31e61799fbb5cc7f --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1076 | 2024-03-22T17:16:17.566Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=82206a6dd9530835 -C extra-filename=-82206a6dd9530835 --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1077 | 2024-03-22T17:16:18.347Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2018 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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=669085e985ce65eb -C extra-filename=-669085e985ce65eb --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 async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out` |
1078 | 2024-03-22T17:16:48.725Z | Finished test [unoptimized + debuginfo] target(s) in 1m 54s |
1079 | 2024-03-22T17:16:48.746Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-4b4d1b480e2e16bf` |
1080 | 2024-03-22T17:16:48.759Z | |
1081 | 2024-03-22T17:16:48.760Z | running 95 tests |
1082 | 2024-03-22T17:16:48.764Z | test api_description::test::test_badpath4 - should panic ... ok |
1083 | 2024-03-22T17:16:48.764Z | test api_description::test::test_tags_need_one ... ok |
1084 | 2024-03-22T17:16:48.764Z | test api_description::test::test_badpath2 ... ok |
1085 | 2024-03-22T17:16:48.764Z | test api_description::test::test_badpath1 ... ok |
1086 | 2024-03-22T17:16:48.764Z | test api_description::test::test_badpath3 ... ok |
1087 | 2024-03-22T17:16:48.764Z | test api_description::test::test_dup_names ... ok |
1088 | 2024-03-22T17:16:48.764Z | test api_description::test::test_tags_just_right ... ok |
1089 | 2024-03-22T17:16:48.764Z | test api_description::test::test_tags_too_many ... ok |
1090 | 2024-03-22T17:16:48.764Z | test error::test::test_serialize_error_response_body ... ok |
1091 | 2024-03-22T17:16:48.764Z | test extractor::metadata::test::test_metadata_simple ... ok |
1092 | 2024-03-22T17:16:48.764Z | test extractor::metadata::test::test_metadata_flattened ... ok |
1093 | 2024-03-22T17:16:48.764Z | test from_map::test::test_lone_literal ... ok |
1094 | 2024-03-22T17:16:48.764Z | test from_map::test::test_deep ... ok |
1095 | 2024-03-22T17:16:48.764Z | test from_map::test::test_missing_data1 ... ok |
1096 | 2024-03-22T17:16:48.764Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
1097 | 2024-03-22T17:16:48.764Z | test from_map::test::test_missing_data2 ... ok |
1098 | 2024-03-22T17:16:48.764Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
1099 | 2024-03-22T17:16:48.764Z | test from_map::test::test_types ... ok |
1100 | 2024-03-22T17:16:48.769Z | test extractor::metadata::test::test_metadata_pagination ... ok |
1101 | 2024-03-22T17:16:48.769Z | test logging::test::test_config_bad_terminal_no_level ... ok |
1102 | 2024-03-22T17:16:48.769Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
1103 | 2024-03-22T17:16:48.769Z | test logging::test::test_config_bad_file_no_file ... ok |
1104 | 2024-03-22T17:16:48.769Z | test logging::test::test_config_bad_file_no_level ... ok |
1105 | 2024-03-22T17:16:48.769Z | test logging::test::test_config_bad_log_mode ... ok |
1106 | 2024-03-22T17:16:48.769Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
1107 | 2024-03-22T17:16:48.770Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
1108 | 2024-03-22T17:16:48.770Z | test pagination::test::test_pagination_schema ... ok |
1109 | 2024-03-22T17:16:48.770Z | test pagination::test::test_results_page ... ok |
1110 | 2024-03-22T17:16:48.770Z | test router::test::test_bad_path_segment1 - should panic ... ok |
1111 | 2024-03-22T17:16:48.770Z | test router::test::test_bad_path_segment2 - should panic ... ok |
1112 | 2024-03-22T17:16:48.770Z | test router::test::test_bad_path_segment4 - should panic ... ok |
1113 | 2024-03-22T17:16:48.770Z | test pagination::test::test_page_token_serialization ... ok |
1114 | 2024-03-22T17:16:48.770Z | test pagination::test::test_pagparams_parsing ... ok |
1115 | 2024-03-22T17:16:48.770Z | test router::test::test_bogus_regex - should panic ... ok |
1116 | 2024-03-22T17:16:48.770Z | test router::test::test_bad_path_segment3 - should panic ... ok |
1117 | 2024-03-22T17:16:48.770Z | note: configured to log to "/tmp/dropshot-4b4d1b480e2e16bf.1969.file_dir/log.out" |
1118 | 2024-03-22T17:16:48.770Z | test router::test::test_duplicate_route1 - should panic ... ok |
1119 | 2024-03-22T17:16:48.770Z | test router::test::test_duplicate_route2 - should panic ... ok |
1120 | 2024-03-22T17:16:48.770Z | test router::test::test_duplicate_route3 - should panic ... ok |
1121 | 2024-03-22T17:16:48.770Z | test router::test::test_duplicate_varname - should panic ... ok |
1122 | 2024-03-22T17:16:48.770Z | test logging::test::test_config_stderr_terminal ... ok |
1123 | 2024-03-22T17:16:48.770Z | test router::test::test_embedded_non_variable ... ok |
1124 | 2024-03-22T17:16:48.770Z | test router::test::test_empty_variable ... ok |
1125 | 2024-03-22T17:16:48.770Z | test router::test::test_error_cases ... ok |
1126 | 2024-03-22T17:16:48.770Z | test router::test::test_inconsistent_varname - should panic ... ok |
1127 | 2024-03-22T17:16:48.770Z | test router::test::test_iter ... ok |
1128 | 2024-03-22T17:16:48.770Z | test router::test::test_iter2 ... ok |
1129 | 2024-03-22T17:16:48.770Z | test router::test::test_iter_null ... ok |
1130 | 2024-03-22T17:16:48.771Z | test router::test::test_literal_after_regex - should panic ... ok |
1131 | 2024-03-22T17:16:48.771Z | test router::test::test_literal_after_variable - should panic ... ok |
1132 | 2024-03-22T17:16:48.771Z | test router::test::test_path_segment ... ok |
1133 | 2024-03-22T17:16:48.771Z | test router::test::test_map_bad_value ... ok |
1134 | 2024-03-22T17:16:48.771Z | test router::test::test_router_basic ... ok |
1135 | 2024-03-22T17:16:48.771Z | test router::test::test_more_after_regex - should panic ... ok |
1136 | 2024-03-22T17:16:48.771Z | test router::test::test_map ... ok |
1137 | 2024-03-22T17:16:48.771Z | test router::test::test_segments ... ok |
1138 | 2024-03-22T17:16:48.771Z | test router::test::test_map_bad_seq ... ok |
1139 | 2024-03-22T17:16:48.771Z | note: configured to log to "/tmp/dropshot-4b4d1b480e2e16bf.1969.file_dir/log.out" |
1140 | 2024-03-22T17:16:48.771Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
1141 | 2024-03-22T17:16:48.771Z | test router::test::test_variable_after_literal - should panic ... ok |
1142 | 2024-03-22T17:16:48.771Z | test router::test::test_variable_name_bad_end - should panic ... ok |
1143 | 2024-03-22T17:16:48.771Z | test router::test::test_variable_rename ... ok |
1144 | 2024-03-22T17:16:48.771Z | test router::test::test_variable_name_bad_start - should panic ... ok |
1145 | 2024-03-22T17:16:48.784Z | test router::test::test_variable_name_empty - should panic ... ok |
1146 | 2024-03-22T17:16:48.784Z | test router::test::test_variables_glob ... ok |
1147 | 2024-03-22T17:16:48.784Z | test router::test::test_variables_basic ... ok |
1148 | 2024-03-22T17:16:48.784Z | test router::test::test_variables_multi ... ok |
1149 | 2024-03-22T17:16:48.784Z | test schema_util::test::test_empty_struct ... ok |
1150 | 2024-03-22T17:16:48.784Z | test schema_util::test::test_additional_properties ... ok |
1151 | 2024-03-22T17:16:48.784Z | note: configured to log to "/tmp/dropshot-4b4d1b480e2e16bf.1969.file_dir/log.out" |
1152 | 2024-03-22T17:16:48.784Z | test schema_util::test::test_bad_schema - should panic ... ok |
1153 | 2024-03-22T17:16:48.784Z | test schema_util::test::test_nullable ... ok |
1154 | 2024-03-22T17:16:48.784Z | test schema_util::test::test_two_types - should panic ... ok |
1155 | 2024-03-22T17:16:48.784Z | test api_description::test::test_tags_set ... ok |
1156 | 2024-03-22T17:16:48.784Z | test logging::test::test_config_file ... ok |
1157 | 2024-03-22T17:16:48.784Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
1158 | 2024-03-22T17:16:48.784Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
1159 | 2024-03-22T17:16:48.785Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
1160 | 2024-03-22T17:16:48.785Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
1161 | 2024-03-22T17:16:48.785Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
1162 | 2024-03-22T17:16:48.785Z | test test_util::test::test_bunyan_easy_cases ... ok |
1163 | 2024-03-22T17:16:48.785Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
1164 | 2024-03-22T17:16:48.785Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
1165 | 2024-03-22T17:16:48.785Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
1166 | 2024-03-22T17:16:48.785Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
1167 | 2024-03-22T17:16:48.785Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
1168 | 2024-03-22T17:16:48.785Z | test schema_util::test::test_schema2struct_with_enum_variants ... ok |
1169 | 2024-03-22T17:16:48.785Z | test to_map::test::test_to_map_num ... ok |
1170 | 2024-03-22T17:16:48.785Z | test to_map::test::test_to_map_enum ... ok |
1171 | 2024-03-22T17:16:48.785Z | test to_map::test::test_to_map_valid ... ok |
1172 | 2024-03-22T17:16:48.785Z | test type_util::tests::test_commented_ref ... ok |
1173 | 2024-03-22T17:16:48.785Z | test to_map::test::test_to_map_vec ... ok |
1174 | 2024-03-22T17:16:48.785Z | test to_map::test::test_to_map_seq ... ok |
1175 | 2024-03-22T17:16:48.785Z | test type_util::tests::test_reflexive_type - should panic ... ok |
1176 | 2024-03-22T17:16:48.785Z | test type_util::tests::test_recursive_type - should panic ... ok |
1177 | 2024-03-22T17:16:48.785Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
1178 | 2024-03-22T17:16:48.785Z | test server::test::test_drop_server_without_close_okay ... ok |
1179 | 2024-03-22T17:16:48.785Z | test server::test::test_server_run_then_close ... ok |
1180 | 2024-03-22T17:16:48.785Z | |
1181 | 2024-03-22T17:16:48.785Z | test result: ok. 95 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1182 | 2024-03-22T17:16:48.785Z | |
1183 | 2024-03-22T17:16:48.786Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-20f435de45591652` |
1184 | 2024-03-22T17:16:48.786Z | |
1185 | 2024-03-22T17:16:48.786Z | running 1 test |
1186 | 2024-03-22T17:16:49.113Z | Compiling proc-macro2 v1.0.79 |
1187 | 2024-03-22T17:16:49.113Z | Compiling unicode-ident v1.0.0 |
1188 | 2024-03-22T17:16:49.117Z | Compiling libc v0.2.153 |
1189 | 2024-03-22T17:16:49.117Z | Checking cfg-if v1.0.0 |
1190 | 2024-03-22T17:16:49.117Z | Compiling serde v1.0.197 |
1191 | 2024-03-22T17:16:49.117Z | Compiling version_check v0.9.4 |
1192 | 2024-03-22T17:16:49.117Z | Checking itoa v1.0.1 |
1193 | 2024-03-22T17:16:49.124Z | Compiling log v0.4.17 |
1194 | 2024-03-22T17:16:49.180Z | Compiling thiserror v1.0.56 |
1195 | 2024-03-22T17:16:49.287Z | Checking pin-project-lite v0.2.12 |
1196 | 2024-03-22T17:16:49.314Z | Compiling ryu v1.0.5 |
1197 | 2024-03-22T17:16:49.394Z | Compiling serde_json v1.0.114 |
1198 | 2024-03-22T17:16:49.528Z | Checking bytes v1.5.0 |
1199 | 2024-03-22T17:16:49.779Z | Checking futures-core v0.3.30 |
1200 | 2024-03-22T17:16:49.922Z | Checking memchr v2.6.0 |
1201 | 2024-03-22T17:16:49.932Z | Checking futures-sink v0.3.30 |
1202 | 2024-03-22T17:16:49.982Z | Compiling parking_lot_core v0.9.4 |
1203 | 2024-03-22T17:16:50.015Z | Compiling ucd-trie v0.1.6 |
1204 | 2024-03-22T17:16:50.311Z | Checking once_cell v1.13.1 |
1205 | 2024-03-22T17:16:50.581Z | Checking fnv v1.0.7 |
1206 | 2024-03-22T17:16:50.689Z | Compiling quote v1.0.35 |
1207 | 2024-03-22T17:16:50.776Z | Checking scopeguard v1.1.0 |
1208 | 2024-03-22T17:16:50.784Z | Checking smallvec v1.7.0 |
1209 | 2024-03-22T17:16:50.887Z | Checking lock_api v0.4.6 |
1210 | 2024-03-22T17:16:51.122Z | Compiling syn v2.0.52 |
1211 | 2024-03-22T17:16:51.165Z | Checking futures-channel v0.3.30 |
1212 | 2024-03-22T17:16:51.243Z | Checking getrandom v0.2.11 |
1213 | 2024-03-22T17:16:51.453Z | Compiling cc v1.0.83 |
1214 | 2024-03-22T17:16:51.505Z | Checking pin-utils v0.1.0 |
1215 | 2024-03-22T17:16:51.521Z | Checking slab v0.4.5 |
1216 | 2024-03-22T17:16:51.562Z | Checking futures-io v0.3.30 |
1217 | 2024-03-22T17:16:51.580Z | Compiling typenum v1.14.0 |
1218 | 2024-03-22T17:16:51.676Z | Checking futures-task v0.3.30 |
1219 | 2024-03-22T17:16:51.714Z | Checking parking_lot v0.12.1 |
1220 | 2024-03-22T17:16:51.748Z | Checking num_cpus v1.13.0 |
1221 | 2024-03-22T17:16:51.789Z | Checking mio v0.8.11 |
1222 | 2024-03-22T17:16:51.844Z | Checking socket2 v0.5.5 |
1223 | 2024-03-22T17:16:51.868Z | Checking signal-hook-registry v1.4.0 |
1224 | 2024-03-22T17:16:51.883Z | Compiling generic-array v0.14.5 |
1225 | 2024-03-22T17:16:52.110Z | Checking equivalent v1.0.0 |
1226 | 2024-03-22T17:16:52.152Z | Compiling httparse v1.8.0 |
1227 | 2024-03-22T17:16:52.205Z | Checking hashbrown v0.14.1 |
1228 | 2024-03-22T17:16:52.242Z | Compiling crossbeam-utils v0.8.15 |
1229 | 2024-03-22T17:16:52.360Z | Compiling usdt-impl v0.5.0 |
1230 | 2024-03-22T17:16:52.366Z | Compiling unicase v2.6.0 |
1231 | 2024-03-22T17:16:52.782Z | Checking spin v0.9.8 |
1232 | 2024-03-22T17:16:52.842Z | Compiling time-core v0.1.2 |
1233 | 2024-03-22T17:16:52.855Z | Checking powerfmt v0.2.0 |
1234 | 2024-03-22T17:16:53.011Z | Compiling time-macros v0.2.16 |
1235 | 2024-03-22T17:16:53.107Z | Checking deranged v0.3.11 |
1236 | 2024-03-22T17:16:53.559Z | Checking tracing-core v0.1.32 |
1237 | 2024-03-22T17:16:53.627Z | Compiling plain v0.2.3 |
1238 | 2024-03-22T17:16:53.770Z | Checking percent-encoding v2.3.1 |
1239 | 2024-03-22T17:16:53.774Z | Compiling byteorder v1.4.3 |
1240 | 2024-03-22T17:16:53.962Z | Checking num_threads v0.1.3 |
1241 | 2024-03-22T17:16:54.063Z | Checking tinyvec_macros v0.1.0 |
1242 | 2024-03-22T17:16:54.137Z | Compiling slog v2.7.0 |
1243 | 2024-03-22T17:16:54.406Z | Checking untrusted v0.9.0 |
1244 | 2024-03-22T17:16:54.540Z | Checking rustls-pki-types v1.3.1 |
1245 | 2024-03-22T17:16:54.814Z | Checking tracing v0.1.40 |
1246 | 2024-03-22T17:16:54.821Z | Checking tinyvec v1.5.1 |
1247 | 2024-03-22T17:16:54.905Z | Checking form_urlencoded v1.2.1 |
1248 | 2024-03-22T17:16:54.975Z | Checking http v0.2.9 |
1249 | 2024-03-22T17:16:55.109Z | Compiling autocfg v1.1.0 |
1250 | 2024-03-22T17:16:55.217Z | Compiling ring v0.17.7 |
1251 | 2024-03-22T17:16:55.372Z | Checking base64 v0.21.7 |
1252 | 2024-03-22T17:16:55.614Z | Compiling syn v1.0.109 |
1253 | 2024-03-22T17:16:55.830Z | Compiling pretty-hex v0.4.1 |
1254 | 2024-03-22T17:16:56.040Z | Checking block-buffer v0.10.2 |
1255 | 2024-03-22T17:16:56.118Z | Checking unicode-normalization v0.1.19 |
1256 | 2024-03-22T17:16:56.138Z | Compiling num-traits v0.2.14 |
1257 | 2024-03-22T17:16:56.207Z | Checking crypto-common v0.1.6 |
1258 | 2024-03-22T17:16:56.561Z | Checking rand_core v0.6.3 |
1259 | 2024-03-22T17:16:56.683Z | Compiling thread-id v4.0.0 |
1260 | 2024-03-22T17:16:56.773Z | Checking unicode-bidi v0.3.7 |
1261 | 2024-03-22T17:16:56.777Z | Compiling rustls v0.22.2 |
1262 | 2024-03-22T17:16:56.821Z | Checking try-lock v0.2.3 |
1263 | 2024-03-22T17:16:56.935Z | Checking ppv-lite86 v0.2.15 |
1264 | 2024-03-22T17:16:57.089Z | Checking matches v0.1.9 |
1265 | 2024-03-22T17:16:57.119Z | Checking want v0.3.0 |
1266 | 2024-03-22T17:16:57.194Z | Checking time v0.3.31 |
1267 | 2024-03-22T17:16:57.326Z | Checking idna v0.2.3 |
1268 | 2024-03-22T17:16:57.557Z | Checking digest v0.10.7 |
1269 | 2024-03-22T17:16:57.567Z | Checking http-body v0.4.3 |
1270 | 2024-03-22T17:16:57.594Z | Checking rand_chacha v0.3.1 |
1271 | 2024-03-22T17:16:57.881Z | Checking dirs-sys-next v0.1.2 |
1272 | 2024-03-22T17:16:57.886Z | Checking socket2 v0.4.9 |
1273 | 2024-03-22T17:16:57.925Z | Checking http v1.0.0 |
1274 | 2024-03-22T17:16:58.041Z | Checking tower-service v0.3.1 |
1275 | 2024-03-22T17:16:58.154Z | Checking cpufeatures v0.2.2 |
1276 | 2024-03-22T17:16:58.229Z | Checking subtle v2.5.0 |
1277 | 2024-03-22T17:16:58.291Z | Checking zeroize v1.7.0 |
1278 | 2024-03-22T17:16:58.310Z | Checking mime v0.3.16 |
1279 | 2024-03-22T17:16:58.440Z | Checking httpdate v1.0.1 |
1280 | 2024-03-22T17:16:58.515Z | Checking sha1 v0.10.6 |
1281 | 2024-03-22T17:16:58.599Z | Checking url v2.2.2 |
1282 | 2024-03-22T17:16:58.656Z | Checking dirs-next v2.0.0 |
1283 | 2024-03-22T17:16:58.749Z | Checking rand v0.8.4 |
1284 | 2024-03-22T17:16:58.768Z | Compiling mime_guess v2.0.4 |
1285 | 2024-03-22T17:16:59.366Z | Checking rustls-pemfile v2.1.1 |
1286 | 2024-03-22T17:16:59.583Z | Checking concurrent-queue v2.2.0 |
1287 | 2024-03-22T17:17:00.110Z | Checking thread_local v1.1.4 |
1288 | 2024-03-22T17:17:00.194Z | Compiling multer v3.0.0 |
1289 | 2024-03-22T17:17:00.348Z | Checking winnow v0.6.5 |
1290 | 2024-03-22T17:17:00.423Z | Checking match_cfg v0.1.0 |
1291 | 2024-03-22T17:17:00.500Z | Compiling slog-async v2.8.0 |
1292 | 2024-03-22T17:17:00.518Z | Checking iana-time-zone v0.1.47 |
1293 | 2024-03-22T17:17:00.556Z | Checking parking v2.2.0 |
1294 | 2024-03-22T17:17:00.653Z | Compiling schemars v0.8.16 |
1295 | 2024-03-22T17:17:00.707Z | Compiling camino v1.1.6 |
1296 | 2024-03-22T17:17:01.082Z | Compiling paste v1.0.14 |
1297 | 2024-03-22T17:17:01.128Z | Compiling rustix v0.38.31 |
1298 | 2024-03-22T17:17:01.494Z | Compiling async-trait v0.1.78 |
1299 | 2024-03-22T17:17:01.617Z | Checking rustls-webpki v0.102.1 |
1300 | 2024-03-22T17:17:01.848Z | Checking event-listener v5.0.0 |
1301 | 2024-03-22T17:17:02.174Z | Checking hostname v0.3.1 |
1302 | 2024-03-22T17:17:02.246Z | Checking term v0.7.0 |
1303 | 2024-03-22T17:17:02.280Z | Checking crossbeam-channel v0.5.1 |
1304 | 2024-03-22T17:17:02.472Z | Checking memmap v0.7.0 |
1305 | 2024-03-22T17:17:02.677Z | Checking is-terminal v0.4.12 |
1306 | 2024-03-22T17:17:02.685Z | Checking errno v0.3.8 |
1307 | 2024-03-22T17:17:02.786Z | Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot) |
1308 | 2024-03-22T17:17:02.838Z | Checking encoding_rs v0.8.32 |
1309 | 2024-03-22T17:17:03.010Z | Checking dyn-clone v1.0.4 |
1310 | 2024-03-22T17:17:03.113Z | Checking atomic-waker v1.1.1 |
1311 | 2024-03-22T17:17:03.152Z | Checking utf-8 v0.7.6 |
1312 | 2024-03-22T17:17:03.218Z | Checking unicode-width v0.1.9 |
1313 | 2024-03-22T17:17:03.286Z | Checking data-encoding v2.4.0 |
1314 | 2024-03-22T17:17:03.323Z | Checking bitflags v2.4.0 |
1315 | 2024-03-22T17:17:03.349Z | Checking unicode-segmentation v1.10.0 |
1316 | 2024-03-22T17:17:03.575Z | Checking openssl-probe v0.1.4 |
1317 | 2024-03-22T17:17:03.700Z | Checking take_mut v0.2.2 |
1318 | 2024-03-22T17:17:03.780Z | Compiling buf-list v1.0.3 |
1319 | 2024-03-22T17:17:03.838Z | Checking lazy_static v1.4.0 |
1320 | 2024-03-22T17:17:03.927Z | Compiling serde_derive_internals v0.26.0 |
1321 | 2024-03-22T17:17:03.949Z | Checking console v0.15.7 |
1322 | 2024-03-22T17:17:04.483Z | Checking newline-converter v0.3.0 |
1323 | 2024-03-22T17:17:04.577Z | Checking rustls-native-certs v0.7.0 |
1324 | 2024-03-22T17:17:04.700Z | Checking waitgroup v0.1.2 |
1325 | 2024-03-22T17:17:04.833Z | Checking slog-term v2.9.1 |
1326 | 2024-03-22T17:17:05.109Z | Checking event-listener-strategy v0.5.0 |
1327 | 2024-03-22T17:17:05.304Z | Checking yasna v0.5.2 |
1328 | 2024-03-22T17:17:05.546Z | Checking pem v3.0.3 |
1329 | 2024-03-22T17:17:05.802Z | Checking debug-ignore v1.0.5 |
1330 | 2024-03-22T17:17:05.927Z | Checking base64 v0.22.0 |
1331 | 2024-03-22T17:17:05.995Z | Checking similar v2.2.1 |
1332 | 2024-03-22T17:17:06.151Z | Checking fastrand v2.0.1 |
1333 | 2024-03-22T17:17:06.243Z | Checking http-range v0.1.4 |
1334 | 2024-03-22T17:17:06.380Z | Checking rcgen v0.12.1 |
1335 | 2024-03-22T17:17:06.406Z | Checking async-channel v2.2.0 |
1336 | 2024-03-22T17:17:06.468Z | Checking tempfile v3.10.1 |
1337 | 2024-03-22T17:17:06.685Z | Checking expectorate v1.1.0 |
1338 | 2024-03-22T17:17:06.781Z | Checking subprocess v0.2.9 |
1339 | 2024-03-22T17:17:06.964Z | Compiling serde_derive v1.0.197 |
1340 | 2024-03-22T17:17:07.007Z | Compiling thiserror-impl v1.0.56 |
1341 | 2024-03-22T17:17:07.060Z | Compiling scroll_derive v0.12.0 |
1342 | 2024-03-22T17:17:07.305Z | Compiling futures-macro v0.3.30 |
1343 | 2024-03-22T17:17:07.466Z | Compiling zerocopy-derive v0.7.32 |
1344 | 2024-03-22T17:17:07.573Z | Compiling tokio-macros v2.2.0 |
1345 | 2024-03-22T17:17:07.579Z | Compiling async-stream-impl v0.3.5 |
1346 | 2024-03-22T17:17:09.448Z | Compiling scroll v0.12.0 |
1347 | 2024-03-22T17:17:09.984Z | Compiling goblin v0.8.0 |
1348 | 2024-03-22T17:17:10.263Z | Checking tokio v1.36.0 |
1349 | 2024-03-22T17:17:10.540Z | Checking futures-util v0.3.30 |
1350 | 2024-03-22T17:17:11.196Z | Compiling zerocopy v0.7.32 |
1351 | 2024-03-22T17:17:12.084Z | Compiling pest v2.7.6 |
1352 | 2024-03-22T17:17:14.223Z | Compiling schemars_derive v0.8.16 |
1353 | 2024-03-22T17:17:14.971Z | Compiling pest_meta v2.7.6 |
1354 | 2024-03-22T17:17:15.193Z | Checking tungstenite v0.21.0 |
1355 | 2024-03-22T17:17:15.225Z | Checking async-stream v0.3.5 |
1356 | 2024-03-22T17:17:15.795Z | Checking futures-executor v0.3.30 |
1357 | 2024-03-22T17:17:16.010Z | Checking futures v0.3.30 |
1358 | 2024-03-22T17:17:16.434Z | Compiling pest_generator v2.7.6 |
1359 | 2024-03-22T17:17:17.319Z | Checking tokio-util v0.7.7 |
1360 | 2024-03-22T17:17:17.344Z | Checking tokio-rustls v0.25.0 |
1361 | 2024-03-22T17:17:17.674Z | Checking tokio-tungstenite v0.21.0 |
1362 | 2024-03-22T17:17:19.855Z | Compiling pest_derive v2.7.6 |
1363 | 2024-03-22T17:17:20.939Z | Compiling dtrace-parser v0.2.0 |
1364 | 2024-03-22T17:17:22.053Z | Checking indexmap v2.2.5 |
1365 | 2024-03-22T17:17:22.057Z | Checking serde_spanned v0.6.5 |
1366 | 2024-03-22T17:17:22.057Z | Checking toml_datetime v0.6.5 |
1367 | 2024-03-22T17:17:22.057Z | Checking chrono v0.4.34 |
1368 | 2024-03-22T17:17:22.057Z | Checking uuid v1.7.0 |
1369 | 2024-03-22T17:17:22.213Z | Checking serde_path_to_error v0.1.16 |
1370 | 2024-03-22T17:17:22.295Z | Checking serde_urlencoded v0.7.1 |
1371 | 2024-03-22T17:17:22.641Z | Compiling serde_tokenstream v0.2.0 |
1372 | 2024-03-22T17:17:23.166Z | Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
1373 | 2024-03-22T17:17:23.244Z | Checking h2 v0.3.24 |
1374 | 2024-03-22T17:17:23.248Z | Checking toml_edit v0.22.7 |
1375 | 2024-03-22T17:17:23.494Z | Checking dof v0.3.0 |
1376 | 2024-03-22T17:17:23.494Z | Checking slog-json v2.6.1 |
1377 | 2024-03-22T17:17:23.498Z | Checking openapiv3 v2.0.0 |
1378 | 2024-03-22T17:17:23.742Z | Checking slog-bunyan v2.5.0 |
1379 | 2024-03-22T17:17:25.501Z | Checking toml v0.8.11 |
1380 | 2024-03-22T17:17:26.768Z | Compiling usdt-attr-macro v0.5.0 |
1381 | 2024-03-22T17:17:26.768Z | Compiling usdt-macro v0.5.0 |
1382 | 2024-03-22T17:17:27.066Z | Checking hyper v0.14.27 |
1383 | 2024-03-22T17:17:28.735Z | Checking usdt v0.5.0 |
1384 | 2024-03-22T17:17:29.961Z | Checking hyper-staticfile v0.9.5 |
1385 | 2024-03-22T17:17:29.966Z | Checking hyper-rustls v0.25.0 |
1386 | 2024-03-22T17:17:32.132Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
1387 | 2024-03-22T17:17:32.181Z | Finished dev [unoptimized + debuginfo] target(s) in 43.36s |
1388 | 2024-03-22T17:17:32.364Z | |
1389 | 2024-03-22T17:17:32.364Z | |
1390 | 2024-03-22T17:17:33.692Z | test tests/fail/bad_endpoint1.rs ... ok |
1391 | 2024-03-22T17:17:33.692Z | test tests/fail/bad_endpoint10.rs ... ok |
1392 | 2024-03-22T17:17:33.696Z | test tests/fail/bad_endpoint11.rs ... ok |
1393 | 2024-03-22T17:17:33.696Z | test tests/fail/bad_endpoint12.rs ... ok |
1394 | 2024-03-22T17:17:33.696Z | test tests/fail/bad_endpoint13.rs ... ok |
1395 | 2024-03-22T17:17:33.696Z | test tests/fail/bad_endpoint14.rs ... ok |
1396 | 2024-03-22T17:17:33.696Z | test tests/fail/bad_endpoint15.rs ... ok |
1397 | 2024-03-22T17:17:33.696Z | test tests/fail/bad_endpoint16.rs ... ok |
1398 | 2024-03-22T17:17:33.697Z | test tests/fail/bad_endpoint17.rs ... ok |
1399 | 2024-03-22T17:17:33.697Z | test tests/fail/bad_endpoint18.rs ... ok |
1400 | 2024-03-22T17:17:33.697Z | test tests/fail/bad_endpoint19.rs ... ok |
1401 | 2024-03-22T17:17:33.697Z | test tests/fail/bad_endpoint2.rs ... ok |
1402 | 2024-03-22T17:17:33.697Z | test tests/fail/bad_endpoint3.rs ... ok |
1403 | 2024-03-22T17:17:33.697Z | test tests/fail/bad_endpoint4.rs ... ok |
1404 | 2024-03-22T17:17:33.697Z | test tests/fail/bad_endpoint5.rs ... ok |
1405 | 2024-03-22T17:17:33.697Z | test tests/fail/bad_endpoint6.rs ... ok |
1406 | 2024-03-22T17:17:33.697Z | test tests/fail/bad_endpoint7.rs ... ok |
1407 | 2024-03-22T17:17:33.697Z | test tests/fail/bad_endpoint8.rs ... ok |
1408 | 2024-03-22T17:17:33.697Z | test tests/fail/bad_endpoint9.rs ... ok |
1409 | 2024-03-22T17:17:33.697Z | test tests/fail/unused_endpoint.rs ... ok |
1410 | 2024-03-22T17:17:33.697Z | |
1411 | 2024-03-22T17:17:33.697Z | |
1412 | 2024-03-22T17:17:33.697Z | test fail ... ok |
1413 | 2024-03-22T17:17:33.697Z | |
1414 | 2024-03-22T17:17:33.697Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 44.90s |
1415 | 2024-03-22T17:17:33.697Z | |
1416 | 2024-03-22T17:17:33.697Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-dc09166893b82223` |
1417 | 2024-03-22T17:17:33.701Z | |
1418 | 2024-03-22T17:17:33.702Z | running 10 tests |
1419 | 2024-03-22T17:17:33.706Z | test test_config_bad_request_body_max_bytes_too_large ... ok |
1420 | 2024-03-22T17:17:33.706Z | test test_config_bad_request_body_max_bytes_negative ... ok |
1421 | 2024-03-22T17:17:33.706Z | test test_config_bad_bind_address_port_too_small ... ok |
1422 | 2024-03-22T17:17:33.706Z | test test_config_bad_bind_address_garbage ... ok |
1423 | 2024-03-22T17:17:33.706Z | test test_config_bad_bind_address_port_too_large ... ok |
1424 | 2024-03-22T17:17:33.706Z | note: configured to log to "/tmp/test_config-dc09166893b82223-config_bind_address_https.2568.1.log" |
1425 | 2024-03-22T17:17:33.706Z | note: configured to log to "/tmp/test_config-dc09166893b82223-config_bind_address_https_buffer.2568.2.log" |
1426 | 2024-03-22T17:17:33.706Z | note: configured to log to "/tmp/test_config-dc09166893b82223-config_handler_task_mode_detached.2568.4.log" |
1427 | 2024-03-22T17:17:33.706Z | note: configured to log to "/tmp/test_config-dc09166893b82223-config_handler_task_mode_cancel.2568.3.log" |
1428 | 2024-03-22T17:17:33.706Z | note: configured to log to "/tmp/test_config-dc09166893b82223-config_bind_address_http.2568.0.log" |
1429 | 2024-03-22T17:17:33.710Z | test test_config_handler_task_mode_cancel ... ok |
1430 | 2024-03-22T17:17:33.710Z | test test_config_handler_task_mode_detached ... ok |
1431 | 2024-03-22T17:17:33.714Z | test test_config_bind_address_http ... ok |
1432 | 2024-03-22T17:17:33.725Z | test test_config_bind_address_https_buffer ... ok |
1433 | 2024-03-22T17:17:33.729Z | test test_config_bind_address_https ... ok |
1434 | 2024-03-22T17:17:33.729Z | |
1435 | 2024-03-22T17:17:33.729Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
1436 | 2024-03-22T17:17:33.729Z | |
1437 | 2024-03-22T17:17:33.729Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-04e1f6c1da472a5c` |
1438 | 2024-03-22T17:17:33.734Z | |
1439 | 2024-03-22T17:17:33.734Z | running 21 tests |
1440 | 2024-03-22T17:17:33.741Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_303_see_other.2569.2.log" |
1441 | 2024-03-22T17:17:33.741Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo1.2569.1.log" |
1442 | 2024-03-22T17:17:33.745Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_307_temporary_redirect.2569.7.log" |
1443 | 2024-03-22T17:17:33.745Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_302_found.2569.4.log" |
1444 | 2024-03-22T17:17:33.745Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo2json.2569.0.log" |
1445 | 2024-03-22T17:17:33.745Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_delete_request.2569.6.log" |
1446 | 2024-03-22T17:17:33.745Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_302_bogus.2569.5.log" |
1447 | 2024-03-22T17:17:33.745Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo2query.2569.3.log" |
1448 | 2024-03-22T17:17:33.750Z | test test_303_see_other ... ok |
1449 | 2024-03-22T17:17:33.750Z | test test_307_temporary_redirect ... ok |
1450 | 2024-03-22T17:17:33.750Z | test test_302_bogus ... ok |
1451 | 2024-03-22T17:17:33.750Z | test test_302_found ... ok |
1452 | 2024-03-22T17:17:33.750Z | test test_demo1 ... ok |
1453 | 2024-03-22T17:17:33.750Z | test test_delete_request ... ok |
1454 | 2024-03-22T17:17:33.750Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo_path_param_string.2569.8.log" |
1455 | 2024-03-22T17:17:33.751Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo_websocket.2569.10.log" |
1456 | 2024-03-22T17:17:33.751Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo_path_param_u32.2569.11.log" |
1457 | 2024-03-22T17:17:33.751Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo3json.2569.12.log" |
1458 | 2024-03-22T17:17:33.751Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo_path_param_uuid.2569.9.log" |
1459 | 2024-03-22T17:17:33.751Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo2urlencoded.2569.13.log" |
1460 | 2024-03-22T17:17:34.759Z | test test_demo_path_param_u32 ... ok |
1461 | 2024-03-22T17:17:34.759Z | test test_demo_path_param_uuid ... ok |
1462 | 2024-03-22T17:17:34.759Z | test test_demo3json ... ok |
1463 | 2024-03-22T17:17:34.759Z | test test_demo2query ... ok |
1464 | 2024-03-22T17:17:34.759Z | test test_demo_websocket ... ok |
1465 | 2024-03-22T17:17:34.759Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_head_request.2569.14.log" |
1466 | 2024-03-22T17:17:34.759Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-tet_raw_request.2569.16.log" |
1467 | 2024-03-22T17:17:34.759Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_header_request.2569.15.log" |
1468 | 2024-03-22T17:17:34.759Z | test test_demo2urlencoded ... ok |
1469 | 2024-03-22T17:17:34.759Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_request_compat.2569.17.log" |
1470 | 2024-03-22T17:17:34.759Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_request_remote_addr.2569.18.log" |
1471 | 2024-03-22T17:17:34.759Z | test test_header_request ... ok |
1472 | 2024-03-22T17:17:34.760Z | test test_raw_request ... ok |
1473 | 2024-03-22T17:17:34.760Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_streaming_body.2569.19.log" |
1474 | 2024-03-22T17:17:34.760Z | test test_request_compat ... ok |
1475 | 2024-03-22T17:17:34.760Z | test test_request_remote_addr ... ok |
1476 | 2024-03-22T17:17:34.760Z | note: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_untyped_body.2569.20.log" |
1477 | 2024-03-22T17:17:34.760Z | test test_demo2json ... ok |
1478 | 2024-03-22T17:17:34.765Z | test test_demo_path_param_string ... ok |
1479 | 2024-03-22T17:17:34.765Z | test test_head_request ... ok |
1480 | 2024-03-22T17:17:34.765Z | test test_streaming_body ... ok |
1481 | 2024-03-22T17:17:34.765Z | test test_untyped_body ... ok |
1482 | 2024-03-22T17:17:34.765Z | |
1483 | 2024-03-22T17:17:34.765Z | test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
1484 | 2024-03-22T17:17:34.765Z | |
1485 | 2024-03-22T17:17:34.765Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_detached_shutdown-31e61799fbb5cc7f` |
1486 | 2024-03-22T17:17:34.765Z | |
1487 | 2024-03-22T17:17:34.765Z | running 1 test |
1488 | 2024-03-22T17:17:34.765Z | note: configured to log to "/tmp/test_detached_shutdown-31e61799fbb5cc7f-graceful_shutdown_with_detached_handler.2570.0.log" |
1489 | 2024-03-22T17:17:35.777Z | test test_graceful_shutdown_with_detached_handler ... ok |
1490 | 2024-03-22T17:17:35.777Z | |
1491 | 2024-03-22T17:17:35.777Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s |
1492 | 2024-03-22T17:17:35.777Z | |
1493 | 2024-03-22T17:17:35.781Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_multipart-e6bdd5c6fef35770` |
1494 | 2024-03-22T17:17:35.785Z | |
1495 | 2024-03-22T17:17:35.785Z | running 4 tests |
1496 | 2024-03-22T17:17:35.790Z | note: configured to log to "/tmp/test_multipart-e6bdd5c6fef35770-multipart_client.2571.1.log" |
1497 | 2024-03-22T17:17:35.790Z | note: configured to log to "/tmp/test_multipart-e6bdd5c6fef35770-multipart_client.2571.0.log" |
1498 | 2024-03-22T17:17:35.790Z | note: configured to log to "/tmp/test_multipart-e6bdd5c6fef35770-multipart_client.2571.3.log" |
1499 | 2024-03-22T17:17:35.790Z | note: configured to log to "/tmp/test_multipart-e6bdd5c6fef35770-multipart_client.2571.2.log" |
1500 | 2024-03-22T17:17:35.794Z | test no_content_type ... ok |
1501 | 2024-03-22T17:17:35.794Z | test weird_content_type ... ok |
1502 | 2024-03-22T17:17:35.794Z | test test_multipart_client ... ok |
1503 | 2024-03-22T17:17:35.794Z | test missing_boundary ... ok |
1504 | 2024-03-22T17:17:35.794Z | |
1505 | 2024-03-22T17:17:35.794Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1506 | 2024-03-22T17:17:35.794Z | |
1507 | 2024-03-22T17:17:35.798Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-2b9f9529c6122135` |
1508 | 2024-03-22T17:17:35.805Z | |
1509 | 2024-03-22T17:17:35.805Z | running 2 tests |
1510 | 2024-03-22T17:17:35.809Z | test test_openapi ... ok |
1511 | 2024-03-22T17:17:35.809Z | test test_openapi_fuller ... ok |
1512 | 2024-03-22T17:17:35.809Z | |
1513 | 2024-03-22T17:17:35.809Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1514 | 2024-03-22T17:17:35.809Z | |
1515 | 2024-03-22T17:17:35.809Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-973172224021d6cc` |
1516 | 2024-03-22T17:17:35.814Z | |
1517 | 2024-03-22T17:17:35.814Z | running 9 tests |
1518 | 2024-03-22T17:17:35.818Z | note: configured to log to "/tmp/test_pagination-973172224021d6cc-pagination-multiple-sorts.2573.1.log" |
1519 | 2024-03-22T17:17:35.818Z | note: configured to log to "/tmp/test_pagination-973172224021d6cc-pagination-multiple-resources.2573.0.log" |
1520 | 2024-03-22T17:17:35.819Z | note: configured to log to "/tmp/test_pagination-973172224021d6cc-pagination-basic.2573.2.log" |
1521 | 2024-03-22T17:17:35.819Z | note: configured to log to "/tmp/test_pagination-973172224021d6cc-errors.2573.3.log" |
1522 | 2024-03-22T17:17:35.819Z | note: configured to log to "/tmp/test_pagination-973172224021d6cc-empty.2573.4.log" |
1523 | 2024-03-22T17:17:35.819Z | note: configured to log to "/tmp/test_pagination-973172224021d6cc-basic.2573.6.log" |
1524 | 2024-03-22T17:17:35.819Z | note: configured to log to "/tmp/test_pagination-973172224021d6cc-extra_params.2573.5.log" |
1525 | 2024-03-22T17:17:35.819Z | note: configured to log to "/tmp/test_pagination-973172224021d6cc-dictionary.2573.7.log" |
1526 | 2024-03-22T17:17:35.856Z | test test_paginate_empty ... ok |
1527 | 2024-03-22T17:17:35.861Z | note: configured to log to "/tmp/test_pagination-973172224021d6cc-required_params.2573.8.log" |
1528 | 2024-03-22T17:17:35.865Z | test test_paginate_errors ... ok |
1529 | 2024-03-22T17:17:35.865Z | test test_paginate_extra_params ... ok |
1530 | 2024-03-22T17:17:35.872Z | test test_paginate_with_required_params ... ok |
1531 | 2024-03-22T17:17:35.956Z | test test_paginate_basic ... ok |
1532 | 2024-03-22T17:17:37.992Z | test test_example_basic ... ok |
1533 | 2024-03-22T17:17:38.697Z | test test_paginate_dictionary ... ok |
1534 | 2024-03-22T17:17:42.442Z | test test_example_multiple_sorts ... ok |
1535 | 2024-03-22T17:17:42.895Z | test test_example_multiple_resources ... ok |
1536 | 2024-03-22T17:17:42.895Z | |
1537 | 2024-03-22T17:17:42.895Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.08s |
1538 | 2024-03-22T17:17:42.895Z | |
1539 | 2024-03-22T17:17:42.900Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination_schema-a91b363a949b6a48` |
1540 | 2024-03-22T17:17:42.908Z | |
1541 | 2024-03-22T17:17:42.908Z | running 1 test |
1542 | 2024-03-22T17:17:42.913Z | test test_pagination_schema ... ok |
1543 | 2024-03-22T17:17:42.913Z | |
1544 | 2024-03-22T17:17:42.913Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1545 | 2024-03-22T17:17:42.913Z | |
1546 | 2024-03-22T17:17:42.913Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_path_names-fbd9e41a84f10e10` |
1547 | 2024-03-22T17:17:42.917Z | |
1548 | 2024-03-22T17:17:42.917Z | running 1 test |
1549 | 2024-03-22T17:17:42.917Z | test test_path_names ... ok |
1550 | 2024-03-22T17:17:42.917Z | |
1551 | 2024-03-22T17:17:42.917Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1552 | 2024-03-22T17:17:42.917Z | |
1553 | 2024-03-22T17:17:42.917Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_streaming-52bb4b9753026ce6` |
1554 | 2024-03-22T17:17:42.922Z | |
1555 | 2024-03-22T17:17:42.922Z | running 3 tests |
1556 | 2024-03-22T17:17:42.926Z | note: configured to log to "/tmp/test_streaming-52bb4b9753026ce6-streaming_server_streaming_client.2579.1.log" |
1557 | 2024-03-22T17:17:42.926Z | note: configured to log to "/tmp/test_streaming-52bb4b9753026ce6-streaming_server_buffered_client.2579.0.log" |
1558 | 2024-03-22T17:17:42.926Z | note: configured to log to "/tmp/test_streaming-52bb4b9753026ce6-non_streaming_servers_do_not_use_transfer_encoding.2579.2.log" |
1559 | 2024-03-22T17:17:42.930Z | test test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
1560 | 2024-03-22T17:17:42.945Z | test test_streaming_server_streaming_client ... ok |
1561 | 2024-03-22T17:17:42.950Z | test test_streaming_server_buffered_client ... ok |
1562 | 2024-03-22T17:17:42.951Z | |
1563 | 2024-03-22T17:17:42.951Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
1564 | 2024-03-22T17:17:42.951Z | |
1565 | 2024-03-22T17:17:42.955Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_tls-8384bce82dc55d80` |
1566 | 2024-03-22T17:17:42.960Z | |
1567 | 2024-03-22T17:17:42.960Z | running 6 tests |
1568 | 2024-03-22T17:17:42.960Z | note: configured to log to "/tmp/test_tls-8384bce82dc55d80-test_server_is_https.2580.3.log" |
1569 | 2024-03-22T17:17:42.960Z | note: configured to log to "/tmp/test_tls-8384bce82dc55d80-test_tls_certificate_loading.2580.0.log" |
1570 | 2024-03-22T17:17:42.960Z | note: configured to log to "/tmp/test_tls-8384bce82dc55d80-test_server_is_http.2580.5.log" |
1571 | 2024-03-22T17:17:42.960Z | note: configured to log to "/tmp/test_tls-8384bce82dc55d80-test_tls_only.2580.4.log" |
1572 | 2024-03-22T17:17:42.960Z | note: configured to log to "/tmp/test_tls-8384bce82dc55d80-test_tls_refresh_certificates.2580.2.log" |
1573 | 2024-03-22T17:17:42.960Z | note: configured to log to "/tmp/test_tls-8384bce82dc55d80-test_tls_aborted_negotiation.2580.1.log" |
1574 | 2024-03-22T17:17:42.981Z | test test_server_is_http ... ok |
1575 | 2024-03-22T17:17:43.091Z | test test_tls_certificate_loading ... ok |
1576 | 2024-03-22T17:17:43.103Z | test test_server_is_https ... ok |
1577 | 2024-03-22T17:17:43.115Z | test test_tls_only ... ok |
1578 | 2024-03-22T17:17:43.115Z | test test_tls_aborted_negotiation ... ok |
1579 | 2024-03-22T17:17:43.131Z | test test_tls_refresh_certificates ... ok |
1580 | 2024-03-22T17:17:43.131Z | |
1581 | 2024-03-22T17:17:43.131Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s |
1582 | 2024-03-22T17:17:43.131Z | |
1583 | 2024-03-22T17:17:43.135Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-148c295fbe5ef525` |
1584 | 2024-03-22T17:17:43.143Z | |
1585 | 2024-03-22T17:17:43.143Z | running 15 tests |
1586 | 2024-03-22T17:17:43.147Z | test tests::test_endpoint_bad_string ... ok |
1587 | 2024-03-22T17:17:43.148Z | test tests::test_endpoint_bad_metadata ... ok |
1588 | 2024-03-22T17:17:43.148Z | test tests::test_endpoint_invalid_item ... ok |
1589 | 2024-03-22T17:17:43.148Z | test syn_parsing::tests::test_busted_function ... ok |
1590 | 2024-03-22T17:17:43.148Z | test tests::test_endpoint_bad_context_receiver ... ok |
1591 | 2024-03-22T17:17:43.148Z | test tests::test_endpoint_not_async ... ok |
1592 | 2024-03-22T17:17:43.148Z | test tests::test_endpoint_no_arguments ... ok |
1593 | 2024-03-22T17:17:43.148Z | test tests::test_endpoint_context_fully_qualified_names ... ok |
1594 | 2024-03-22T17:17:43.148Z | test tests::test_extract_summary_description ... ok |
1595 | 2024-03-22T17:17:43.148Z | test tests::test_endpoint_basic ... ok |
1596 | 2024-03-22T17:17:43.148Z | test tests::test_endpoint_content_type ... ok |
1597 | 2024-03-22T17:17:43.148Z | test tests::test_endpoint_with_doc ... ok |
1598 | 2024-03-22T17:17:43.148Z | test tests::test_endpoint_pub_crate ... ok |
1599 | 2024-03-22T17:17:43.149Z | test tests::test_endpoint_with_query ... ok |
1600 | 2024-03-22T17:17:43.149Z | test tests::test_endpoint_with_tags ... ok |
1601 | 2024-03-22T17:17:43.149Z | |
1602 | 2024-03-22T17:17:43.149Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1603 | 2024-03-22T17:17:43.149Z | |
1604 | 2024-03-22T17:17:43.154Z | Doc-tests dropshot |
1605 | 2024-03-22T17:17:43.154Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2018 --crate-type lib --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=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --error-format human` |
1606 | 2024-03-22T17:17:43.611Z | |
1607 | 2024-03-22T17:17:43.611Z | running 13 tests |
1608 | 2024-03-22T17:17:43.615Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored |
1609 | 2024-03-22T17:17:43.615Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored |
1610 | 2024-03-22T17:17:43.646Z | test dropshot/src/lib.rs - (line 188) ... ignored |
1611 | 2024-03-22T17:17:43.650Z | test dropshot/src/lib.rs - (line 211) ... ignored |
1612 | 2024-03-22T17:17:43.893Z | test dropshot/src/lib.rs - (line 45) - compile ... ok |
1613 | 2024-03-22T17:17:45.716Z | test dropshot/src/lib.rs - (line 261) ... ok |
1614 | 2024-03-22T17:17:45.834Z | test dropshot/src/lib.rs - (line 471) ... ok |
1615 | 2024-03-22T17:17:45.954Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 190) ... ok |
1616 | 2024-03-22T17:17:49.792Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 345) ... ok |
1617 | 2024-03-22T17:17:49.893Z | test dropshot/src/test_util.rs - test_util::LogContext (line 355) ... ok |
1618 | 2024-03-22T17:17:49.897Z | test dropshot/src/lib.rs - (line 119) ... ok |
1619 | 2024-03-22T17:17:50.109Z | test dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok |
1620 | 2024-03-22T17:17:50.198Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 320) ... ok |
1621 | 2024-03-22T17:17:50.202Z | |
1622 | 2024-03-22T17:17:50.202Z | test result: ok. 9 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 6.59s |
1623 | 2024-03-22T17:17:50.202Z | |
1624 | 2024-03-22T17:17:50.220Z | Doc-tests dropshot_endpoint |
1625 | 2024-03-22T17:17:50.225Z | Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2018 --crate-type proc-macro --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=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-8e6cc06f04191155.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-5a7f134cc89aef14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro -C embed-bitcode=no --error-format human` |
1626 | 2024-03-22T17:17:50.329Z | |
1627 | 2024-03-22T17:17:50.329Z | running 2 tests |
1628 | 2024-03-22T17:17:50.333Z | test dropshot_endpoint/src/lib.rs - channel (line 155) ... ignored |
1629 | 2024-03-22T17:17:50.333Z | test dropshot_endpoint/src/lib.rs - endpoint (line 101) ... ignored |
1630 | 2024-03-22T17:17:50.333Z | |
1631 | 2024-03-22T17:17:50.333Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1632 | 2024-03-22T17:17:50.333Z | |
1633 | 2024-03-22T17:17:50.352Z | |
1634 | 2024-03-22T17:17:50.357Z | real 2:55.718651868 |
1635 | 2024-03-22T17:17:50.357Z | user 16:22.399166417 |
1636 | 2024-03-22T17:17:50.357Z | sys 2:57.658329620 |
1637 | 2024-03-22T17:17:50.357Z | trap 0.713337979 |
1638 | 2024-03-22T17:17:50.357Z | tflt 0.340567631 |
1639 | 2024-03-22T17:17:50.357Z | dflt 0.541507188 |
1640 | 2024-03-22T17:17:50.357Z | kflt 0.000182897 |
1641 | 2024-03-22T17:17:50.357Z | lock 42:02.513044762 |
1642 | 2024-03-22T17:17:50.357Z | slp 1:06:59.963739681 |
1643 | 2024-03-22T17:17:50.358Z | lat 40.240891694 |
1644 | 2024-03-22T17:17:50.358Z | stop 28.059324351 |
1645 | 2024-03-22T17:17:50.358Z | process exited: duration 354992 ms, exit code 0 |
|
1646 | 2024-03-22T17:17:50.366Z | found 0 output files |