|
|
|
1 | 2024-02-14T22:15:43.311Z | job assigned to worker 01HPMTZT7A0B8J95J5R37NFXHA (queued for 48 s) |
|
2 | 2024-02-14T22:15:44.208Z | starting task 0: "setup" |
3 | 2024-02-14T22:15:44.286Z | ++ uname -s |
4 | 2024-02-14T22:15:44.295Z | + kern=SunOS |
5 | 2024-02-14T22:15:44.295Z | + case "$kern" in |
6 | 2024-02-14T22:15:44.296Z | + groupadd -g 12345 build |
7 | 2024-02-14T22:15:44.296Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-14T22:15:46.296Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-14T22:15:46.377Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-14T22:15:46.381Z | + home_fs=zfs |
11 | 2024-02-14T22:15:46.381Z | + [[ zfs == autofs ]] |
12 | 2024-02-14T22:15:46.381Z | + mkdir -p /home/build |
13 | 2024-02-14T22:15:46.386Z | + chown build:build /home/build /work |
14 | 2024-02-14T22:15:48.408Z | + chmod 0700 /home/build /work |
15 | 2024-02-14T22:15:48.415Z | process exited: duration 4185 ms, exit code 0 |
|
16 | 2024-02-14T22:15:48.439Z | starting task 1: "rust-toolchain" |
17 | 2024-02-14T22:15:48.445Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-14T22:15:48.450Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-02-14T22:15:48.558Z | info: downloading installer |
20 | 2024-02-14T22:15:50.195Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-14T22:15:50.195Z | warning: /opt/ooce/bin |
22 | 2024-02-14T22:15:50.195Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-14T22:15:50.195Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-14T22:15:50.195Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-14T22:15:50.195Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-14T22:15:50.195Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-14T22:15:50.195Z | error: cannot install while Rust is installed |
28 | 2024-02-14T22:15:50.196Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-14T22:15:50.273Z | info: profile set to 'default' |
30 | 2024-02-14T22:15:50.273Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-14T22:15:50.280Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-02-14T22:15:50.421Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
33 | 2024-02-14T22:15:50.421Z | info: downloading component 'cargo' |
34 | 2024-02-14T22:15:51.216Z | info: downloading component 'clippy' |
35 | 2024-02-14T22:15:51.455Z | info: downloading component 'rust-docs' |
36 | 2024-02-14T22:15:52.440Z | info: downloading component 'rust-std' |
37 | 2024-02-14T22:15:54.461Z | info: downloading component 'rustc' |
38 | 2024-02-14T22:15:57.846Z | info: downloading component 'rustfmt' |
39 | 2024-02-14T22:15:58.197Z | info: installing component 'cargo' |
40 | 2024-02-14T22:15:59.109Z | info: installing component 'clippy' |
41 | 2024-02-14T22:15:59.464Z | info: installing component 'rust-docs' |
42 | 2024-02-14T22:16:01.074Z | info: installing component 'rust-std' |
43 | 2024-02-14T22:16:02.982Z | info: installing component 'rustc' |
44 | 2024-02-14T22:16:07.259Z | info: installing component 'rustfmt' |
45 | 2024-02-14T22:16:07.579Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-02-14T22:16:07.580Z | |
47 | 2024-02-14T22:16:07.836Z | stable-x86_64-unknown-illumos installed - rustc 1.76.0 (07dca489a 2024-02-04) |
48 | 2024-02-14T22:16:07.836Z | |
49 | 2024-02-14T22:16:07.841Z | |
50 | 2024-02-14T22:16:07.842Z | Rust is installed now. Great! |
51 | 2024-02-14T22:16:07.842Z | |
52 | 2024-02-14T22:16:07.842Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-14T22:16:07.842Z | environment variable. This has not been done automatically. |
54 | 2024-02-14T22:16:07.842Z | |
55 | 2024-02-14T22:16:07.842Z | To configure your current shell, run: |
56 | 2024-02-14T22:16:07.842Z | source "$HOME/.cargo/env" |
57 | 2024-02-14T22:16:07.890Z | + rustc --version |
58 | 2024-02-14T22:16:07.974Z | rustc 1.76.0 (07dca489a 2024-02-04) |
59 | 2024-02-14T22:16:07.981Z | process exited: duration 19517 ms, exit code 0 |
|
60 | 2024-02-14T22:16:07.992Z | starting task 2: "authentication" |
61 | 2024-02-14T22:16:08.017Z | process exited: duration 23 ms, exit code 0 |
|
62 | 2024-02-14T22:16:08.033Z | starting task 3: "clone repository" |
63 | 2024-02-14T22:16:08.038Z | + mkdir -p /work/oxidecomputer/dropshot |
64 | 2024-02-14T22:16:08.044Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
65 | 2024-02-14T22:16:08.274Z | Cloning into '/work/oxidecomputer/dropshot'... |
66 | 2024-02-14T22:16:09.330Z | + cd /work/oxidecomputer/dropshot |
67 | 2024-02-14T22:16:09.330Z | + git fetch origin 7da42530da0aea939995d552132b1e706f508bad |
68 | 2024-02-14T22:16:09.760Z | From https://github.com/oxidecomputer/dropshot |
69 | 2024-02-14T22:16:09.760Z | * branch 7da42530da0aea939995d552132b1e706f508bad -> FETCH_HEAD |
70 | 2024-02-14T22:16:09.776Z | + [[ -n '' ]] |
71 | 2024-02-14T22:16:09.776Z | + git reset --hard 7da42530da0aea939995d552132b1e706f508bad |
72 | 2024-02-14T22:16:09.779Z | HEAD is now at 7da4253 Fix for lint |
73 | 2024-02-14T22:16:09.779Z | process exited: duration 1748 ms, exit code 0 |
|
74 | 2024-02-14T22:16:09.788Z | starting task 4: "build" |
75 | 2024-02-14T22:16:09.791Z | + cargo --version |
76 | 2024-02-14T22:16:09.795Z | info: syncing channel updates for '1.75.0-x86_64-unknown-illumos' |
77 | 2024-02-14T22:16:09.967Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
78 | 2024-02-14T22:16:09.970Z | info: downloading component 'cargo' |
79 | 2024-02-14T22:16:10.911Z | info: downloading component 'clippy' |
80 | 2024-02-14T22:16:11.181Z | info: downloading component 'rust-docs' |
81 | 2024-02-14T22:16:12.282Z | info: downloading component 'rust-std' |
82 | 2024-02-14T22:16:13.934Z | info: downloading component 'rustc' |
83 | 2024-02-14T22:16:18.122Z | info: downloading component 'rustfmt' |
84 | 2024-02-14T22:16:18.360Z | info: installing component 'cargo' |
85 | 2024-02-14T22:16:19.177Z | info: installing component 'clippy' |
86 | 2024-02-14T22:16:19.505Z | info: installing component 'rust-docs' |
87 | 2024-02-14T22:16:21.041Z | info: installing component 'rust-std' |
88 | 2024-02-14T22:16:22.794Z | info: installing component 'rustc' |
89 | 2024-02-14T22:16:26.716Z | info: installing component 'rustfmt' |
90 | 2024-02-14T22:16:27.105Z | cargo 1.75.0 (1d8b05cdd 2023-11-20) |
91 | 2024-02-14T22:16:27.108Z | + rustc --version |
92 | 2024-02-14T22:16:27.189Z | rustc 1.75.0 (82e1608df 2023-12-21) |
93 | 2024-02-14T22:16:27.195Z | + banner build |
94 | 2024-02-14T22:16:27.237Z | |
95 | 2024-02-14T22:16:27.237Z | ##### # # # # ##### |
96 | 2024-02-14T22:16:27.237Z | # # # # # # # # |
97 | 2024-02-14T22:16:27.237Z | ##### # # # # # # |
98 | 2024-02-14T22:16:27.237Z | # # # # # # # # |
99 | 2024-02-14T22:16:27.237Z | # # # # # # # # |
100 | 2024-02-14T22:16:27.237Z | ##### #### # ###### ##### |
101 | 2024-02-14T22:16:27.237Z | |
102 | 2024-02-14T22:16:27.244Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
103 | 2024-02-14T22:16:27.472Z | Updating crates.io index |
104 | 2024-02-14T22:16:28.327Z | Downloading crates ... |
105 | 2024-02-14T22:16:28.607Z | Downloaded serde_derive v1.0.196 |
106 | 2024-02-14T22:16:28.613Z | Downloaded httparse v1.8.0 |
107 | 2024-02-14T22:16:28.625Z | Downloaded thiserror v1.0.56 |
108 | 2024-02-14T22:16:28.626Z | Downloaded crypto-common v0.1.6 |
109 | 2024-02-14T22:16:28.626Z | Downloaded base64 v0.21.7 |
110 | 2024-02-14T22:16:28.661Z | Downloaded schemars v0.8.16 |
111 | 2024-02-14T22:16:28.661Z | Downloaded pest_generator v2.7.6 |
112 | 2024-02-14T22:16:28.661Z | Downloaded tower-service v0.3.1 |
113 | 2024-02-14T22:16:28.661Z | Downloaded socket2 v0.4.9 |
114 | 2024-02-14T22:16:28.661Z | Downloaded errno v0.3.8 |
115 | 2024-02-14T22:16:28.662Z | Downloaded camino v1.1.6 |
116 | 2024-02-14T22:16:28.679Z | Downloaded scroll_derive v0.12.0 |
117 | 2024-02-14T22:16:28.679Z | Downloaded plain v0.2.3 |
118 | 2024-02-14T22:16:28.679Z | Downloaded event-listener v4.0.0 |
119 | 2024-02-14T22:16:28.679Z | Downloaded toml_datetime v0.6.5 |
120 | 2024-02-14T22:16:28.679Z | Downloaded slog-bunyan v2.5.0 |
121 | 2024-02-14T22:16:28.679Z | Downloaded parking_lot_core v0.9.4 |
122 | 2024-02-14T22:16:28.680Z | Downloaded pest_meta v2.7.6 |
123 | 2024-02-14T22:16:28.680Z | Downloaded schema v0.1.0 |
124 | 2024-02-14T22:16:28.680Z | Downloaded futures-channel v0.3.30 |
125 | 2024-02-14T22:16:28.680Z | Downloaded try-lock v0.2.3 |
126 | 2024-02-14T22:16:28.680Z | Downloaded newline-converter v0.3.0 |
127 | 2024-02-14T22:16:28.680Z | Downloaded serde_json v1.0.113 |
128 | 2024-02-14T22:16:28.680Z | Downloaded pin-utils v0.1.0 |
129 | 2024-02-14T22:16:28.680Z | Downloaded http-range v0.1.4 |
130 | 2024-02-14T22:16:28.691Z | Downloaded tokio-rustls v0.25.0 |
131 | 2024-02-14T22:16:28.691Z | Downloaded thread_local v1.1.4 |
132 | 2024-02-14T22:16:28.691Z | Downloaded schema-derive v0.1.0 |
133 | 2024-02-14T22:16:28.692Z | Downloaded lock_api v0.4.6 |
134 | 2024-02-14T22:16:28.692Z | Downloaded atty v0.2.14 |
135 | 2024-02-14T22:16:28.692Z | Downloaded futures-task v0.3.30 |
136 | 2024-02-14T22:16:28.692Z | Downloaded toml_edit v0.21.1 |
137 | 2024-02-14T22:16:28.709Z | Downloaded fnv v1.0.7 |
138 | 2024-02-14T22:16:28.709Z | Downloaded log v0.4.17 |
139 | 2024-02-14T22:16:28.710Z | Downloaded iana-time-zone v0.1.47 |
140 | 2024-02-14T22:16:28.717Z | Downloaded dyn-clone v1.0.4 |
141 | 2024-02-14T22:16:28.717Z | Downloaded async-stream-impl v0.3.5 |
142 | 2024-02-14T22:16:28.717Z | Downloaded dtrace-parser v0.2.0 |
143 | 2024-02-14T22:16:28.718Z | Downloaded match_cfg v0.1.0 |
144 | 2024-02-14T22:16:28.718Z | Downloaded once_cell v1.13.1 |
145 | 2024-02-14T22:16:28.718Z | Downloaded itoa v1.0.1 |
146 | 2024-02-14T22:16:28.727Z | Downloaded bitflags v2.4.0 |
147 | 2024-02-14T22:16:28.727Z | Downloaded take_mut v0.2.2 |
148 | 2024-02-14T22:16:28.727Z | Downloaded pretty-hex v0.4.1 |
149 | 2024-02-14T22:16:28.727Z | Downloaded rustls-pemfile v2.0.0 |
150 | 2024-02-14T22:16:28.728Z | Downloaded time-core v0.1.2 |
151 | 2024-02-14T22:16:28.741Z | Downloaded thread-id v4.0.0 |
152 | 2024-02-14T22:16:28.741Z | Downloaded matches v0.1.9 |
153 | 2024-02-14T22:16:28.742Z | Downloaded equivalent v1.0.0 |
154 | 2024-02-14T22:16:28.742Z | Downloaded tokio-tungstenite v0.21.0 |
155 | 2024-02-14T22:16:28.742Z | Downloaded term v0.7.0 |
156 | 2024-02-14T22:16:28.742Z | Downloaded waitgroup v0.1.2 |
157 | 2024-02-14T22:16:28.743Z | Downloaded usdt-attr-macro v0.5.0 |
158 | 2024-02-14T22:16:28.743Z | Downloaded paste v1.0.14 |
159 | 2024-02-14T22:16:28.743Z | Downloaded mime v0.3.16 |
160 | 2024-02-14T22:16:28.758Z | Downloaded num_threads v0.1.3 |
161 | 2024-02-14T22:16:28.759Z | Downloaded dirs-sys-next v0.1.2 |
162 | 2024-02-14T22:16:28.759Z | Downloaded proc-macro2 v1.0.78 |
163 | 2024-02-14T22:16:28.759Z | Downloaded tinyvec_macros v0.1.0 |
164 | 2024-02-14T22:16:28.759Z | Downloaded want v0.3.0 |
165 | 2024-02-14T22:16:28.759Z | Downloaded usdt-macro v0.5.0 |
166 | 2024-02-14T22:16:28.759Z | Downloaded openssl-probe v0.1.4 |
167 | 2024-02-14T22:16:28.759Z | Downloaded rand_chacha v0.3.1 |
168 | 2024-02-14T22:16:28.760Z | Downloaded dof v0.3.0 |
169 | 2024-02-14T22:16:28.760Z | Downloaded futures-macro v0.3.30 |
170 | 2024-02-14T22:16:28.760Z | Downloaded hyper-staticfile v0.9.5 |
171 | 2024-02-14T22:16:28.760Z | Downloaded rand_core v0.6.3 |
172 | 2024-02-14T22:16:28.760Z | Downloaded usdt-impl v0.5.0 |
173 | 2024-02-14T22:16:28.760Z | Downloaded tungstenite v0.21.0 |
174 | 2024-02-14T22:16:28.760Z | Downloaded unicode-bidi v0.3.7 |
175 | 2024-02-14T22:16:28.771Z | Downloaded block-buffer v0.10.2 |
176 | 2024-02-14T22:16:28.771Z | Downloaded cpufeatures v0.2.2 |
177 | 2024-02-14T22:16:28.771Z | Downloaded http-body v0.4.3 |
178 | 2024-02-14T22:16:28.771Z | Downloaded futures-sink v0.3.30 |
179 | 2024-02-14T22:16:28.771Z | Downloaded cfg-if v1.0.0 |
180 | 2024-02-14T22:16:28.772Z | Downloaded signal-hook-registry v1.4.0 |
181 | 2024-02-14T22:16:28.772Z | Downloaded lazy_static v1.4.0 |
182 | 2024-02-14T22:16:28.772Z | Downloaded debug-ignore v1.0.5 |
183 | 2024-02-14T22:16:28.792Z | Downloaded subtle v2.5.0 |
184 | 2024-02-14T22:16:28.792Z | Downloaded fastrand v2.0.0 |
185 | 2024-02-14T22:16:28.792Z | Downloaded data-encoding v2.4.0 |
186 | 2024-02-14T22:16:28.792Z | Downloaded scopeguard v1.1.0 |
187 | 2024-02-14T22:16:28.792Z | Downloaded multer v3.0.0 |
188 | 2024-02-14T22:16:28.792Z | Downloaded rustls-pki-types v1.2.0 |
189 | 2024-02-14T22:16:28.793Z | Downloaded slog-json v2.6.1 |
190 | 2024-02-14T22:16:28.793Z | Downloaded dirs-next v2.0.0 |
191 | 2024-02-14T22:16:28.793Z | Downloaded version_check v0.9.4 |
192 | 2024-02-14T22:16:28.793Z | Downloaded buf-list v1.0.3 |
193 | 2024-02-14T22:16:28.793Z | Downloaded autocfg v1.1.0 |
194 | 2024-02-14T22:16:28.793Z | Downloaded serde_urlencoded v0.7.1 |
195 | 2024-02-14T22:16:28.793Z | Downloaded serde_tokenstream v0.2.0 |
196 | 2024-02-14T22:16:28.806Z | Downloaded concurrent-queue v2.2.0 |
197 | 2024-02-14T22:16:28.806Z | Downloaded event-listener-strategy v0.4.0 |
198 | 2024-02-14T22:16:28.806Z | Downloaded termcolor v1.1.2 |
199 | 2024-02-14T22:16:28.806Z | Downloaded futures-core v0.3.30 |
200 | 2024-02-14T22:16:28.807Z | Downloaded usdt v0.5.0 |
201 | 2024-02-14T22:16:28.807Z | Downloaded tokio-macros v2.2.0 |
202 | 2024-02-14T22:16:28.807Z | Downloaded form_urlencoded v1.2.1 |
203 | 2024-02-14T22:16:28.821Z | Downloaded slog-async v2.8.0 |
204 | 2024-02-14T22:16:28.822Z | Downloaded hostname v0.3.1 |
205 | 2024-02-14T22:16:28.822Z | Downloaded pem v3.0.3 |
206 | 2024-02-14T22:16:28.822Z | Downloaded slab v0.4.5 |
207 | 2024-02-14T22:16:28.822Z | Downloaded console v0.15.7 |
208 | 2024-02-14T22:16:28.822Z | Downloaded async-stream v0.3.5 |
209 | 2024-02-14T22:16:28.822Z | Downloaded tempfile v3.9.0 |
210 | 2024-02-14T22:16:28.831Z | Downloaded tinyvec v1.5.1 |
211 | 2024-02-14T22:16:28.831Z | Downloaded percent-encoding v2.3.1 |
212 | 2024-02-14T22:16:28.831Z | Downloaded pest_derive v2.7.6 |
213 | 2024-02-14T22:16:28.831Z | Downloaded rustls-native-certs v0.7.0 |
214 | 2024-02-14T22:16:28.831Z | Downloaded unicase v2.6.0 |
215 | 2024-02-14T22:16:28.832Z | Downloaded quote v1.0.35 |
216 | 2024-02-14T22:16:28.832Z | Downloaded async-trait v0.1.77 |
217 | 2024-02-14T22:16:28.842Z | Downloaded spin v0.9.8 |
218 | 2024-02-14T22:16:28.842Z | Downloaded sha2 v0.10.8 |
219 | 2024-02-14T22:16:28.842Z | Downloaded pin-project-lite v0.2.12 |
220 | 2024-02-14T22:16:28.842Z | Downloaded scroll v0.12.0 |
221 | 2024-02-14T22:16:28.842Z | Downloaded time-macros v0.2.16 |
222 | 2024-02-14T22:16:28.848Z | Downloaded hyper-rustls v0.25.0 |
223 | 2024-02-14T22:16:28.848Z | Downloaded utf-8 v0.7.6 |
224 | 2024-02-14T22:16:28.849Z | Downloaded getrandom v0.2.11 |
225 | 2024-02-14T22:16:28.867Z | Downloaded unicode-segmentation v1.10.0 |
226 | 2024-02-14T22:16:28.867Z | Downloaded subprocess v0.2.9 |
227 | 2024-02-14T22:16:28.872Z | Downloaded socket2 v0.5.5 |
228 | 2024-02-14T22:16:28.872Z | Downloaded tracing v0.1.40 |
229 | 2024-02-14T22:16:28.872Z | Downloaded parking_lot v0.12.1 |
230 | 2024-02-14T22:16:28.872Z | Downloaded unicode-ident v1.0.0 |
231 | 2024-02-14T22:16:28.872Z | Downloaded byteorder v1.4.3 |
232 | 2024-02-14T22:16:28.872Z | Downloaded http v0.2.9 |
233 | 2024-02-14T22:16:28.881Z | Downloaded ucd-trie v0.1.6 |
234 | 2024-02-14T22:16:28.881Z | Downloaded trybuild v1.0.89 |
235 | 2024-02-14T22:16:28.899Z | Downloaded bytes v1.5.0 |
236 | 2024-02-14T22:16:28.899Z | Downloaded uuid v1.7.0 |
237 | 2024-02-14T22:16:28.899Z | Downloaded url v2.2.2 |
238 | 2024-02-14T22:16:28.900Z | Downloaded rcgen v0.12.1 |
239 | 2024-02-14T22:16:28.900Z | Downloaded toml v0.8.9 |
240 | 2024-02-14T22:16:28.910Z | Downloaded indexmap v2.2.2 |
241 | 2024-02-14T22:16:28.910Z | Downloaded crossbeam-channel v0.5.1 |
242 | 2024-02-14T22:16:28.910Z | Downloaded futures v0.3.30 |
243 | 2024-02-14T22:16:28.910Z | Downloaded basic-toml v0.1.8 |
244 | 2024-02-14T22:16:28.917Z | Downloaded rand v0.8.4 |
245 | 2024-02-14T22:16:28.922Z | Downloaded tokio-util v0.7.7 |
246 | 2024-02-14T22:16:28.927Z | Downloaded mio v0.8.9 |
247 | 2024-02-14T22:16:28.932Z | Downloaded memchr v2.6.0 |
248 | 2024-02-14T22:16:28.938Z | Downloaded pest v2.7.6 |
249 | 2024-02-14T22:16:28.952Z | Downloaded unicode-normalization v0.1.19 |
250 | 2024-02-14T22:16:28.952Z | Downloaded zerocopy v0.7.32 |
251 | 2024-02-14T22:16:28.967Z | Downloaded rustls-webpki v0.102.1 |
252 | 2024-02-14T22:16:28.990Z | Downloaded winnow v0.5.15 |
253 | 2024-02-14T22:16:29.004Z | Downloaded syn v2.0.48 |
254 | 2024-02-14T22:16:29.023Z | Downloaded hyper v0.14.27 |
255 | 2024-02-14T22:16:29.023Z | Downloaded rustls v0.22.2 |
256 | 2024-02-14T22:16:29.033Z | Downloaded chrono v0.4.33 |
257 | 2024-02-14T22:16:29.033Z | Downloaded idna v0.2.3 |
258 | 2024-02-14T22:16:29.040Z | Downloaded syn v1.0.109 |
259 | 2024-02-14T22:16:29.046Z | Downloaded h2 v0.3.24 |
260 | 2024-02-14T22:16:29.053Z | Downloaded futures-util v0.3.30 |
261 | 2024-02-14T22:16:29.064Z | Downloaded rustix v0.38.28 |
262 | 2024-02-14T22:16:29.087Z | Downloaded openapiv3 v2.0.0 |
263 | 2024-02-14T22:16:29.118Z | Downloaded libc v0.2.153 |
264 | 2024-02-14T22:16:29.125Z | Downloaded goblin v0.8.0 |
265 | 2024-02-14T22:16:29.160Z | Downloaded time v0.3.31 |
266 | 2024-02-14T22:16:29.161Z | Downloaded tokio v1.36.0 |
267 | 2024-02-14T22:16:29.192Z | Downloaded serde v1.0.196 |
268 | 2024-02-14T22:16:29.247Z | Downloaded expectorate v1.1.0 |
269 | 2024-02-14T22:16:29.247Z | Downloaded hashbrown v0.14.1 |
270 | 2024-02-14T22:16:29.247Z | Downloaded cc v1.0.83 |
271 | 2024-02-14T22:16:29.248Z | Downloaded slog v2.7.0 |
272 | 2024-02-14T22:16:29.248Z | Downloaded num-traits v0.2.14 |
273 | 2024-02-14T22:16:29.248Z | Downloaded ryu v1.0.5 |
274 | 2024-02-14T22:16:29.248Z | Downloaded zerocopy-derive v0.7.32 |
275 | 2024-02-14T22:16:29.248Z | Downloaded similar v2.2.1 |
276 | 2024-02-14T22:16:29.248Z | Downloaded crossbeam-utils v0.8.15 |
277 | 2024-02-14T22:16:29.248Z | Downloaded encoding_rs v0.8.32 |
278 | 2024-02-14T22:16:29.268Z | Downloaded typenum v1.14.0 |
279 | 2024-02-14T22:16:29.268Z | Downloaded ppv-lite86 v0.2.15 |
280 | 2024-02-14T22:16:29.268Z | Downloaded yasna v0.5.2 |
281 | 2024-02-14T22:16:29.269Z | Downloaded thiserror-impl v1.0.56 |
282 | 2024-02-14T22:16:29.269Z | Downloaded generic-array v0.14.5 |
283 | 2024-02-14T22:16:29.269Z | Downloaded smallvec v1.7.0 |
284 | 2024-02-14T22:16:29.269Z | Downloaded slog-term v2.9.0 |
285 | 2024-02-14T22:16:29.269Z | Downloaded atomic-waker v1.1.1 |
286 | 2024-02-14T22:16:29.269Z | Downloaded http v1.0.0 |
287 | 2024-02-14T22:16:29.269Z | Downloaded tracing-core v0.1.32 |
288 | 2024-02-14T22:16:29.269Z | Downloaded futures-executor v0.3.30 |
289 | 2024-02-14T22:16:29.269Z | Downloaded mime_guess v2.0.4 |
290 | 2024-02-14T22:16:29.269Z | Downloaded memmap v0.7.0 |
291 | 2024-02-14T22:16:29.269Z | Downloaded serde_derive_internals v0.26.0 |
292 | 2024-02-14T22:16:29.269Z | Downloaded unicode-width v0.1.9 |
293 | 2024-02-14T22:16:29.270Z | Downloaded untrusted v0.9.0 |
294 | 2024-02-14T22:16:29.270Z | Downloaded serde_spanned v0.6.5 |
295 | 2024-02-14T22:16:29.270Z | Downloaded futures-io v0.3.30 |
296 | 2024-02-14T22:16:29.270Z | Downloaded sha1 v0.10.6 |
297 | 2024-02-14T22:16:29.270Z | Downloaded httpdate v1.0.1 |
298 | 2024-02-14T22:16:29.270Z | Downloaded zeroize v1.7.0 |
299 | 2024-02-14T22:16:29.270Z | Downloaded deranged v0.3.11 |
300 | 2024-02-14T22:16:29.270Z | Downloaded serde_path_to_error v0.1.15 |
301 | 2024-02-14T22:16:29.270Z | Downloaded schemars_derive v0.8.16 |
302 | 2024-02-14T22:16:29.270Z | Downloaded parking v2.2.0 |
303 | 2024-02-14T22:16:29.277Z | Downloaded num_cpus v1.13.0 |
304 | 2024-02-14T22:16:29.277Z | Downloaded glob v0.3.0 |
305 | 2024-02-14T22:16:29.277Z | Downloaded powerfmt v0.2.0 |
306 | 2024-02-14T22:16:29.278Z | Downloaded digest v0.10.7 |
307 | 2024-02-14T22:16:29.278Z | Downloaded async-channel v2.1.1 |
308 | 2024-02-14T22:16:29.774Z | Downloaded ring v0.17.7 |
309 | 2024-02-14T22:16:29.787Z | Compiling proc-macro2 v1.0.78 |
310 | 2024-02-14T22:16:29.787Z | Compiling unicode-ident v1.0.0 |
311 | 2024-02-14T22:16:29.787Z | Compiling libc v0.2.153 |
312 | 2024-02-14T22:16:29.787Z | Compiling cfg-if v1.0.0 |
313 | 2024-02-14T22:16:29.788Z | Compiling serde v1.0.196 |
314 | 2024-02-14T22:16:29.788Z | Compiling version_check v0.9.4 |
315 | 2024-02-14T22:16:29.788Z | Compiling itoa v1.0.1 |
316 | 2024-02-14T22:16:29.788Z | Compiling once_cell v1.13.1 |
317 | 2024-02-14T22:16:29.788Z | Running `/home/build/.rustup/toolchains/1.75.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=f6351184651a803a -C extra-filename=-f6351184651a803a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
318 | 2024-02-14T22:16:29.789Z | Running `/home/build/.rustup/toolchains/1.75.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.78/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=d6da6e426a6da224 -C extra-filename=-d6da6e426a6da224 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d6da6e426a6da224 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
319 | 2024-02-14T22:16:29.789Z | Running `/home/build/.rustup/toolchains/1.75.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=bcfb06d30084687b -C extra-filename=-bcfb06d30084687b --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-bcfb06d30084687b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
320 | 2024-02-14T22:16:29.789Z | Running `/home/build/.rustup/toolchains/1.75.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=cd3f2772b8aa5c1b -C extra-filename=-cd3f2772b8aa5c1b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
321 | 2024-02-14T22:16:29.790Z | Running `/home/build/.rustup/toolchains/1.75.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.196/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=db7fbc5f0c88e353 -C extra-filename=-db7fbc5f0c88e353 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-db7fbc5f0c88e353 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
322 | 2024-02-14T22:16:29.790Z | Running `/home/build/.rustup/toolchains/1.75.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=65779e31bb2ca288 -C extra-filename=-65779e31bb2ca288 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
323 | 2024-02-14T22:16:29.790Z | Running `/home/build/.rustup/toolchains/1.75.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=a3982f9f0d2c08dc -C extra-filename=-a3982f9f0d2c08dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
324 | 2024-02-14T22:16:29.790Z | Running `/home/build/.rustup/toolchains/1.75.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=d65dce78978d8112 -C extra-filename=-d65dce78978d8112 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
325 | 2024-02-14T22:16:29.790Z | Compiling pin-project-lite v0.2.12 |
326 | 2024-02-14T22:16:29.790Z | Running `/home/build/.rustup/toolchains/1.75.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=1be6c62c4c377c3d -C extra-filename=-1be6c62c4c377c3d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
327 | 2024-02-14T22:16:29.790Z | Compiling memchr v2.6.0 |
328 | 2024-02-14T22:16:29.791Z | Running `/home/build/.rustup/toolchains/1.75.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=e19a3263908c2ce1 -C extra-filename=-e19a3263908c2ce1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
329 | 2024-02-14T22:16:29.795Z | Compiling log v0.4.17 |
330 | 2024-02-14T22:16:29.795Z | Running `/home/build/.rustup/toolchains/1.75.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=6e22b8ac5ec5b051 -C extra-filename=-6e22b8ac5ec5b051 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-6e22b8ac5ec5b051 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
331 | 2024-02-14T22:16:29.798Z | Compiling thiserror v1.0.56 |
332 | 2024-02-14T22:16:29.799Z | Running `/home/build/.rustup/toolchains/1.75.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=fd0b92f7c33c01bd -C extra-filename=-fd0b92f7c33c01bd --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-fd0b92f7c33c01bd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
333 | 2024-02-14T22:16:29.989Z | Compiling ryu v1.0.5 |
334 | 2024-02-14T22:16:29.993Z | Running `/home/build/.rustup/toolchains/1.75.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=67681f80408dd000 -C extra-filename=-67681f80408dd000 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-67681f80408dd000 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
335 | 2024-02-14T22:16:30.146Z | Compiling bytes v1.5.0 |
336 | 2024-02-14T22:16:30.149Z | Running `/home/build/.rustup/toolchains/1.75.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=280e8a31f1601c39 -C extra-filename=-280e8a31f1601c39 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
337 | 2024-02-14T22:16:31.070Z | Compiling futures-core v0.3.30 |
338 | 2024-02-14T22:16:31.075Z | Running `/home/build/.rustup/toolchains/1.75.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=987a95328493040a -C extra-filename=-987a95328493040a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
339 | 2024-02-14T22:16:31.159Z | Compiling serde_json v1.0.113 |
340 | 2024-02-14T22:16:31.162Z | Running `/home/build/.rustup/toolchains/1.75.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.113/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=aab35d3adf569c72 -C extra-filename=-aab35d3adf569c72 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-aab35d3adf569c72 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
341 | 2024-02-14T22:16:31.241Z | Compiling futures-sink v0.3.30 |
342 | 2024-02-14T22:16:31.245Z | Running `/home/build/.rustup/toolchains/1.75.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=51df5c928ee42e07 -C extra-filename=-51df5c928ee42e07 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
343 | 2024-02-14T22:16:31.347Z | Compiling parking_lot_core v0.9.4 |
344 | 2024-02-14T22:16:31.375Z | Running `/home/build/.rustup/toolchains/1.75.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=a28723919499c23c -C extra-filename=-a28723919499c23c --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-a28723919499c23c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
345 | 2024-02-14T22:16:31.885Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-aab35d3adf569c72/build-script-build` |
346 | 2024-02-14T22:16:31.885Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-6e22b8ac5ec5b051/build-script-build` |
347 | 2024-02-14T22:16:31.891Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-a28723919499c23c/build-script-build` |
348 | 2024-02-14T22:16:31.905Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-67681f80408dd000/build-script-build` |
349 | 2024-02-14T22:16:31.910Z | Compiling smallvec v1.7.0 |
350 | 2024-02-14T22:16:31.914Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d6da6e426a6da224/build-script-build` |
351 | 2024-02-14T22:16:31.914Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-fd0b92f7c33c01bd/build-script-build` |
352 | 2024-02-14T22:16:31.914Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-bcfb06d30084687b/build-script-build` |
353 | 2024-02-14T22:16:31.914Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-db7fbc5f0c88e353/build-script-build` |
354 | 2024-02-14T22:16:31.917Z | Compiling scopeguard v1.1.0 |
355 | 2024-02-14T22:16:31.917Z | Running `/home/build/.rustup/toolchains/1.75.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=ca260933aa8b91ca -C extra-filename=-ca260933aa8b91ca --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-cd3f2772b8aa5c1b.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
356 | 2024-02-14T22:16:31.921Z | Running `/home/build/.rustup/toolchains/1.75.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=3aaf073763f02764 -C extra-filename=-3aaf073763f02764 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
357 | 2024-02-14T22:16:31.924Z | Running `/home/build/.rustup/toolchains/1.75.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=bd10bf2d47ffe058 -C extra-filename=-bd10bf2d47ffe058 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
358 | 2024-02-14T22:16:31.954Z | Running `/home/build/.rustup/toolchains/1.75.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=d8fac759df196510 -C extra-filename=-d8fac759df196510 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
359 | 2024-02-14T22:16:31.972Z | Running `/home/build/.rustup/toolchains/1.75.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=42df0961eeaea99c -C extra-filename=-42df0961eeaea99c --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` |
360 | 2024-02-14T22:16:31.977Z | Compiling fnv v1.0.7 |
361 | 2024-02-14T22:16:31.978Z | Running `/home/build/.rustup/toolchains/1.75.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=738e0c63d2b3c6de -C extra-filename=-738e0c63d2b3c6de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
362 | 2024-02-14T22:16:31.996Z | Compiling lock_api v0.4.6 |
363 | 2024-02-14T22:16:32.002Z | Running `/home/build/.rustup/toolchains/1.75.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=04e1ecf3663e4d50 -C extra-filename=-04e1ecf3663e4d50 --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-bd10bf2d47ffe058.rmeta --cap-lints allow` |
364 | 2024-02-14T22:16:32.021Z | Compiling futures-channel v0.3.30 |
365 | 2024-02-14T22:16:32.031Z | Running `/home/build/.rustup/toolchains/1.75.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=03f65ceffbf17ae0 -C extra-filename=-03f65ceffbf17ae0 --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-987a95328493040a.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-51df5c928ee42e07.rmeta --cap-lints allow` |
366 | 2024-02-14T22:16:32.071Z | Running `/home/build/.rustup/toolchains/1.75.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.78/src/lib.rs --error-format=json --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=eabdca66f4958eaa -C extra-filename=-eabdca66f4958eaa --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-f6351184651a803a.rmeta --cap-lints allow --cfg wrap_proc_macro` |
367 | 2024-02-14T22:16:32.087Z | Compiling slab v0.4.5 |
368 | 2024-02-14T22:16:32.087Z | Running `/home/build/.rustup/toolchains/1.75.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=d28582c2c4e87732 -C extra-filename=-d28582c2c4e87732 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
369 | 2024-02-14T22:16:32.269Z | Compiling typenum v1.14.0 |
370 | 2024-02-14T22:16:32.285Z | Running `/home/build/.rustup/toolchains/1.75.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=f893bc55a23620d4 -C extra-filename=-f893bc55a23620d4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-f893bc55a23620d4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
371 | 2024-02-14T22:16:32.295Z | Compiling ucd-trie v0.1.6 |
372 | 2024-02-14T22:16:32.300Z | Running `/home/build/.rustup/toolchains/1.75.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=d0130cc9a68310d4 -C extra-filename=-d0130cc9a68310d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
373 | 2024-02-14T22:16:32.300Z | Compiling futures-task v0.3.30 |
374 | 2024-02-14T22:16:32.300Z | Running `/home/build/.rustup/toolchains/1.75.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=c5b180c416aea71d -C extra-filename=-c5b180c416aea71d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
375 | 2024-02-14T22:16:32.347Z | Compiling futures-io v0.3.30 |
376 | 2024-02-14T22:16:32.382Z | Running `/home/build/.rustup/toolchains/1.75.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=2fcd04eb9bd4c1da -C extra-filename=-2fcd04eb9bd4c1da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
377 | 2024-02-14T22:16:32.412Z | Compiling pin-utils v0.1.0 |
378 | 2024-02-14T22:16:32.412Z | Compiling generic-array v0.14.5 |
379 | 2024-02-14T22:16:32.418Z | Running `/home/build/.rustup/toolchains/1.75.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=336aa480aae3208b -C extra-filename=-336aa480aae3208b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
380 | 2024-02-14T22:16:32.418Z | Running `/home/build/.rustup/toolchains/1.75.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=3d50a5c2117c315c -C extra-filename=-3d50a5c2117c315c --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-3d50a5c2117c315c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-65779e31bb2ca288.rlib --cap-lints allow` |
381 | 2024-02-14T22:16:32.490Z | Compiling crossbeam-utils v0.8.15 |
382 | 2024-02-14T22:16:32.494Z | Running `/home/build/.rustup/toolchains/1.75.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=4f9a6f7393290f46 -C extra-filename=-4f9a6f7393290f46 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-4f9a6f7393290f46 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
383 | 2024-02-14T22:16:32.599Z | Compiling byteorder v1.4.3 |
384 | 2024-02-14T22:16:32.603Z | Running `/home/build/.rustup/toolchains/1.75.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=89546a559f489be4 -C extra-filename=-89546a559f489be4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
385 | 2024-02-14T22:16:32.651Z | Compiling equivalent v1.0.0 |
386 | 2024-02-14T22:16:32.658Z | Running `/home/build/.rustup/toolchains/1.75.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=9b8f3be9c4fe793e -C extra-filename=-9b8f3be9c4fe793e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
387 | 2024-02-14T22:16:32.731Z | Compiling httparse v1.8.0 |
388 | 2024-02-14T22:16:32.735Z | Running `/home/build/.rustup/toolchains/1.75.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=4e6bf32b8218ff72 -C extra-filename=-4e6bf32b8218ff72 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-4e6bf32b8218ff72 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
389 | 2024-02-14T22:16:32.741Z | Compiling hashbrown v0.14.1 |
390 | 2024-02-14T22:16:32.748Z | Running `/home/build/.rustup/toolchains/1.75.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=acf18acec50e1593 -C extra-filename=-acf18acec50e1593 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
391 | 2024-02-14T22:16:32.951Z | Compiling quote v1.0.35 |
392 | 2024-02-14T22:16:32.958Z | Running `/home/build/.rustup/toolchains/1.75.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=15d1c463caedc7c9 -C extra-filename=-15d1c463caedc7c9 --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-eabdca66f4958eaa.rmeta --cap-lints allow` |
393 | 2024-02-14T22:16:32.999Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-4f9a6f7393290f46/build-script-build` |
394 | 2024-02-14T22:16:33.031Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-3d50a5c2117c315c/build-script-build` |
395 | 2024-02-14T22:16:33.031Z | Compiling spin v0.9.8 |
396 | 2024-02-14T22:16:33.031Z | Running `/home/build/.rustup/toolchains/1.75.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=69da9086cd46fc13 -C extra-filename=-69da9086cd46fc13 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
397 | 2024-02-14T22:16:33.487Z | Compiling time-core v0.1.2 |
398 | 2024-02-14T22:16:33.487Z | Running `/home/build/.rustup/toolchains/1.75.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=c999e011b10efefa -C extra-filename=-c999e011b10efefa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
399 | 2024-02-14T22:16:33.488Z | Compiling getrandom v0.2.11 |
400 | 2024-02-14T22:16:33.488Z | Running `/home/build/.rustup/toolchains/1.75.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=33f9a957a930a3d8 -C extra-filename=-33f9a957a930a3d8 --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-cd3f2772b8aa5c1b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rmeta --cap-lints allow` |
401 | 2024-02-14T22:16:33.488Z | Compiling cc v1.0.83 |
402 | 2024-02-14T22:16:33.488Z | Running `/home/build/.rustup/toolchains/1.75.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=645b21c76e4a41db -C extra-filename=-645b21c76e4a41db --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-42df0961eeaea99c.rmeta --cap-lints allow` |
403 | 2024-02-14T22:16:33.488Z | Running `/home/build/.rustup/toolchains/1.75.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=321e5524d521b329 -C extra-filename=-321e5524d521b329 --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-cd3f2772b8aa5c1b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-3aaf073763f02764.rmeta --cap-lints allow` |
404 | 2024-02-14T22:16:33.488Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-f893bc55a23620d4/build-script-main` |
405 | 2024-02-14T22:16:33.488Z | Compiling syn v2.0.48 |
406 | 2024-02-14T22:16:33.488Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.48/src/lib.rs --error-format=json --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=5f978e1914a4378f -C extra-filename=-5f978e1914a4378f --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-eabdca66f4958eaa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-f6351184651a803a.rmeta --cap-lints allow` |
407 | 2024-02-14T22:16:33.510Z | Compiling num_cpus v1.13.0 |
408 | 2024-02-14T22:16:33.514Z | Running `/home/build/.rustup/toolchains/1.75.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=9ea4acd1afe32f28 -C extra-filename=-9ea4acd1afe32f28 --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-42df0961eeaea99c.rmeta --cap-lints allow` |
409 | 2024-02-14T22:16:33.532Z | Compiling mio v0.8.9 |
410 | 2024-02-14T22:16:33.536Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=e3ec798826e4a79e -C extra-filename=-e3ec798826e4a79e --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-42df0961eeaea99c.rmeta --cap-lints allow` |
411 | 2024-02-14T22:16:33.618Z | Compiling parking_lot v0.12.1 |
412 | 2024-02-14T22:16:33.622Z | Running `/home/build/.rustup/toolchains/1.75.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=3a02842783f9bcd7 -C extra-filename=-3a02842783f9bcd7 --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-04e1ecf3663e4d50.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-321e5524d521b329.rmeta --cap-lints allow` |
413 | 2024-02-14T22:16:33.722Z | Compiling socket2 v0.5.5 |
414 | 2024-02-14T22:16:33.729Z | Running `/home/build/.rustup/toolchains/1.75.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=76d688924c29a20c -C extra-filename=-76d688924c29a20c --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-42df0961eeaea99c.rmeta --cap-lints allow` |
415 | 2024-02-14T22:16:33.905Z | Compiling signal-hook-registry v1.4.0 |
416 | 2024-02-14T22:16:33.913Z | Running `/home/build/.rustup/toolchains/1.75.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=88dc79c71e4b5e54 -C extra-filename=-88dc79c71e4b5e54 --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-42df0961eeaea99c.rmeta --cap-lints allow` |
417 | 2024-02-14T22:16:33.952Z | Running `/home/build/.rustup/toolchains/1.75.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=24d49a888740b111 -C extra-filename=-24d49a888740b111 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
418 | 2024-02-14T22:16:34.003Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-4e6bf32b8218ff72/build-script-build` |
419 | 2024-02-14T22:16:34.024Z | Compiling powerfmt v0.2.0 |
420 | 2024-02-14T22:16:34.028Z | Running `/home/build/.rustup/toolchains/1.75.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=b0a482721c408671 -C extra-filename=-b0a482721c408671 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
421 | 2024-02-14T22:16:34.436Z | Compiling deranged v0.3.11 |
422 | 2024-02-14T22:16:34.440Z | Running `/home/build/.rustup/toolchains/1.75.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=69dedaa9cf46065e -C extra-filename=-69dedaa9cf46065e --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-b0a482721c408671.rmeta --cap-lints allow` |
423 | 2024-02-14T22:16:34.650Z | Running `/home/build/.rustup/toolchains/1.75.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=34e3d1b1a989b226 -C extra-filename=-34e3d1b1a989b226 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd` |
424 | 2024-02-14T22:16:34.759Z | Compiling time-macros v0.2.16 |
425 | 2024-02-14T22:16:34.767Z | Running `/home/build/.rustup/toolchains/1.75.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=b9df0b438dd6fcd4 -C extra-filename=-b9df0b438dd6fcd4 --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-c999e011b10efefa.rlib --extern proc_macro --cap-lints allow` |
426 | 2024-02-14T22:16:34.928Z | Compiling tracing-core v0.1.32 |
427 | 2024-02-14T22:16:34.933Z | Running `/home/build/.rustup/toolchains/1.75.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=5a5103c2674bde2d -C extra-filename=-5a5103c2674bde2d --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-cd3f2772b8aa5c1b.rmeta --cap-lints allow` |
428 | 2024-02-14T22:16:34.933Z | Running `/home/build/.rustup/toolchains/1.75.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=5f9fdd543e903e52 -C extra-filename=-5f9fdd543e903e52 --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-d65dce78978d8112.rmeta --cap-lints allow` |
429 | 2024-02-14T22:16:35.363Z | Running `/home/build/.rustup/toolchains/1.75.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=702823a2cc2385d8 -C extra-filename=-702823a2cc2385d8 --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-24d49a888740b111.rmeta --cap-lints allow --cfg relaxed_coherence` |
430 | 2024-02-14T22:16:35.413Z | Compiling num_threads v0.1.3 |
431 | 2024-02-14T22:16:35.416Z | Running `/home/build/.rustup/toolchains/1.75.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=a40e629fc077e3e1 -C extra-filename=-a40e629fc077e3e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
432 | 2024-02-14T22:16:35.525Z | Compiling plain v0.2.3 |
433 | 2024-02-14T22:16:35.528Z | Running `/home/build/.rustup/toolchains/1.75.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=47d2082e00c29b41 -C extra-filename=-47d2082e00c29b41 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
434 | 2024-02-14T22:16:35.599Z | Compiling ring v0.17.7 |
435 | 2024-02-14T22:16:35.601Z | Running `/home/build/.rustup/toolchains/1.75.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=e17e719adbd1495f -C extra-filename=-e17e719adbd1495f --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-e17e719adbd1495f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-645b21c76e4a41db.rlib --cap-lints allow` |
436 | 2024-02-14T22:16:35.658Z | Compiling tinyvec_macros v0.1.0 |
437 | 2024-02-14T22:16:35.661Z | Running `/home/build/.rustup/toolchains/1.75.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=952c354dd4e05127 -C extra-filename=-952c354dd4e05127 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
438 | 2024-02-14T22:16:35.733Z | Compiling untrusted v0.9.0 |
439 | 2024-02-14T22:16:35.737Z | Running `/home/build/.rustup/toolchains/1.75.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=f5169a7b7a364bf7 -C extra-filename=-f5169a7b7a364bf7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
440 | 2024-02-14T22:16:35.894Z | Compiling rustls-pki-types v1.2.0 |
441 | 2024-02-14T22:16:35.898Z | Running `/home/build/.rustup/toolchains/1.75.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.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f0772574358f9726 -C extra-filename=-f0772574358f9726 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
442 | 2024-02-14T22:16:36.336Z | Compiling slog v2.7.0 |
443 | 2024-02-14T22:16:36.342Z | Running `/home/build/.rustup/toolchains/1.75.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=11d537c3b7155c5e -C extra-filename=-11d537c3b7155c5e --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-11d537c3b7155c5e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
444 | 2024-02-14T22:16:36.587Z | Compiling percent-encoding v2.3.1 |
445 | 2024-02-14T22:16:37.046Z | Running `/home/build/.rustup/toolchains/1.75.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=c1dc8ebb7bdcd9fa -C extra-filename=-c1dc8ebb7bdcd9fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
446 | 2024-02-14T22:16:37.047Z | Compiling tinyvec v1.5.1 |
447 | 2024-02-14T22:16:37.047Z | Running `/home/build/.rustup/toolchains/1.75.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=f1da95060662c751 -C extra-filename=-f1da95060662c751 --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-952c354dd4e05127.rmeta --cap-lints allow` |
448 | 2024-02-14T22:16:37.047Z | Compiling tracing v0.1.40 |
449 | 2024-02-14T22:16:37.047Z | Running `/home/build/.rustup/toolchains/1.75.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=fa29d5aa9dcfb103 -C extra-filename=-fa29d5aa9dcfb103 --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-1be6c62c4c377c3d.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-5f9fdd543e903e52.rmeta --cap-lints allow` |
450 | 2024-02-14T22:16:37.047Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-e17e719adbd1495f/build-script-build` |
451 | 2024-02-14T22:16:37.047Z | Compiling http v0.2.9 |
452 | 2024-02-14T22:16:37.047Z | Running `/home/build/.rustup/toolchains/1.75.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=c447adcdb4bc52bb -C extra-filename=-c447adcdb4bc52bb --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-280e8a31f1601c39.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-738e0c63d2b3c6de.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-a3982f9f0d2c08dc.rmeta --cap-lints allow` |
453 | 2024-02-14T22:16:37.048Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-11d537c3b7155c5e/build-script-build` |
454 | 2024-02-14T22:16:37.048Z | Compiling form_urlencoded v1.2.1 |
455 | 2024-02-14T22:16:37.048Z | Running `/home/build/.rustup/toolchains/1.75.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=aae5a414e62436ac -C extra-filename=-aae5a414e62436ac --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-c1dc8ebb7bdcd9fa.rmeta --cap-lints allow` |
456 | 2024-02-14T22:16:37.048Z | Compiling usdt-impl v0.5.0 |
457 | 2024-02-14T22:16:37.048Z | Running `/home/build/.rustup/toolchains/1.75.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=ef053120d4e61b5f -C extra-filename=-ef053120d4e61b5f --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ef053120d4e61b5f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-65779e31bb2ca288.rlib --cap-lints allow` |
458 | 2024-02-14T22:16:37.065Z | Compiling unicase v2.6.0 |
459 | 2024-02-14T22:16:37.069Z | Running `/home/build/.rustup/toolchains/1.75.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=ba7ad701ffdf39cb -C extra-filename=-ba7ad701ffdf39cb --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-ba7ad701ffdf39cb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-65779e31bb2ca288.rlib --cap-lints allow` |
460 | 2024-02-14T22:16:37.125Z | Compiling pretty-hex v0.4.1 |
461 | 2024-02-14T22:16:37.129Z | Running `/home/build/.rustup/toolchains/1.75.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=a73f187dc339f9b5 -C extra-filename=-a73f187dc339f9b5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
462 | 2024-02-14T22:16:37.264Z | Compiling base64 v0.21.7 |
463 | 2024-02-14T22:16:37.269Z | Running `/home/build/.rustup/toolchains/1.75.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="default"' --cfg 'feature="std"' -C metadata=de258b843ba737aa -C extra-filename=-de258b843ba737aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
464 | 2024-02-14T22:16:37.303Z | Compiling autocfg v1.1.0 |
465 | 2024-02-14T22:16:37.307Z | Running `/home/build/.rustup/toolchains/1.75.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=10738865a70468a9 -C extra-filename=-10738865a70468a9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
466 | 2024-02-14T22:16:37.379Z | Compiling syn v1.0.109 |
467 | 2024-02-14T22:16:37.386Z | Running `/home/build/.rustup/toolchains/1.75.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=eb9d1582321472bb -C extra-filename=-eb9d1582321472bb --out-dir /work/oxidecomputer/dropshot/target/debug/build/syn-eb9d1582321472bb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
468 | 2024-02-14T22:16:37.910Z | Compiling paste v1.0.14 |
469 | 2024-02-14T22:16:37.914Z | Running `/home/build/.rustup/toolchains/1.75.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=3a9b74c2c2674217 -C extra-filename=-3a9b74c2c2674217 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-3a9b74c2c2674217 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
470 | 2024-02-14T22:16:37.919Z | Compiling num-traits v0.2.14 |
471 | 2024-02-14T22:16:37.922Z | Running `/home/build/.rustup/toolchains/1.75.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=da34f9582f206a68 -C extra-filename=-da34f9582f206a68 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-da34f9582f206a68 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-10738865a70468a9.rlib --cap-lints allow` |
472 | 2024-02-14T22:16:37.927Z | Compiling time v0.3.31 |
473 | 2024-02-14T22:16:37.930Z | Running `/home/build/.rustup/toolchains/1.75.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=68285237bc127da5 -C extra-filename=-68285237bc127da5 --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-69dedaa9cf46065e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-a3982f9f0d2c08dc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-a40e629fc077e3e1.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-b0a482721c408671.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-c999e011b10efefa.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-b9df0b438dd6fcd4.so --cap-lints allow` |
474 | 2024-02-14T22:16:37.960Z | Running `/work/oxidecomputer/dropshot/target/debug/build/syn-eb9d1582321472bb/build-script-build` |
475 | 2024-02-14T22:16:38.001Z | Compiling unicode-normalization v0.1.19 |
476 | 2024-02-14T22:16:38.016Z | Running `/home/build/.rustup/toolchains/1.75.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=78dd0308e6e60977 -C extra-filename=-78dd0308e6e60977 --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-f1da95060662c751.rmeta --cap-lints allow` |
477 | 2024-02-14T22:16:38.022Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-ba7ad701ffdf39cb/build-script-build` |
478 | 2024-02-14T22:16:38.163Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ef053120d4e61b5f/build-script-build` |
479 | 2024-02-14T22:16:38.204Z | Running `/home/build/.rustup/toolchains/1.75.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=c4045080587429f2 -C extra-filename=-c4045080587429f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128` |
480 | 2024-02-14T22:16:38.284Z | Compiling crypto-common v0.1.6 |
481 | 2024-02-14T22:16:38.294Z | Running `/home/build/.rustup/toolchains/1.75.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=3e2aaf657efe5563 -C extra-filename=-3e2aaf657efe5563 --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-702823a2cc2385d8.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-24d49a888740b111.rmeta --cap-lints allow` |
482 | 2024-02-14T22:16:38.305Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-3a9b74c2c2674217/build-script-build` |
483 | 2024-02-14T22:16:38.357Z | Compiling block-buffer v0.10.2 |
484 | 2024-02-14T22:16:38.361Z | Running `/home/build/.rustup/toolchains/1.75.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=a8d28e9d07a476e5 -C extra-filename=-a8d28e9d07a476e5 --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-702823a2cc2385d8.rmeta --cap-lints allow` |
485 | 2024-02-14T22:16:38.418Z | Compiling rand_core v0.6.3 |
486 | 2024-02-14T22:16:38.422Z | Running `/home/build/.rustup/toolchains/1.75.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=536766103cde3b9a -C extra-filename=-536766103cde3b9a --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-33f9a957a930a3d8.rmeta --cap-lints allow` |
487 | 2024-02-14T22:16:38.553Z | Compiling thread-id v4.0.0 |
488 | 2024-02-14T22:16:38.561Z | Running `/home/build/.rustup/toolchains/1.75.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=1bc362f368c2bcdd -C extra-filename=-1bc362f368c2bcdd --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-42df0961eeaea99c.rmeta --cap-lints allow` |
489 | 2024-02-14T22:16:38.635Z | Compiling matches v0.1.9 |
490 | 2024-02-14T22:16:38.638Z | Running `/home/build/.rustup/toolchains/1.75.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=1eeebbc7117147be -C extra-filename=-1eeebbc7117147be --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
491 | 2024-02-14T22:16:38.712Z | Compiling rustls v0.22.2 |
492 | 2024-02-14T22:16:38.721Z | Running `/home/build/.rustup/toolchains/1.75.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=c587cd58c22f8d84 -C extra-filename=-c587cd58c22f8d84 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-c587cd58c22f8d84 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
493 | 2024-02-14T22:16:38.772Z | Compiling ppv-lite86 v0.2.15 |
494 | 2024-02-14T22:16:38.780Z | Running `/home/build/.rustup/toolchains/1.75.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=71f4694f225e8b9c -C extra-filename=-71f4694f225e8b9c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
495 | 2024-02-14T22:16:38.856Z | Compiling unicode-bidi v0.3.7 |
496 | 2024-02-14T22:16:38.860Z | Running `/home/build/.rustup/toolchains/1.75.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=ffdcac3213e47aab -C extra-filename=-ffdcac3213e47aab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
497 | 2024-02-14T22:16:38.998Z | Compiling try-lock v0.2.3 |
498 | 2024-02-14T22:16:39.005Z | Running `/home/build/.rustup/toolchains/1.75.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=bbac5781ee0b7205 -C extra-filename=-bbac5781ee0b7205 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
499 | 2024-02-14T22:16:39.119Z | Compiling want v0.3.0 |
500 | 2024-02-14T22:16:39.123Z | Running `/home/build/.rustup/toolchains/1.75.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=e7e448593ea48f2a -C extra-filename=-e7e448593ea48f2a --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-ca260933aa8b91ca.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-bbac5781ee0b7205.rmeta --cap-lints allow` |
501 | 2024-02-14T22:16:39.337Z | Compiling idna v0.2.3 |
502 | 2024-02-14T22:16:39.353Z | Running `/home/build/.rustup/toolchains/1.75.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=39a5564770753328 -C extra-filename=-39a5564770753328 --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-1eeebbc7117147be.rmeta --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-ffdcac3213e47aab.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-78dd0308e6e60977.rmeta --cap-lints allow` |
503 | 2024-02-14T22:16:39.364Z | Compiling digest v0.10.7 |
504 | 2024-02-14T22:16:39.368Z | Running `/home/build/.rustup/toolchains/1.75.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=373ba9e7a3d4bed0 -C extra-filename=-373ba9e7a3d4bed0 --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-a8d28e9d07a476e5.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-3e2aaf657efe5563.rmeta --cap-lints allow` |
505 | 2024-02-14T22:16:39.409Z | Running `/home/build/.rustup/toolchains/1.75.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=d0d0b09eb443c48c -C extra-filename=-d0d0b09eb443c48c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow` |
506 | 2024-02-14T22:16:39.494Z | Compiling rand_chacha v0.3.1 |
507 | 2024-02-14T22:16:39.507Z | Running `/home/build/.rustup/toolchains/1.75.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=bd03a8da1bf975ae -C extra-filename=-bd03a8da1bf975ae --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-71f4694f225e8b9c.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-536766103cde3b9a.rmeta --cap-lints allow` |
508 | 2024-02-14T22:16:39.666Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-da34f9582f206a68/build-script-build` |
509 | 2024-02-14T22:16:39.916Z | Running `/home/build/.rustup/toolchains/1.75.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=b139f7a86029edb0 -C extra-filename=-b139f7a86029edb0 --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` |
510 | 2024-02-14T22:16:39.924Z | Compiling http-body v0.4.3 |
511 | 2024-02-14T22:16:39.924Z | Running `/home/build/.rustup/toolchains/1.75.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=b7f901cc76004901 -C extra-filename=-b7f901cc76004901 --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-280e8a31f1601c39.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --cap-lints allow` |
512 | 2024-02-14T22:16:40.200Z | Running `/home/build/.rustup/toolchains/1.75.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=7d2316a60bf8ef6c -C extra-filename=-7d2316a60bf8ef6c --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-eabdca66f4958eaa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-f6351184651a803a.rmeta --cap-lints allow --cfg syn_disable_nightly_tests` |
513 | 2024-02-14T22:16:40.261Z | Compiling dirs-sys-next v0.1.2 |
514 | 2024-02-14T22:16:40.264Z | Running `/home/build/.rustup/toolchains/1.75.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=45750fde7653a93c -C extra-filename=-45750fde7653a93c --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-42df0961eeaea99c.rmeta --cap-lints allow` |
515 | 2024-02-14T22:16:40.529Z | Compiling socket2 v0.4.9 |
516 | 2024-02-14T22:16:40.534Z | Running `/home/build/.rustup/toolchains/1.75.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=2d7b4959b5503897 -C extra-filename=-2d7b4959b5503897 --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-42df0961eeaea99c.rmeta --cap-lints allow` |
517 | 2024-02-14T22:16:40.638Z | Compiling http v1.0.0 |
518 | 2024-02-14T22:16:40.642Z | Running `/home/build/.rustup/toolchains/1.75.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=d2fa8668dc3e7314 -C extra-filename=-d2fa8668dc3e7314 --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-280e8a31f1601c39.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-738e0c63d2b3c6de.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-a3982f9f0d2c08dc.rmeta --cap-lints allow` |
519 | 2024-02-14T22:16:40.971Z | Compiling tower-service v0.3.1 |
520 | 2024-02-14T22:16:40.975Z | Running `/home/build/.rustup/toolchains/1.75.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=a03cbd4bcaab8d96 -C extra-filename=-a03cbd4bcaab8d96 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
521 | 2024-02-14T22:16:41.073Z | Compiling zeroize v1.7.0 |
522 | 2024-02-14T22:16:41.080Z | Running `/home/build/.rustup/toolchains/1.75.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=fe9327b7037fe8b7 -C extra-filename=-fe9327b7037fe8b7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
523 | 2024-02-14T22:16:41.080Z | Compiling mime v0.3.16 |
524 | 2024-02-14T22:16:41.080Z | Running `/home/build/.rustup/toolchains/1.75.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=fe20eb796d7fb01e -C extra-filename=-fe20eb796d7fb01e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
525 | 2024-02-14T22:16:41.370Z | Compiling httpdate v1.0.1 |
526 | 2024-02-14T22:16:41.378Z | Running `/home/build/.rustup/toolchains/1.75.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=76dec81a53b902e8 -C extra-filename=-76dec81a53b902e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
527 | 2024-02-14T22:16:41.449Z | Compiling subtle v2.5.0 |
528 | 2024-02-14T22:16:41.459Z | Running `/home/build/.rustup/toolchains/1.75.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=0e8b265f271c1a25 -C extra-filename=-0e8b265f271c1a25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
529 | 2024-02-14T22:16:41.655Z | Compiling cpufeatures v0.2.2 |
530 | 2024-02-14T22:16:41.659Z | Running `/home/build/.rustup/toolchains/1.75.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=49db338619c81828 -C extra-filename=-49db338619c81828 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
531 | 2024-02-14T22:16:41.679Z | Compiling dirs-next v2.0.0 |
532 | 2024-02-14T22:16:41.683Z | Running `/home/build/.rustup/toolchains/1.75.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=7e69397c53f4137b -C extra-filename=-7e69397c53f4137b --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-cd3f2772b8aa5c1b.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-45750fde7653a93c.rmeta --cap-lints allow` |
533 | 2024-02-14T22:16:41.734Z | Compiling sha1 v0.10.6 |
534 | 2024-02-14T22:16:41.737Z | Running `/home/build/.rustup/toolchains/1.75.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=4de148d70aa6e0c4 -C extra-filename=-4de148d70aa6e0c4 --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-cd3f2772b8aa5c1b.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-49db338619c81828.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-373ba9e7a3d4bed0.rmeta --cap-lints allow` |
535 | 2024-02-14T22:16:41.836Z | Compiling mime_guess v2.0.4 |
536 | 2024-02-14T22:16:41.840Z | Running `/home/build/.rustup/toolchains/1.75.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=3293bc83cc3d8318 -C extra-filename=-3293bc83cc3d8318 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-3293bc83cc3d8318 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-b139f7a86029edb0.rlib --cap-lints allow` |
537 | 2024-02-14T22:16:41.853Z | Compiling url v2.2.2 |
538 | 2024-02-14T22:16:41.857Z | Running `/home/build/.rustup/toolchains/1.75.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=e82e55d0a3570b03 -C extra-filename=-e82e55d0a3570b03 --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-aae5a414e62436ac.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-39a5564770753328.rmeta --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-1eeebbc7117147be.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rmeta --cap-lints allow` |
539 | 2024-02-14T22:16:42.133Z | Running `/home/build/.rustup/toolchains/1.75.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=e74014e1f8a31eb7 -C extra-filename=-e74014e1f8a31eb7 --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` |
540 | 2024-02-14T22:16:42.278Z | Compiling rand v0.8.4 |
541 | 2024-02-14T22:16:42.284Z | Running `/home/build/.rustup/toolchains/1.75.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=a7019c9c4bc660f8 -C extra-filename=-a7019c9c4bc660f8 --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-42df0961eeaea99c.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-bd03a8da1bf975ae.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-536766103cde3b9a.rmeta --cap-lints allow` |
542 | 2024-02-14T22:16:42.942Z | Compiling rustls-pemfile v2.0.0 |
543 | 2024-02-14T22:16:42.947Z | Running `/home/build/.rustup/toolchains/1.75.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.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=388613045ad6e60a -C extra-filename=-388613045ad6e60a --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-de258b843ba737aa.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rmeta --cap-lints allow` |
544 | 2024-02-14T22:16:43.268Z | Compiling concurrent-queue v2.2.0 |
545 | 2024-02-14T22:16:43.271Z | Running `/home/build/.rustup/toolchains/1.75.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=d77d2603d19b9e10 -C extra-filename=-d77d2603d19b9e10 --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-5a5103c2674bde2d.rmeta --cap-lints allow` |
546 | 2024-02-14T22:16:43.403Z | Compiling multer v3.0.0 |
547 | 2024-02-14T22:16:43.408Z | Running `/home/build/.rustup/toolchains/1.75.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=f98486ca65efe178 -C extra-filename=-f98486ca65efe178 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-f98486ca65efe178 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-65779e31bb2ca288.rlib --cap-lints allow` |
548 | 2024-02-14T22:16:43.570Z | Compiling thread_local v1.1.4 |
549 | 2024-02-14T22:16:43.580Z | Running `/home/build/.rustup/toolchains/1.75.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=81a2f95901e76cda -C extra-filename=-81a2f95901e76cda --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-d65dce78978d8112.rmeta --cap-lints allow` |
550 | 2024-02-14T22:16:43.723Z | Compiling iana-time-zone v0.1.47 |
551 | 2024-02-14T22:16:43.727Z | Running `/home/build/.rustup/toolchains/1.75.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=d4528020d07f82f6 -C extra-filename=-d4528020d07f82f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
552 | 2024-02-14T22:16:43.735Z | Compiling slog-async v2.8.0 |
553 | 2024-02-14T22:16:43.738Z | Running `/home/build/.rustup/toolchains/1.75.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=646b0e2a88c2a8ab -C extra-filename=-646b0e2a88c2a8ab --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-646b0e2a88c2a8ab -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
554 | 2024-02-14T22:16:43.780Z | Compiling winnow v0.5.15 |
555 | 2024-02-14T22:16:43.783Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0923a6bf66153430 -C extra-filename=-0923a6bf66153430 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
556 | 2024-02-14T22:16:43.867Z | Compiling parking v2.2.0 |
557 | 2024-02-14T22:16:43.871Z | Running `/home/build/.rustup/toolchains/1.75.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=8f8ed88da5495842 -C extra-filename=-8f8ed88da5495842 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
558 | 2024-02-14T22:16:44.139Z | Compiling camino v1.1.6 |
559 | 2024-02-14T22:16:44.154Z | Running `/home/build/.rustup/toolchains/1.75.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=87937910796615d1 -C extra-filename=-87937910796615d1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-87937910796615d1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
560 | 2024-02-14T22:16:44.164Z | Compiling schemars v0.8.16 |
561 | 2024-02-14T22:16:44.165Z | Running `/home/build/.rustup/toolchains/1.75.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=2f10d1457a002cc0 -C extra-filename=-2f10d1457a002cc0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-2f10d1457a002cc0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
562 | 2024-02-14T22:16:44.186Z | Compiling match_cfg v0.1.0 |
563 | 2024-02-14T22:16:44.193Z | Running `/home/build/.rustup/toolchains/1.75.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=003046ce67c2a8cb -C extra-filename=-003046ce67c2a8cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
564 | 2024-02-14T22:16:44.625Z | Compiling rustix v0.38.28 |
565 | 2024-02-14T22:16:44.625Z | Running `/home/build/.rustup/toolchains/1.75.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.28/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=4dc97762cb35dfed -C extra-filename=-4dc97762cb35dfed --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-4dc97762cb35dfed -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
566 | 2024-02-14T22:16:44.625Z | Compiling async-trait v0.1.77 |
567 | 2024-02-14T22:16:44.625Z | Running `/home/build/.rustup/toolchains/1.75.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.77/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=ac7b310aed2a46ec -C extra-filename=-ac7b310aed2a46ec --out-dir /work/oxidecomputer/dropshot/target/debug/build/async-trait-ac7b310aed2a46ec -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
568 | 2024-02-14T22:16:44.625Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-2f10d1457a002cc0/build-script-build` |
569 | 2024-02-14T22:16:44.625Z | Compiling hostname v0.3.1 |
570 | 2024-02-14T22:16:44.626Z | Running `/home/build/.rustup/toolchains/1.75.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=2f50696b84b4ed02 -C extra-filename=-2f50696b84b4ed02 --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-42df0961eeaea99c.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-003046ce67c2a8cb.rmeta --cap-lints allow` |
571 | 2024-02-14T22:16:44.659Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-87937910796615d1/build-script-build` |
572 | 2024-02-14T22:16:44.698Z | Running `/work/oxidecomputer/dropshot/target/debug/build/async-trait-ac7b310aed2a46ec/build-script-build` |
573 | 2024-02-14T22:16:44.702Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-646b0e2a88c2a8ab/build-script-build` |
574 | 2024-02-14T22:16:44.739Z | Compiling event-listener v4.0.0 |
575 | 2024-02-14T22:16:44.744Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-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 --cfg 'feature="parking"' --cfg 'feature="std"' -C metadata=5eb2e7b605382382 -C extra-filename=-5eb2e7b605382382 --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-d77d2603d19b9e10.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-8f8ed88da5495842.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --cap-lints allow` |
576 | 2024-02-14T22:16:44.749Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-f98486ca65efe178/build-script-build` |
577 | 2024-02-14T22:16:44.749Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-3293bc83cc3d8318/build-script-build` |
578 | 2024-02-14T22:16:44.784Z | Compiling term v0.7.0 |
579 | 2024-02-14T22:16:44.795Z | Running `/home/build/.rustup/toolchains/1.75.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=e8e38ec46148d3d6 -C extra-filename=-e8e38ec46148d3d6 --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-7e69397c53f4137b.rmeta --cap-lints allow` |
580 | 2024-02-14T22:16:44.800Z | Compiling crossbeam-channel v0.5.1 |
581 | 2024-02-14T22:16:44.804Z | Running `/home/build/.rustup/toolchains/1.75.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=52418d090664b064 -C extra-filename=-52418d090664b064 --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-cd3f2772b8aa5c1b.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-5a5103c2674bde2d.rmeta --cap-lints allow` |
582 | 2024-02-14T22:16:44.868Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-4dc97762cb35dfed/build-script-build` |
583 | 2024-02-14T22:16:44.971Z | Compiling memmap v0.7.0 |
584 | 2024-02-14T22:16:44.988Z | Running `/home/build/.rustup/toolchains/1.75.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=8313e5e22242100f -C extra-filename=-8313e5e22242100f --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-42df0961eeaea99c.rmeta --cap-lints allow` |
585 | 2024-02-14T22:16:45.297Z | Compiling atty v0.2.14 |
586 | 2024-02-14T22:16:45.302Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-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=8fad9555dce7b2f9 -C extra-filename=-8fad9555dce7b2f9 --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-42df0961eeaea99c.rmeta --cap-lints allow` |
587 | 2024-02-14T22:16:45.329Z | Compiling errno v0.3.8 |
588 | 2024-02-14T22:16:45.333Z | Running `/home/build/.rustup/toolchains/1.75.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=1557448f72eb98bd -C extra-filename=-1557448f72eb98bd --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-42df0961eeaea99c.rmeta --cap-lints allow` |
589 | 2024-02-14T22:16:45.408Z | Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot) |
590 | 2024-02-14T22:16:45.413Z | Running `/home/build/.rustup/toolchains/1.75.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=4c1ac51ac224a1d5 -C extra-filename=-4c1ac51ac224a1d5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-4c1ac51ac224a1d5 -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-65779e31bb2ca288.rlib` |
591 | 2024-02-14T22:16:45.540Z | Compiling encoding_rs v0.8.32 |
592 | 2024-02-14T22:16:45.544Z | Running `/home/build/.rustup/toolchains/1.75.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=9f8cbd9924b8dfb5 -C extra-filename=-9f8cbd9924b8dfb5 --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-cd3f2772b8aa5c1b.rmeta --cap-lints allow` |
593 | 2024-02-14T22:16:45.788Z | Compiling bitflags v2.4.0 |
594 | 2024-02-14T22:16:45.792Z | Running `/home/build/.rustup/toolchains/1.75.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=f6f59ff289b64c68 -C extra-filename=-f6f59ff289b64c68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
595 | 2024-02-14T22:16:45.952Z | Compiling unicode-width v0.1.9 |
596 | 2024-02-14T22:16:45.961Z | Running `/home/build/.rustup/toolchains/1.75.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=7474bf0a2e71f601 -C extra-filename=-7474bf0a2e71f601 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
597 | 2024-02-14T22:16:46.083Z | Compiling trybuild v1.0.89 |
598 | 2024-02-14T22:16:46.089Z | Running `/home/build/.rustup/toolchains/1.75.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.89/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=aeb1d48fe1958f00 -C extra-filename=-aeb1d48fe1958f00 --out-dir /work/oxidecomputer/dropshot/target/debug/build/trybuild-aeb1d48fe1958f00 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
599 | 2024-02-14T22:16:46.189Z | Compiling buf-list v1.0.3 |
600 | 2024-02-14T22:16:46.237Z | Running `/home/build/.rustup/toolchains/1.75.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=f1d934a93fb13558 -C extra-filename=-f1d934a93fb13558 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-f1d934a93fb13558 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
601 | 2024-02-14T22:16:46.452Z | Compiling serde_derive_internals v0.26.0 |
602 | 2024-02-14T22:16:46.455Z | Running `/home/build/.rustup/toolchains/1.75.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=7b77f536b9e56392 -C extra-filename=-7b77f536b9e56392 --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-eabdca66f4958eaa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-7d2316a60bf8ef6c.rmeta --cap-lints allow` |
603 | 2024-02-14T22:16:46.585Z | Compiling dyn-clone v1.0.4 |
604 | 2024-02-14T22:16:46.592Z | Running `/home/build/.rustup/toolchains/1.75.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=01cc2c7f0572338f -C extra-filename=-01cc2c7f0572338f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
605 | 2024-02-14T22:16:46.689Z | Compiling data-encoding v2.4.0 |
606 | 2024-02-14T22:16:46.692Z | Running `/home/build/.rustup/toolchains/1.75.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=cdf911c57e8b0909 -C extra-filename=-cdf911c57e8b0909 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
607 | 2024-02-14T22:16:46.699Z | Compiling atomic-waker v1.1.1 |
608 | 2024-02-14T22:16:46.702Z | Running `/home/build/.rustup/toolchains/1.75.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=26cda50c94c04e95 -C extra-filename=-26cda50c94c04e95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
609 | 2024-02-14T22:16:46.874Z | Compiling unicode-segmentation v1.10.0 |
610 | 2024-02-14T22:16:46.881Z | Running `/home/build/.rustup/toolchains/1.75.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=2bce5408023680db -C extra-filename=-2bce5408023680db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
611 | 2024-02-14T22:16:47.346Z | Compiling take_mut v0.2.2 |
612 | 2024-02-14T22:16:47.350Z | Running `/home/build/.rustup/toolchains/1.75.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=ba8e4e48667a2dc4 -C extra-filename=-ba8e4e48667a2dc4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
613 | 2024-02-14T22:16:47.475Z | Compiling lazy_static v1.4.0 |
614 | 2024-02-14T22:16:47.481Z | Running `/home/build/.rustup/toolchains/1.75.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=6aefe3907a386ec9 -C extra-filename=-6aefe3907a386ec9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
615 | 2024-02-14T22:16:47.579Z | Compiling utf-8 v0.7.6 |
616 | 2024-02-14T22:16:47.584Z | Running `/home/build/.rustup/toolchains/1.75.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=8db342b9970d918f -C extra-filename=-8db342b9970d918f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
617 | 2024-02-14T22:16:47.588Z | Compiling openssl-probe v0.1.4 |
618 | 2024-02-14T22:16:47.588Z | Running `/home/build/.rustup/toolchains/1.75.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=a5b678a10f812613 -C extra-filename=-a5b678a10f812613 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
619 | 2024-02-14T22:16:47.809Z | Running `/home/build/.rustup/toolchains/1.75.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=c9cd90fd316ad990 -C extra-filename=-c9cd90fd316ad990 --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-33f9a957a930a3d8.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-69da9086cd46fc13.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-f5169a7b7a364bf7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
620 | 2024-02-14T22:16:47.899Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-c587cd58c22f8d84/build-script-build` |
621 | 2024-02-14T22:16:47.908Z | Compiling rustls-native-certs v0.7.0 |
622 | 2024-02-14T22:16:47.912Z | Running `/home/build/.rustup/toolchains/1.75.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=84f2b1f6ef24a41e -C extra-filename=-84f2b1f6ef24a41e --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-a5b678a10f812613.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rmeta --cap-lints allow` |
623 | 2024-02-14T22:16:47.950Z | Compiling console v0.15.7 |
624 | 2024-02-14T22:16:47.958Z | Running `/home/build/.rustup/toolchains/1.75.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=1c607737546ca32a -C extra-filename=-1c607737546ca32a --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-6aefe3907a386ec9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-7474bf0a2e71f601.rmeta --cap-lints allow` |
625 | 2024-02-14T22:16:48.357Z | Running `/home/build/.rustup/toolchains/1.75.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=e54c95886cc53eac -C extra-filename=-e54c95886cc53eac --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-52418d090664b064.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-ba8e4e48667a2dc4.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-81a2f95901e76cda.rmeta --cap-lints allow --cfg integer128` |
626 | 2024-02-14T22:16:48.704Z | Compiling newline-converter v0.3.0 |
627 | 2024-02-14T22:16:48.708Z | Running `/home/build/.rustup/toolchains/1.75.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=8849d27d51388416 -C extra-filename=-8849d27d51388416 --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-2bce5408023680db.rmeta --cap-lints allow` |
628 | 2024-02-14T22:16:48.847Z | Compiling waitgroup v0.1.2 |
629 | 2024-02-14T22:16:48.852Z | Running `/home/build/.rustup/toolchains/1.75.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=7044b42cc64c2783 -C extra-filename=-7044b42cc64c2783 --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-26cda50c94c04e95.rmeta --cap-lints allow` |
630 | 2024-02-14T22:16:49.343Z | Compiling serde_derive v1.0.196 |
631 | 2024-02-14T22:16:49.347Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.196/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=c4934f6c5de36f74 -C extra-filename=-c4934f6c5de36f74 --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow` |
632 | 2024-02-14T22:16:49.347Z | Compiling thiserror-impl v1.0.56 |
633 | 2024-02-14T22:16:49.347Z | Running `/home/build/.rustup/toolchains/1.75.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=b22d4218ccdcaee6 -C extra-filename=-b22d4218ccdcaee6 --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow` |
634 | 2024-02-14T22:16:49.348Z | Compiling futures-macro v0.3.30 |
635 | 2024-02-14T22:16:49.348Z | Running `/home/build/.rustup/toolchains/1.75.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=5ea4deaf202de52a -C extra-filename=-5ea4deaf202de52a --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow` |
636 | 2024-02-14T22:16:49.637Z | Compiling tokio-macros v2.2.0 |
637 | 2024-02-14T22:16:51.034Z | Running `/home/build/.rustup/toolchains/1.75.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=52e459ea0a177f47 -C extra-filename=-52e459ea0a177f47 --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow` |
638 | 2024-02-14T22:16:51.034Z | Compiling scroll_derive v0.12.0 |
639 | 2024-02-14T22:16:51.035Z | Running `/home/build/.rustup/toolchains/1.75.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=d2e1edca72903c4f -C extra-filename=-d2e1edca72903c4f --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow` |
640 | 2024-02-14T22:16:51.035Z | Compiling zerocopy-derive v0.7.32 |
641 | 2024-02-14T22:16:51.035Z | Running `/home/build/.rustup/toolchains/1.75.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=2fbc205edb92d4b1 -C extra-filename=-2fbc205edb92d4b1 --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow` |
642 | 2024-02-14T22:16:51.767Z | Compiling tokio v1.36.0 |
643 | 2024-02-14T22:16:51.795Z | Running `/home/build/.rustup/toolchains/1.75.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=665a3bef3650495e -C extra-filename=-665a3bef3650495e --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-280e8a31f1601c39.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-e3ec798826e4a79e.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-9ea4acd1afe32f28.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-3a02842783f9bcd7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-88dc79c71e4b5e54.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-76d688924c29a20c.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-52e459ea0a177f47.so --cap-lints allow` |
644 | 2024-02-14T22:16:51.795Z | Compiling scroll v0.12.0 |
645 | 2024-02-14T22:16:51.795Z | Running `/home/build/.rustup/toolchains/1.75.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=a138cabc41f196a7 -C extra-filename=-a138cabc41f196a7 --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-d2e1edca72903c4f.so --cap-lints allow` |
646 | 2024-02-14T22:16:51.819Z | Compiling futures-util v0.3.30 |
647 | 2024-02-14T22:16:51.823Z | Running `/home/build/.rustup/toolchains/1.75.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=bd4f927c21904c5c -C extra-filename=-bd4f927c21904c5c --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-03f65ceffbf17ae0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-987a95328493040a.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-2fcd04eb9bd4c1da.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-5ea4deaf202de52a.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-51df5c928ee42e07.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c5b180c416aea71d.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e19a3263908c2ce1.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-336aa480aae3208b.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-d28582c2c4e87732.rmeta --cap-lints allow` |
648 | 2024-02-14T22:16:53.979Z | Compiling rustls-webpki v0.102.1 |
649 | 2024-02-14T22:16:54.164Z | Running `/home/build/.rustup/toolchains/1.75.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=c896507cf714fe51 -C extra-filename=-c896507cf714fe51 --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-c9cd90fd316ad990.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-f5169a7b7a364bf7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
650 | 2024-02-14T22:16:54.164Z | Compiling goblin v0.8.0 |
651 | 2024-02-14T22:16:54.164Z | Running `/home/build/.rustup/toolchains/1.75.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=1e4dfafcb2f4f9b8 -C extra-filename=-1e4dfafcb2f4f9b8 --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-ca260933aa8b91ca.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-47d2082e00c29b41.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-a138cabc41f196a7.rmeta --cap-lints allow` |
652 | 2024-02-14T22:16:54.164Z | Running `/home/build/.rustup/toolchains/1.75.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=ecf4bb1d0be38e27 -C extra-filename=-ecf4bb1d0be38e27 --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-b22d4218ccdcaee6.so --cap-lints allow` |
653 | 2024-02-14T22:16:54.164Z | Compiling pest v2.7.6 |
654 | 2024-02-14T22:16:54.164Z | Running `/home/build/.rustup/toolchains/1.75.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=1a6744465da6cf0a -C extra-filename=-1a6744465da6cf0a --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-e19a3263908c2ce1.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ecf4bb1d0be38e27.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-d0130cc9a68310d4.rmeta --cap-lints allow` |
655 | 2024-02-14T22:16:54.164Z | Compiling schemars_derive v0.8.16 |
656 | 2024-02-14T22:16:54.164Z | Running `/home/build/.rustup/toolchains/1.75.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=8026b71b1c60378e -C extra-filename=-8026b71b1c60378e --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-7b77f536b9e56392.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-7d2316a60bf8ef6c.rlib --extern proc_macro --cap-lints allow` |
657 | 2024-02-14T22:16:54.164Z | Compiling zerocopy v0.7.32 |
658 | 2024-02-14T22:16:54.164Z | Running `/home/build/.rustup/toolchains/1.75.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=079462383d540d58 -C extra-filename=-079462383d540d58 --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-89546a559f489be4.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-2fbc205edb92d4b1.so --cap-lints allow` |
659 | 2024-02-14T22:16:54.585Z | Running `/home/build/.rustup/toolchains/1.75.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=382f8bd5694303b9 -C extra-filename=-382f8bd5694303b9 --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-ca260933aa8b91ca.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-c9cd90fd316ad990.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-c896507cf714fe51.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-0e8b265f271c1a25.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-fe9327b7037fe8b7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
660 | 2024-02-14T22:16:54.842Z | Compiling pest_meta v2.7.6 |
661 | 2024-02-14T22:16:54.858Z | Running `/home/build/.rustup/toolchains/1.75.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=9df531269f081d06 -C extra-filename=-9df531269f081d06 --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-d65dce78978d8112.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-1a6744465da6cf0a.rmeta --cap-lints allow` |
662 | 2024-02-14T22:16:55.273Z | Compiling async-stream-impl v0.3.5 |
663 | 2024-02-14T22:16:55.282Z | Running `/home/build/.rustup/toolchains/1.75.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=c5e41c99f3cd0305 -C extra-filename=-c5e41c99f3cd0305 --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow` |
664 | 2024-02-14T22:16:55.833Z | Compiling tungstenite v0.21.0 |
665 | 2024-02-14T22:16:55.853Z | Running `/home/build/.rustup/toolchains/1.75.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=5b29e0dfbaca71af -C extra-filename=-5b29e0dfbaca71af --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-89546a559f489be4.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-cdf911c57e8b0909.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d2fa8668dc3e7314.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-34e3d1b1a989b226.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ca260933aa8b91ca.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-a7019c9c4bc660f8.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ecf4bb1d0be38e27.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-e82e55d0a3570b03.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-8db342b9970d918f.rmeta --cap-lints allow` |
666 | 2024-02-14T22:16:56.998Z | Compiling pest_generator v2.7.6 |
667 | 2024-02-14T22:16:57.003Z | Running `/home/build/.rustup/toolchains/1.75.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=fc170dbc60ddf439 -C extra-filename=-fc170dbc60ddf439 --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-1a6744465da6cf0a.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-9df531269f081d06.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rmeta --cap-lints allow` |
668 | 2024-02-14T22:16:57.068Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs --error-format=json --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=e8dd1466afb42828 -C extra-filename=-e8dd1466afb42828 --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-c4934f6c5de36f74.so --cap-lints allow` |
669 | 2024-02-14T22:16:58.156Z | Compiling futures-executor v0.3.30 |
670 | 2024-02-14T22:16:58.159Z | Running `/home/build/.rustup/toolchains/1.75.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=6f8ab276f0f71a2c -C extra-filename=-6f8ab276f0f71a2c --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-987a95328493040a.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c5b180c416aea71d.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-bd4f927c21904c5c.rmeta --cap-lints allow` |
671 | 2024-02-14T22:16:58.233Z | Running `/home/build/.rustup/toolchains/1.75.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=a67d1195a3f0d543 -C extra-filename=-a67d1195a3f0d543 --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-280e8a31f1601c39.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-9f8cbd9924b8dfb5.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-bd4f927c21904c5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d2fa8668dc3e7314.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-34e3d1b1a989b226.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ca260933aa8b91ca.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-e19a3263908c2ce1.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-fe20eb796d7fb01e.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-69da9086cd46fc13.rmeta --cap-lints allow` |
672 | 2024-02-14T22:16:58.737Z | Compiling futures v0.3.30 |
673 | 2024-02-14T22:16:58.741Z | Running `/home/build/.rustup/toolchains/1.75.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=2c95163297eb43ba -C extra-filename=-2c95163297eb43ba --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-03f65ceffbf17ae0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-987a95328493040a.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-6f8ab276f0f71a2c.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-2fcd04eb9bd4c1da.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-51df5c928ee42e07.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c5b180c416aea71d.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-bd4f927c21904c5c.rmeta --cap-lints allow` |
674 | 2024-02-14T22:16:58.807Z | Compiling async-stream v0.3.5 |
675 | 2024-02-14T22:16:58.815Z | Running `/home/build/.rustup/toolchains/1.75.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=b63310ad76567715 -C extra-filename=-b63310ad76567715 --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-c5e41c99f3cd0305.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-987a95328493040a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --cap-lints allow` |
676 | 2024-02-14T22:16:58.861Z | Running `/home/build/.rustup/toolchains/1.75.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.77/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=e995a22be0ef9bce -C extra-filename=-e995a22be0ef9bce --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow` |
677 | 2024-02-14T22:16:59.046Z | Compiling pest_derive v2.7.6 |
678 | 2024-02-14T22:16:59.052Z | Running `/home/build/.rustup/toolchains/1.75.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=287d79c9c791087d -C extra-filename=-287d79c9c791087d --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-1a6744465da6cf0a.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-fc170dbc60ddf439.rlib --extern proc_macro --cap-lints allow` |
679 | 2024-02-14T22:16:59.153Z | Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-f1d934a93fb13558/build-script-build` |
680 | 2024-02-14T22:16:59.207Z | Running `/work/oxidecomputer/dropshot/target/debug/build/trybuild-aeb1d48fe1958f00/build-script-build` |
681 | 2024-02-14T22:16:59.222Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.28/src/lib.rs --error-format=json --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=d22e3112fda08078 -C extra-filename=-d22e3112fda08078 --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-f6f59ff289b64c68.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-1557448f72eb98bd.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
682 | 2024-02-14T22:16:59.456Z | Compiling tokio-util v0.7.7 |
683 | 2024-02-14T22:16:59.460Z | Running `/home/build/.rustup/toolchains/1.75.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=84a00afad52e7590 -C extra-filename=-84a00afad52e7590 --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-280e8a31f1601c39.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-987a95328493040a.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-51df5c928ee42e07.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fa29d5aa9dcfb103.rmeta --cap-lints allow` |
684 | 2024-02-14T22:17:00.346Z | Compiling dtrace-parser v0.2.0 |
685 | 2024-02-14T22:17:00.353Z | Running `/home/build/.rustup/toolchains/1.75.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=2698a4580abdccd8 -C extra-filename=-2698a4580abdccd8 --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-1a6744465da6cf0a.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-287d79c9c791087d.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ecf4bb1d0be38e27.rmeta --cap-lints allow` |
686 | 2024-02-14T22:17:00.857Z | Compiling tokio-rustls v0.25.0 |
687 | 2024-02-14T22:17:00.861Z | Running `/home/build/.rustup/toolchains/1.75.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=caf35c74e53b60da -C extra-filename=-caf35c74e53b60da --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-382f8bd5694303b9.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
688 | 2024-02-14T22:17:01.290Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-4c1ac51ac224a1d5/build-script-build` |
689 | 2024-02-14T22:17:01.344Z | Compiling slog-term v2.9.0 |
690 | 2024-02-14T22:17:01.352Z | Running `/home/build/.rustup/toolchains/1.75.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.0/src/lib.rs --error-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=d16e460c2908d0b4 -C extra-filename=-d16e460c2908d0b4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atty=/work/oxidecomputer/dropshot/target/debug/deps/libatty-8fad9555dce7b2f9.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-e8e38ec46148d3d6.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-81a2f95901e76cda.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-68285237bc127da5.rmeta --cap-lints allow` |
691 | 2024-02-14T22:17:01.551Z | Compiling event-listener-strategy v0.4.0 |
692 | 2024-02-14T22:17:01.555Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=60b1db016c059369 -C extra-filename=-60b1db016c059369 --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-5eb2e7b605382382.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --cap-lints allow` |
693 | 2024-02-14T22:17:01.713Z | Running `/home/build/.rustup/toolchains/1.75.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=60b5f61074d11149 -C extra-filename=-60b5f61074d11149 --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-fe20eb796d7fb01e.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-b139f7a86029edb0.rmeta --cap-lints allow` |
694 | 2024-02-14T22:17:01.739Z | Compiling yasna v0.5.2 |
695 | 2024-02-14T22:17:01.747Z | Running `/home/build/.rustup/toolchains/1.75.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=db97ea639d172041 -C extra-filename=-db97ea639d172041 --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-68285237bc127da5.rmeta --cap-lints allow` |
696 | 2024-02-14T22:17:02.633Z | Compiling pem v3.0.3 |
697 | 2024-02-14T22:17:02.637Z | Running `/home/build/.rustup/toolchains/1.75.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=4f7fe35836775fa4 -C extra-filename=-4f7fe35836775fa4 --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-de258b843ba737aa.rmeta --cap-lints allow` |
698 | 2024-02-14T22:17:02.682Z | Compiling termcolor v1.1.2 |
699 | 2024-02-14T22:17:02.692Z | Running `/home/build/.rustup/toolchains/1.75.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=1c097332aeea9c66 -C extra-filename=-1c097332aeea9c66 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
700 | 2024-02-14T22:17:02.724Z | Compiling glob v0.3.0 |
701 | 2024-02-14T22:17:02.731Z | Running `/home/build/.rustup/toolchains/1.75.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=aa3ee8ada17d64d6 -C extra-filename=-aa3ee8ada17d64d6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
702 | 2024-02-14T22:17:03.503Z | Running `/home/build/.rustup/toolchains/1.75.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.113/src/lib.rs --error-format=json --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=9d6ec5bd46423fc7 -C extra-filename=-9d6ec5bd46423fc7 --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-a3982f9f0d2c08dc.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-d8fac759df196510.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --cap-lints allow --cfg limb_width_64` |
703 | 2024-02-14T22:17:03.555Z | Compiling indexmap v2.2.2 |
704 | 2024-02-14T22:17:03.560Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=587dd9828ee9d6ed -C extra-filename=-587dd9828ee9d6ed --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-9b8f3be9c4fe793e.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-acf18acec50e1593.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --cap-lints allow` |
705 | 2024-02-14T22:17:03.644Z | Compiling serde_tokenstream v0.2.0 |
706 | 2024-02-14T22:17:03.648Z | Running `/home/build/.rustup/toolchains/1.75.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=6b2d5f544dbfb258 -C extra-filename=-6b2d5f544dbfb258 --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-eabdca66f4958eaa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rmeta --cap-lints allow` |
707 | 2024-02-14T22:17:03.748Z | Compiling toml_datetime v0.6.5 |
708 | 2024-02-14T22:17:03.752Z | Running `/home/build/.rustup/toolchains/1.75.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=f92ea76f922f751d -C extra-filename=-f92ea76f922f751d --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-e8dd1466afb42828.rmeta --cap-lints allow` |
709 | 2024-02-14T22:17:03.864Z | Compiling serde_spanned v0.6.5 |
710 | 2024-02-14T22:17:03.868Z | Running `/home/build/.rustup/toolchains/1.75.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=54eb810448c7c77b -C extra-filename=-54eb810448c7c77b --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-e8dd1466afb42828.rmeta --cap-lints allow` |
711 | 2024-02-14T22:17:04.100Z | Compiling uuid v1.7.0 |
712 | 2024-02-14T22:17:04.104Z | Running `/home/build/.rustup/toolchains/1.75.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=a97a6219a5655744 -C extra-filename=-a97a6219a5655744 --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-33f9a957a930a3d8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --cap-lints allow` |
713 | 2024-02-14T22:17:04.141Z | Compiling chrono v0.4.33 |
714 | 2024-02-14T22:17:04.149Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.33/src/lib.rs --error-format=json --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=78c6d0a4db53433e -C extra-filename=-78c6d0a4db53433e --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-d4528020d07f82f6.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-e74014e1f8a31eb7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --cap-lints allow` |
715 | 2024-02-14T22:17:04.246Z | Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
716 | 2024-02-14T22:17:04.247Z | Running `/home/build/.rustup/toolchains/1.75.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=66a4b5312b077538 -C extra-filename=-66a4b5312b077538 --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-6b2d5f544dbfb258.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro` |
717 | 2024-02-14T22:17:04.500Z | Compiling serde_path_to_error v0.1.15 |
718 | 2024-02-14T22:17:04.505Z | Running `/home/build/.rustup/toolchains/1.75.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.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 -C metadata=b240a0033b107fb3 -C extra-filename=-b240a0033b107fb3 --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-a3982f9f0d2c08dc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --cap-lints allow` |
719 | 2024-02-14T22:17:04.930Z | Compiling h2 v0.3.24 |
720 | 2024-02-14T22:17:04.939Z | Running `/home/build/.rustup/toolchains/1.75.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=64ee8dd4471a545e -C extra-filename=-64ee8dd4471a545e --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-280e8a31f1601c39.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-738e0c63d2b3c6de.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-987a95328493040a.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-51df5c928ee42e07.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-bd4f927c21904c5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-d28582c2c4e87732.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-84a00afad52e7590.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fa29d5aa9dcfb103.rmeta --cap-lints allow` |
721 | 2024-02-14T22:17:05.010Z | Compiling toml_edit v0.21.1 |
722 | 2024-02-14T22:17:05.038Z | Running `/home/build/.rustup/toolchains/1.75.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.21.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=685f1df89a0c8321 -C extra-filename=-685f1df89a0c8321 --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-587dd9828ee9d6ed.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-54eb810448c7c77b.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-f92ea76f922f751d.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-0923a6bf66153430.rmeta --cap-lints allow` |
723 | 2024-02-14T22:17:05.446Z | Compiling dof v0.3.0 |
724 | 2024-02-14T22:17:05.446Z | Running `/home/build/.rustup/toolchains/1.75.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=1fdd6e465ba9ac8e -C extra-filename=-1fdd6e465ba9ac8e --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-1e4dfafcb2f4f9b8.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-a73f187dc339f9b5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ecf4bb1d0be38e27.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-079462383d540d58.rmeta --cap-lints allow` |
725 | 2024-02-14T22:17:06.758Z | Running `/home/build/.rustup/toolchains/1.75.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=ba99e4c21dc9e4f2 -C extra-filename=-ba99e4c21dc9e4f2 --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-89546a559f489be4.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-1fdd6e465ba9ac8e.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-2698a4580abdccd8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-ecf4bb1d0be38e27.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-1bc362f368c2bcdd.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
726 | 2024-02-14T22:17:07.630Z | Compiling slog-json v2.6.1 |
727 | 2024-02-14T22:17:07.633Z | Running `/home/build/.rustup/toolchains/1.75.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=b73f39971358d345 -C extra-filename=-b73f39971358d345 --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-e8dd1466afb42828.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-68285237bc127da5.rmeta --cap-lints allow` |
728 | 2024-02-14T22:17:08.024Z | Compiling toml v0.8.9 |
729 | 2024-02-14T22:17:08.028Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=7665a954d89d549d -C extra-filename=-7665a954d89d549d --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-e8dd1466afb42828.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-54eb810448c7c77b.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-f92ea76f922f751d.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-685f1df89a0c8321.rmeta --cap-lints allow` |
730 | 2024-02-14T22:17:08.122Z | Compiling slog-bunyan v2.5.0 |
731 | 2024-02-14T22:17:08.130Z | Running `/home/build/.rustup/toolchains/1.75.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=0cb7a13bac58cd23 -C extra-filename=-0cb7a13bac58cd23 --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-2f50696b84b4ed02.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-68285237bc127da5.rmeta --cap-lints allow` |
732 | 2024-02-14T22:17:08.316Z | Running `/home/build/.rustup/toolchains/1.75.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=83a229b348e8b41e -C extra-filename=-83a229b348e8b41e --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-78c6d0a4db53433e.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-01cc2c7f0572338f.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-8026b71b1c60378e.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
733 | 2024-02-14T22:17:08.347Z | Compiling openapiv3 v2.0.0 |
734 | 2024-02-14T22:17:08.352Z | Running `/home/build/.rustup/toolchains/1.75.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=44d96af6fa24512f -C extra-filename=-44d96af6fa24512f --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-587dd9828ee9d6ed.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --cap-lints allow` |
735 | 2024-02-14T22:17:08.599Z | Compiling basic-toml v0.1.8 |
736 | 2024-02-14T22:17:08.603Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.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 -C metadata=abae88d1d37efac8 -C extra-filename=-abae88d1d37efac8 --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-e8dd1466afb42828.rmeta --cap-lints allow` |
737 | 2024-02-14T22:17:08.832Z | Compiling usdt-macro v0.5.0 |
738 | 2024-02-14T22:17:09.251Z | Running `/home/build/.rustup/toolchains/1.75.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=18d7431506ac11c8 -C extra-filename=-18d7431506ac11c8 --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-2698a4580abdccd8.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-6b2d5f544dbfb258.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ba99e4c21dc9e4f2.rlib --extern proc_macro --cap-lints allow` |
739 | 2024-02-14T22:17:09.254Z | Compiling usdt-attr-macro v0.5.0 |
740 | 2024-02-14T22:17:09.254Z | Running `/home/build/.rustup/toolchains/1.75.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=5c6359eb77cbb764 -C extra-filename=-5c6359eb77cbb764 --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-2698a4580abdccd8.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-6b2d5f544dbfb258.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ba99e4c21dc9e4f2.rlib --extern proc_macro --cap-lints allow` |
741 | 2024-02-14T22:17:09.927Z | Compiling hyper v0.14.27 |
742 | 2024-02-14T22:17:09.931Z | Running `/home/build/.rustup/toolchains/1.75.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=13c7df8ea21ee146 -C extra-filename=-13c7df8ea21ee146 --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-280e8a31f1601c39.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-03f65ceffbf17ae0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-987a95328493040a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-bd4f927c21904c5c.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-64ee8dd4471a545e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b7f901cc76004901.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-34e3d1b1a989b226.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-76dec81a53b902e8.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-a3982f9f0d2c08dc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-2d7b4959b5503897.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-a03cbd4bcaab8d96.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fa29d5aa9dcfb103.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-e7e448593ea48f2a.rmeta --cap-lints allow` |
743 | 2024-02-14T22:17:10.852Z | Compiling serde_urlencoded v0.7.1 |
744 | 2024-02-14T22:17:10.856Z | Running `/home/build/.rustup/toolchains/1.75.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=3068bae42f1c2801 -C extra-filename=-3068bae42f1c2801 --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-aae5a414e62436ac.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-a3982f9f0d2c08dc.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-d8fac759df196510.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --cap-lints allow` |
745 | 2024-02-14T22:17:11.383Z | Running `/home/build/.rustup/toolchains/1.75.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=22c6d39c6c9f4b1f -C extra-filename=-22c6d39c6c9f4b1f --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-e8dd1466afb42828.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
746 | 2024-02-14T22:17:11.415Z | Compiling http-range v0.1.4 |
747 | 2024-02-14T22:17:11.419Z | Running `/home/build/.rustup/toolchains/1.75.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=23b18ddbbf2b1d61 -C extra-filename=-23b18ddbbf2b1d61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
748 | 2024-02-14T22:17:11.799Z | Compiling debug-ignore v1.0.5 |
749 | 2024-02-14T22:17:11.800Z | Running `/home/build/.rustup/toolchains/1.75.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=4bdff3fdfbff61fc -C extra-filename=-4bdff3fdfbff61fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
750 | 2024-02-14T22:17:11.908Z | Compiling usdt v0.5.0 |
751 | 2024-02-14T22:17:11.913Z | Running `/home/build/.rustup/toolchains/1.75.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=477192bdc4c7540d -C extra-filename=-477192bdc4c7540d --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-1fdd6e465ba9ac8e.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-2698a4580abdccd8.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-1e4dfafcb2f4f9b8.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-8313e5e22242100f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-5c6359eb77cbb764.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ba99e4c21dc9e4f2.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-18d7431506ac11c8.so --cap-lints allow` |
752 | 2024-02-14T22:17:11.924Z | Compiling fastrand v2.0.0 |
753 | 2024-02-14T22:17:11.928Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3419b40a9d642091 -C extra-filename=-3419b40a9d642091 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
754 | 2024-02-14T22:17:12.452Z | Compiling similar v2.2.1 |
755 | 2024-02-14T22:17:12.456Z | Running `/home/build/.rustup/toolchains/1.75.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=bf543af4d3052823 -C extra-filename=-bf543af4d3052823 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
756 | 2024-02-14T22:17:12.534Z | Compiling tempfile v3.9.0 |
757 | 2024-02-14T22:17:12.538Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=39e473d4b7628b53 -C extra-filename=-39e473d4b7628b53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern basic_toml=/work/oxidecomputer/dropshot/target/debug/deps/libbasic_toml-abae88d1d37efac8.rmeta --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-aa3ee8ada17d64d6.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d65dce78978d8112.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-c4934f6c5de36f74.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-1c097332aeea9c66.rmeta --cap-lints allow` |
758 | 2024-02-14T22:17:12.546Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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=ceb054248ca5ab71 -C extra-filename=-ceb054248ca5ab71 --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-cd3f2772b8aa5c1b.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-3419b40a9d642091.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-d22e3112fda08078.rmeta --cap-lints allow` |
759 | 2024-02-14T22:17:12.911Z | Compiling rcgen v0.12.1 |
760 | 2024-02-14T22:17:12.919Z | Running `/home/build/.rustup/toolchains/1.75.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=b58805fef0e9e31f -C extra-filename=-b58805fef0e9e31f --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-4f7fe35836775fa4.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-c9cd90fd316ad990.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-68285237bc127da5.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-db97ea639d172041.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
761 | 2024-02-14T22:17:13.513Z | Compiling async-channel v2.1.1 |
762 | 2024-02-14T22:17:13.516Z | Running `/home/build/.rustup/toolchains/1.75.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-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=97a8b24261f873ff -C extra-filename=-97a8b24261f873ff --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-d77d2603d19b9e10.rmeta --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-5eb2e7b605382382.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-60b1db016c059369.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-987a95328493040a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-1be6c62c4c377c3d.rmeta --cap-lints allow` |
763 | 2024-02-14T22:17:13.516Z | Compiling expectorate v1.1.0 |
764 | 2024-02-14T22:17:13.517Z | Running `/home/build/.rustup/toolchains/1.75.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=342fe2f1e75832aa -C extra-filename=-342fe2f1e75832aa --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-1c607737546ca32a.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-8849d27d51388416.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bf543af4d3052823.rmeta --cap-lints allow` |
765 | 2024-02-14T22:17:13.523Z | Compiling tokio-tungstenite v0.21.0 |
766 | 2024-02-14T22:17:13.526Z | Running `/home/build/.rustup/toolchains/1.75.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=640348c231c11c1c -C extra-filename=-640348c231c11c1c --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-bd4f927c21904c5c.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ca260933aa8b91ca.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-5b29e0dfbaca71af.rmeta --cap-lints allow` |
767 | 2024-02-14T22:17:13.582Z | Running `/home/build/.rustup/toolchains/1.75.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=5d2690599bb4d3d2 -C extra-filename=-5d2690599bb4d3d2 --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-280e8a31f1601c39.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds` |
768 | 2024-02-14T22:17:13.591Z | Compiling subprocess v0.2.9 |
769 | 2024-02-14T22:17:13.600Z | Running `/home/build/.rustup/toolchains/1.75.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=5356785de38cf794 -C extra-filename=-5356785de38cf794 --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-42df0961eeaea99c.rmeta --cap-lints allow` |
770 | 2024-02-14T22:17:14.060Z | Compiling schema-derive v0.1.0 |
771 | 2024-02-14T22:17:14.066Z | Running `/home/build/.rustup/toolchains/1.75.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=3f6db7114c890728 -C extra-filename=-3f6db7114c890728 --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-d0d0b09eb443c48c.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro --cap-lints allow` |
772 | 2024-02-14T22:17:15.283Z | Compiling hyper-rustls v0.25.0 |
773 | 2024-02-14T22:17:15.287Z | Running `/home/build/.rustup/toolchains/1.75.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=0859e5c2f2576efa -C extra-filename=-0859e5c2f2576efa --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-bd4f927c21904c5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ca260933aa8b91ca.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-84f2b1f6ef24a41e.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
774 | 2024-02-14T22:17:15.531Z | Compiling hyper-staticfile v0.9.5 |
775 | 2024-02-14T22:17:15.537Z | Running `/home/build/.rustup/toolchains/1.75.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=91ee2ac3817ab95f -C extra-filename=-91ee2ac3817ab95f --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-bd4f927c21904c5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-23b18ddbbf2b1d61.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-76dec81a53b902e8.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-a7019c9c4bc660f8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-e82e55d0a3570b03.rmeta --cap-lints allow` |
776 | 2024-02-14T22:17:15.609Z | Running `/home/build/.rustup/toolchains/1.75.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=2e15c6f9d23007aa -C extra-filename=-2e15c6f9d23007aa --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-b63310ad76567715.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
777 | 2024-02-14T22:17:16.552Z | Compiling schema v0.1.0 |
778 | 2024-02-14T22:17:16.556Z | Running `/home/build/.rustup/toolchains/1.75.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=f0dd01fffbbb9ca3 -C extra-filename=-f0dd01fffbbb9ca3 --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-eabdca66f4958eaa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-3f6db7114c890728.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rmeta --cap-lints allow` |
779 | 2024-02-14T22:17:16.641Z | Running `/home/build/.rustup/toolchains/1.75.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=56abc7dfd7f630fb -C extra-filename=-56abc7dfd7f630fb --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-f0dd01fffbbb9ca3.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-6b2d5f544dbfb258.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro` |
780 | 2024-02-14T22:17:18.895Z | Running `/home/build/.rustup/toolchains/1.75.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=c992498012fa0170 -C extra-filename=-c992498012fa0170 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
781 | 2024-02-14T22:17:22.375Z | Running `/home/build/.rustup/toolchains/1.75.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=8638b371f2205095 -C extra-filename=-8638b371f2205095 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
782 | 2024-02-14T22:17:22.375Z | Running `/home/build/.rustup/toolchains/1.75.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=725b6bad27eaaa5f -C extra-filename=-725b6bad27eaaa5f --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
783 | 2024-02-14T22:17:22.375Z | Running `/home/build/.rustup/toolchains/1.75.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=05ec5f477fef1bf1 -C extra-filename=-05ec5f477fef1bf1 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
784 | 2024-02-14T22:17:22.382Z | Running `/home/build/.rustup/toolchains/1.75.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=e1adb743b8fd89d8 -C extra-filename=-e1adb743b8fd89d8 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
785 | 2024-02-14T22:17:22.383Z | Running `/home/build/.rustup/toolchains/1.75.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=19d7605908c616f1 -C extra-filename=-19d7605908c616f1 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
786 | 2024-02-14T22:17:22.383Z | Running `/home/build/.rustup/toolchains/1.75.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=5141797d23100bba -C extra-filename=-5141797d23100bba --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
787 | 2024-02-14T22:17:22.393Z | Running `/home/build/.rustup/toolchains/1.75.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=5409f309128097a3 -C extra-filename=-5409f309128097a3 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
788 | 2024-02-14T22:17:23.687Z | Running `/home/build/.rustup/toolchains/1.75.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=e9a953df5edc89a2 -C extra-filename=-e9a953df5edc89a2 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
789 | 2024-02-14T22:17:47.030Z | Running `/home/build/.rustup/toolchains/1.75.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=9b8ff2c92899bfa0 -C extra-filename=-9b8ff2c92899bfa0 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
790 | 2024-02-14T22:17:47.305Z | Running `/home/build/.rustup/toolchains/1.75.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=9ec6baf07a750fed -C extra-filename=-9ec6baf07a750fed --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
791 | 2024-02-14T22:17:47.838Z | Running `/home/build/.rustup/toolchains/1.75.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=2766edd71376ccac -C extra-filename=-2766edd71376ccac --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
792 | 2024-02-14T22:17:49.321Z | Running `/home/build/.rustup/toolchains/1.75.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=b067c878fd9d1126 -C extra-filename=-b067c878fd9d1126 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
793 | 2024-02-14T22:17:50.195Z | Running `/home/build/.rustup/toolchains/1.75.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=c5e7614e2466b986 -C extra-filename=-c5e7614e2466b986 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
794 | 2024-02-14T22:17:58.895Z | Running `/home/build/.rustup/toolchains/1.75.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=771ca1117ed6502d -C extra-filename=-771ca1117ed6502d --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
795 | 2024-02-14T22:18:11.415Z | Running `/home/build/.rustup/toolchains/1.75.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=b4f1c97a6ff50e7c -C extra-filename=-b4f1c97a6ff50e7c --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
796 | 2024-02-14T22:18:14.039Z | Running `/home/build/.rustup/toolchains/1.75.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=c8004d3326211fde -C extra-filename=-c8004d3326211fde --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
797 | 2024-02-14T22:18:15.433Z | Running `/home/build/.rustup/toolchains/1.75.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=d6de89e3913b6cfb -C extra-filename=-d6de89e3913b6cfb --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
798 | 2024-02-14T22:18:26.997Z | Running `/home/build/.rustup/toolchains/1.75.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=ec90a37bc3b5c6ba -C extra-filename=-ec90a37bc3b5c6ba --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
799 | 2024-02-14T22:18:28.806Z | Running `/home/build/.rustup/toolchains/1.75.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=bdcb02e4b364607a -C extra-filename=-bdcb02e4b364607a --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
800 | 2024-02-14T22:18:31.938Z | Running `/home/build/.rustup/toolchains/1.75.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=c1cc17436c75ead4 -C extra-filename=-c1cc17436c75ead4 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
801 | 2024-02-14T22:18:34.264Z | Running `/home/build/.rustup/toolchains/1.75.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=9d41ee76fc7dfd4a -C extra-filename=-9d41ee76fc7dfd4a --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
802 | 2024-02-14T22:18:34.960Z | Running `/home/build/.rustup/toolchains/1.75.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=79768b8c2efdf371 -C extra-filename=-79768b8c2efdf371 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
803 | 2024-02-14T22:18:35.301Z | Running `/home/build/.rustup/toolchains/1.75.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=9fa453995a144511 -C extra-filename=-9fa453995a144511 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
804 | 2024-02-14T22:18:38.397Z | Running `/home/build/.rustup/toolchains/1.75.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=af9b2094fc1a76cc -C extra-filename=-af9b2094fc1a76cc --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
805 | 2024-02-14T22:18:41.625Z | Running `/home/build/.rustup/toolchains/1.75.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=c2474200ae2b9bac -C extra-filename=-c2474200ae2b9bac --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
806 | 2024-02-14T22:18:52.079Z | Running `/home/build/.rustup/toolchains/1.75.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=75679bb96e79b204 -C extra-filename=-75679bb96e79b204 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
807 | 2024-02-14T22:18:52.080Z | Running `/home/build/.rustup/toolchains/1.75.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=a3949a4ee6e8943f -C extra-filename=-a3949a4ee6e8943f --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
808 | 2024-02-14T22:18:52.933Z | Running `/home/build/.rustup/toolchains/1.75.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=6bebe5c2fa3f5ed9 -C extra-filename=-6bebe5c2fa3f5ed9 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2e15c6f9d23007aa.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-66a4b5312b077538.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
809 | 2024-02-14T22:19:13.558Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 46s |
810 | 2024-02-14T22:19:13.659Z | |
811 | 2024-02-14T22:19:13.663Z | real 2:46.278886372 |
812 | 2024-02-14T22:19:13.663Z | user 17:12.567652926 |
813 | 2024-02-14T22:19:13.663Z | sys 2:47.524513510 |
814 | 2024-02-14T22:19:13.663Z | trap 0.749899006 |
815 | 2024-02-14T22:19:13.663Z | tflt 5.205079428 |
816 | 2024-02-14T22:19:13.664Z | dflt 4.653692327 |
817 | 2024-02-14T22:19:13.664Z | kflt 0.083727781 |
818 | 2024-02-14T22:19:13.664Z | lock 37:51.882550272 |
819 | 2024-02-14T22:19:13.664Z | slp 1:08:18.357066744 |
820 | 2024-02-14T22:19:13.664Z | lat 42.575393687 |
821 | 2024-02-14T22:19:13.664Z | stop 32.570874701 |
822 | 2024-02-14T22:19:13.664Z | + banner test |
823 | 2024-02-14T22:19:13.664Z | |
824 | 2024-02-14T22:19:13.664Z | ##### ###### #### ##### |
825 | 2024-02-14T22:19:13.665Z | # # # # |
826 | 2024-02-14T22:19:13.665Z | # ##### #### # |
827 | 2024-02-14T22:19:13.665Z | # # # # |
828 | 2024-02-14T22:19:13.665Z | # # # # # |
829 | 2024-02-14T22:19:13.665Z | # ###### #### # |
830 | 2024-02-14T22:19:13.665Z | |
831 | 2024-02-14T22:19:13.665Z | + ptime -m cargo test --all-features --locked --verbose |
832 | 2024-02-14T22:19:13.868Z | Fresh unicode-ident v1.0.0 |
833 | 2024-02-14T22:19:13.868Z | Fresh cfg-if v1.0.0 |
834 | 2024-02-14T22:19:13.869Z | Fresh version_check v0.9.4 |
835 | 2024-02-14T22:19:13.869Z | Fresh itoa v1.0.1 |
836 | 2024-02-14T22:19:13.869Z | Fresh once_cell v1.13.1 |
837 | 2024-02-14T22:19:13.875Z | Fresh proc-macro2 v1.0.78 |
838 | 2024-02-14T22:19:13.875Z | Fresh memchr v2.6.0 |
839 | 2024-02-14T22:19:13.876Z | Fresh pin-project-lite v0.2.12 |
840 | 2024-02-14T22:19:13.876Z | Fresh quote v1.0.35 |
841 | 2024-02-14T22:19:13.876Z | Fresh libc v0.2.153 |
842 | 2024-02-14T22:19:13.876Z | Fresh bytes v1.5.0 |
843 | 2024-02-14T22:19:13.876Z | Fresh futures-core v0.3.30 |
844 | 2024-02-14T22:19:13.876Z | Fresh syn v2.0.48 |
845 | 2024-02-14T22:19:13.876Z | Fresh log v0.4.17 |
846 | 2024-02-14T22:19:13.876Z | Fresh getrandom v0.2.11 |
847 | 2024-02-14T22:19:13.877Z | Fresh ryu v1.0.5 |
848 | 2024-02-14T22:19:13.877Z | Fresh futures-sink v0.3.30 |
849 | 2024-02-14T22:19:13.877Z | Fresh smallvec v1.7.0 |
850 | 2024-02-14T22:19:13.877Z | Fresh serde_derive v1.0.196 |
851 | 2024-02-14T22:19:13.877Z | Fresh thiserror-impl v1.0.56 |
852 | 2024-02-14T22:19:13.877Z | Fresh scopeguard v1.1.0 |
853 | 2024-02-14T22:19:13.878Z | Fresh fnv v1.0.7 |
854 | 2024-02-14T22:19:13.878Z | Fresh futures-macro v0.3.30 |
855 | 2024-02-14T22:19:13.878Z | Fresh futures-channel v0.3.30 |
856 | 2024-02-14T22:19:13.878Z | Fresh cc v1.0.83 |
857 | 2024-02-14T22:19:13.878Z | Fresh serde v1.0.196 |
858 | 2024-02-14T22:19:13.878Z | Fresh thiserror v1.0.56 |
859 | 2024-02-14T22:19:13.879Z | Fresh lock_api v0.4.6 |
860 | 2024-02-14T22:19:13.879Z | Fresh parking_lot_core v0.9.4 |
861 | 2024-02-14T22:19:13.879Z | Fresh ucd-trie v0.1.6 |
862 | 2024-02-14T22:19:13.879Z | Fresh futures-task v0.3.30 |
863 | 2024-02-14T22:19:13.879Z | Fresh futures-io v0.3.30 |
864 | 2024-02-14T22:19:13.879Z | Fresh pin-utils v0.1.0 |
865 | 2024-02-14T22:19:13.879Z | Fresh serde_json v1.0.113 |
866 | 2024-02-14T22:19:13.879Z | Fresh slab v0.4.5 |
867 | 2024-02-14T22:19:13.879Z | Fresh pest v2.7.6 |
868 | 2024-02-14T22:19:13.880Z | Fresh parking_lot v0.12.1 |
869 | 2024-02-14T22:19:13.880Z | Fresh tokio-macros v2.2.0 |
870 | 2024-02-14T22:19:13.880Z | Fresh num_cpus v1.13.0 |
871 | 2024-02-14T22:19:13.880Z | Fresh futures-util v0.3.30 |
872 | 2024-02-14T22:19:13.880Z | Fresh signal-hook-registry v1.4.0 |
873 | 2024-02-14T22:19:13.881Z | Fresh mio v0.8.9 |
874 | 2024-02-14T22:19:13.881Z | Fresh socket2 v0.5.5 |
875 | 2024-02-14T22:19:13.881Z | Fresh byteorder v1.4.3 |
876 | 2024-02-14T22:19:13.882Z | Fresh hashbrown v0.14.1 |
877 | 2024-02-14T22:19:13.882Z | Fresh equivalent v1.0.0 |
878 | 2024-02-14T22:19:13.882Z | Fresh tokio v1.36.0 |
879 | 2024-02-14T22:19:13.882Z | Fresh typenum v1.14.0 |
880 | 2024-02-14T22:19:13.882Z | Fresh pest_meta v2.7.6 |
881 | 2024-02-14T22:19:13.883Z | Fresh indexmap v2.2.2 |
882 | 2024-02-14T22:19:13.883Z | Fresh scroll_derive v0.12.0 |
883 | 2024-02-14T22:19:13.883Z | Fresh time-core v0.1.2 |
884 | 2024-02-14T22:19:13.883Z | Fresh powerfmt v0.2.0 |
885 | 2024-02-14T22:19:13.884Z | Fresh spin v0.9.8 |
886 | 2024-02-14T22:19:13.884Z | Fresh httparse v1.8.0 |
887 | 2024-02-14T22:19:13.884Z | Fresh deranged v0.3.11 |
888 | 2024-02-14T22:19:13.884Z | Fresh crossbeam-utils v0.8.15 |
889 | 2024-02-14T22:19:13.885Z | Fresh scroll v0.12.0 |
890 | 2024-02-14T22:19:13.885Z | Fresh time-macros v0.2.16 |
891 | 2024-02-14T22:19:13.885Z | Fresh generic-array v0.14.5 |
892 | 2024-02-14T22:19:13.885Z | Fresh pest_generator v2.7.6 |
893 | 2024-02-14T22:19:13.885Z | Fresh serde_tokenstream v0.2.0 |
894 | 2024-02-14T22:19:13.885Z | Fresh zerocopy-derive v0.7.32 |
895 | 2024-02-14T22:19:13.885Z | Fresh tracing-core v0.1.32 |
896 | 2024-02-14T22:19:13.885Z | Fresh num_threads v0.1.3 |
897 | 2024-02-14T22:19:13.886Z | Fresh plain v0.2.3 |
898 | 2024-02-14T22:19:13.886Z | Fresh tinyvec_macros v0.1.0 |
899 | 2024-02-14T22:19:13.886Z | Fresh untrusted v0.9.0 |
900 | 2024-02-14T22:19:13.886Z | Fresh percent-encoding v2.3.1 |
901 | 2024-02-14T22:19:13.886Z | Fresh rustls-pki-types v1.2.0 |
902 | 2024-02-14T22:19:13.886Z | Fresh goblin v0.8.0 |
903 | 2024-02-14T22:19:13.886Z | Fresh tinyvec v1.5.1 |
904 | 2024-02-14T22:19:13.886Z | Fresh tracing v0.1.40 |
905 | 2024-02-14T22:19:13.886Z | Fresh time v0.3.31 |
906 | 2024-02-14T22:19:13.886Z | Fresh form_urlencoded v1.2.1 |
907 | 2024-02-14T22:19:13.886Z | Fresh ring v0.17.7 |
908 | 2024-02-14T22:19:13.887Z | Fresh pest_derive v2.7.6 |
909 | 2024-02-14T22:19:13.887Z | Fresh zerocopy v0.7.32 |
910 | 2024-02-14T22:19:13.887Z | Fresh http v0.2.9 |
911 | 2024-02-14T22:19:13.887Z | Fresh base64 v0.21.7 |
912 | 2024-02-14T22:19:13.887Z | Fresh pretty-hex v0.4.1 |
913 | 2024-02-14T22:19:13.887Z | Fresh autocfg v1.1.0 |
914 | 2024-02-14T22:19:13.887Z | Fresh dtrace-parser v0.2.0 |
915 | 2024-02-14T22:19:13.887Z | Fresh dof v0.3.0 |
916 | 2024-02-14T22:19:13.888Z | Fresh unicode-normalization v0.1.19 |
917 | 2024-02-14T22:19:13.888Z | Fresh slog v2.7.0 |
918 | 2024-02-14T22:19:13.888Z | Fresh paste v1.0.14 |
919 | 2024-02-14T22:19:13.888Z | Fresh tokio-util v0.7.7 |
920 | 2024-02-14T22:19:13.888Z | Fresh block-buffer v0.10.2 |
921 | 2024-02-14T22:19:13.888Z | Fresh crypto-common v0.1.6 |
922 | 2024-02-14T22:19:13.888Z | Fresh rand_core v0.6.3 |
923 | 2024-02-14T22:19:13.888Z | Fresh thread-id v4.0.0 |
924 | 2024-02-14T22:19:13.888Z | Fresh ppv-lite86 v0.2.15 |
925 | 2024-02-14T22:19:13.888Z | Fresh unicode-bidi v0.3.7 |
926 | 2024-02-14T22:19:13.888Z | Fresh try-lock v0.2.3 |
927 | 2024-02-14T22:19:13.888Z | Fresh matches v0.1.9 |
928 | 2024-02-14T22:19:13.889Z | Fresh syn v1.0.109 |
929 | 2024-02-14T22:19:13.889Z | Fresh usdt-impl v0.5.0 |
930 | 2024-02-14T22:19:13.889Z | Fresh idna v0.2.3 |
931 | 2024-02-14T22:19:13.889Z | Fresh want v0.3.0 |
932 | 2024-02-14T22:19:13.889Z | Fresh rand_chacha v0.3.1 |
933 | 2024-02-14T22:19:13.889Z | Fresh h2 v0.3.24 |
934 | 2024-02-14T22:19:13.889Z | Fresh digest v0.10.7 |
935 | 2024-02-14T22:19:13.889Z | Fresh unicase v2.6.0 |
936 | 2024-02-14T22:19:13.889Z | Fresh rustls-webpki v0.102.1 |
937 | 2024-02-14T22:19:13.898Z | Fresh http-body v0.4.3 |
938 | 2024-02-14T22:19:13.898Z | Fresh http v1.0.0 |
939 | 2024-02-14T22:19:13.898Z | Fresh dirs-sys-next v0.1.2 |
940 | 2024-02-14T22:19:13.898Z | Fresh socket2 v0.4.9 |
941 | 2024-02-14T22:19:13.898Z | Fresh httpdate v1.0.1 |
942 | 2024-02-14T22:19:13.898Z | Fresh cpufeatures v0.2.2 |
943 | 2024-02-14T22:19:13.898Z | Fresh zeroize v1.7.0 |
944 | 2024-02-14T22:19:13.898Z | Fresh mime v0.3.16 |
945 | 2024-02-14T22:19:13.898Z | Fresh tower-service v0.3.1 |
946 | 2024-02-14T22:19:13.899Z | Fresh subtle v2.5.0 |
947 | 2024-02-14T22:19:13.899Z | Fresh dirs-next v2.0.0 |
948 | 2024-02-14T22:19:13.899Z | Fresh sha1 v0.10.6 |
949 | 2024-02-14T22:19:13.899Z | Fresh url v2.2.2 |
950 | 2024-02-14T22:19:13.899Z | Fresh rand v0.8.4 |
951 | 2024-02-14T22:19:13.899Z | Fresh serde_derive_internals v0.26.0 |
952 | 2024-02-14T22:19:13.899Z | Fresh hyper v0.14.27 |
953 | 2024-02-14T22:19:13.899Z | Fresh rustls v0.22.2 |
954 | 2024-02-14T22:19:13.899Z | Fresh num-traits v0.2.14 |
955 | 2024-02-14T22:19:13.899Z | Fresh rustls-pemfile v2.0.0 |
956 | 2024-02-14T22:19:13.899Z | Fresh concurrent-queue v2.2.0 |
957 | 2024-02-14T22:19:13.899Z | Fresh toml_datetime v0.6.5 |
958 | 2024-02-14T22:19:13.899Z | Fresh serde_spanned v0.6.5 |
959 | 2024-02-14T22:19:13.899Z | Fresh thread_local v1.1.4 |
960 | 2024-02-14T22:19:13.900Z | Fresh parking v2.2.0 |
961 | 2024-02-14T22:19:13.900Z | Fresh winnow v0.5.15 |
962 | 2024-02-14T22:19:13.900Z | Fresh match_cfg v0.1.0 |
963 | 2024-02-14T22:19:13.900Z | Fresh iana-time-zone v0.1.47 |
964 | 2024-02-14T22:19:13.900Z | Fresh event-listener v4.0.0 |
965 | 2024-02-14T22:19:13.900Z | Fresh toml_edit v0.21.1 |
966 | 2024-02-14T22:19:13.900Z | Fresh chrono v0.4.33 |
967 | 2024-02-14T22:19:13.900Z | Fresh hostname v0.3.1 |
968 | 2024-02-14T22:19:13.900Z | Fresh tokio-rustls v0.25.0 |
969 | 2024-02-14T22:19:13.900Z | Fresh schemars_derive v0.8.16 |
970 | 2024-02-14T22:19:13.900Z | Fresh term v0.7.0 |
971 | 2024-02-14T22:19:13.900Z | Fresh usdt-attr-macro v0.5.0 |
972 | 2024-02-14T22:19:13.900Z | Fresh usdt-macro v0.5.0 |
973 | 2024-02-14T22:19:13.900Z | Fresh slog-json v2.6.1 |
974 | 2024-02-14T22:19:13.901Z | Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
975 | 2024-02-14T22:19:13.901Z | Fresh crossbeam-channel v0.5.1 |
976 | 2024-02-14T22:19:13.901Z | Fresh futures-executor v0.3.30 |
977 | 2024-02-14T22:19:13.901Z | Fresh uuid v1.7.0 |
978 | 2024-02-14T22:19:13.901Z | Fresh async-stream-impl v0.3.5 |
979 | 2024-02-14T22:19:13.901Z | Fresh atty v0.2.14 |
980 | 2024-02-14T22:19:13.901Z | Fresh memmap v0.7.0 |
981 | 2024-02-14T22:19:13.901Z | Fresh errno v0.3.8 |
982 | 2024-02-14T22:19:13.901Z | Fresh encoding_rs v0.8.32 |
983 | 2024-02-14T22:19:13.901Z | Fresh unicode-width v0.1.9 |
984 | 2024-02-14T22:19:13.901Z | Fresh unicode-segmentation v1.10.0 |
985 | 2024-02-14T22:19:13.901Z | Running `/home/build/.rustup/toolchains/1.75.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=d5fd13189b0a6c21 -C extra-filename=-d5fd13189b0a6c21 --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-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-6b2d5f544dbfb258.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro` |
986 | 2024-02-14T22:19:13.901Z | Fresh atomic-waker v1.1.1 |
987 | 2024-02-14T22:19:13.901Z | Fresh bitflags v2.4.0 |
988 | 2024-02-14T22:19:13.902Z | Fresh take_mut v0.2.2 |
989 | 2024-02-14T22:19:13.902Z | Fresh dyn-clone v1.0.4 |
990 | 2024-02-14T22:19:13.902Z | Fresh utf-8 v0.7.6 |
991 | 2024-02-14T22:19:13.902Z | Fresh lazy_static v1.4.0 |
992 | 2024-02-14T22:19:13.902Z | Fresh data-encoding v2.4.0 |
993 | 2024-02-14T22:19:13.902Z | Fresh openssl-probe v0.1.4 |
994 | 2024-02-14T22:19:13.902Z | Fresh rustix v0.38.28 |
995 | 2024-02-14T22:19:13.902Z | Fresh schemars v0.8.16 |
996 | 2024-02-14T22:19:13.902Z | Fresh console v0.15.7 |
997 | 2024-02-14T22:19:13.902Z | Fresh waitgroup v0.1.2 |
998 | 2024-02-14T22:19:13.902Z | Fresh tungstenite v0.21.0 |
999 | 2024-02-14T22:19:13.902Z | Fresh rustls-native-certs v0.7.0 |
1000 | 2024-02-14T22:19:13.902Z | Fresh slog-async v2.8.0 |
1001 | 2024-02-14T22:19:13.902Z | Fresh usdt v0.5.0 |
1002 | 2024-02-14T22:19:13.903Z | Fresh multer v3.0.0 |
1003 | 2024-02-14T22:19:13.903Z | Fresh newline-converter v0.3.0 |
1004 | 2024-02-14T22:19:13.903Z | Fresh slog-term v2.9.0 |
1005 | 2024-02-14T22:19:13.903Z | Fresh slog-bunyan v2.5.0 |
1006 | 2024-02-14T22:19:13.903Z | Fresh async-stream v0.3.5 |
1007 | 2024-02-14T22:19:13.903Z | Fresh futures v0.3.30 |
1008 | 2024-02-14T22:19:13.903Z | Fresh mime_guess v2.0.4 |
1009 | 2024-02-14T22:19:13.903Z | Fresh camino v1.1.6 |
1010 | 2024-02-14T22:19:13.903Z | Fresh event-listener-strategy v0.4.0 |
1011 | 2024-02-14T22:19:13.904Z | Fresh async-trait v0.1.77 |
1012 | 2024-02-14T22:19:13.904Z | Fresh toml v0.8.9 |
1013 | 2024-02-14T22:19:13.904Z | Fresh pem v3.0.3 |
1014 | 2024-02-14T22:19:13.904Z | Fresh serde_urlencoded v0.7.1 |
1015 | 2024-02-14T22:19:13.904Z | Fresh yasna v0.5.2 |
1016 | 2024-02-14T22:19:13.904Z | Fresh openapiv3 v2.0.0 |
1017 | 2024-02-14T22:19:13.904Z | Fresh basic-toml v0.1.8 |
1018 | 2024-02-14T22:19:13.904Z | Fresh serde_path_to_error v0.1.15 |
1019 | 2024-02-14T22:19:13.904Z | Fresh termcolor v1.1.2 |
1020 | 2024-02-14T22:19:13.904Z | Fresh glob v0.3.0 |
1021 | 2024-02-14T22:19:13.904Z | Fresh fastrand v2.0.0 |
1022 | 2024-02-14T22:19:13.904Z | Fresh similar v2.2.1 |
1023 | 2024-02-14T22:19:13.904Z | Fresh http-range v0.1.4 |
1024 | 2024-02-14T22:19:13.904Z | Fresh debug-ignore v1.0.5 |
1025 | 2024-02-14T22:19:13.904Z | Fresh expectorate v1.1.0 |
1026 | 2024-02-14T22:19:13.904Z | Fresh trybuild v1.0.89 |
1027 | 2024-02-14T22:19:13.905Z | Fresh tempfile v3.9.0 |
1028 | 2024-02-14T22:19:13.905Z | Fresh rcgen v0.12.1 |
1029 | 2024-02-14T22:19:13.905Z | Fresh async-channel v2.1.1 |
1030 | 2024-02-14T22:19:13.905Z | Fresh hyper-staticfile v0.9.5 |
1031 | 2024-02-14T22:19:13.905Z | Fresh hyper-rustls v0.25.0 |
1032 | 2024-02-14T22:19:13.905Z | Fresh buf-list v1.0.3 |
1033 | 2024-02-14T22:19:13.905Z | Fresh tokio-tungstenite v0.21.0 |
1034 | 2024-02-14T22:19:13.905Z | Fresh subprocess v0.2.9 |
1035 | 2024-02-14T22:19:13.905Z | Fresh schema-derive v0.1.0 |
1036 | 2024-02-14T22:19:13.905Z | Fresh schema v0.1.0 |
1037 | 2024-02-14T22:19:15.295Z | Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot) |
1038 | 2024-02-14T22:19:15.304Z | Running `/home/build/.rustup/toolchains/1.75.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=fbae80e849c74908 -C extra-filename=-fbae80e849c74908 --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-b63310ad76567715.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1039 | 2024-02-14T22:19:15.304Z | Running `/home/build/.rustup/toolchains/1.75.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=2304b094dd92d389 -C extra-filename=-2304b094dd92d389 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1040 | 2024-02-14T22:19:21.017Z | Running `/home/build/.rustup/toolchains/1.75.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=e2a7ebf59cb453ec -C extra-filename=-e2a7ebf59cb453ec --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1041 | 2024-02-14T22:19:21.017Z | Running `/home/build/.rustup/toolchains/1.75.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=5249d707ad750b4f -C extra-filename=-5249d707ad750b4f --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1042 | 2024-02-14T22:19:21.018Z | Running `/home/build/.rustup/toolchains/1.75.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=172b2476d1fc3c63 -C extra-filename=-172b2476d1fc3c63 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1043 | 2024-02-14T22:19:21.029Z | Running `/home/build/.rustup/toolchains/1.75.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=60dd2cdabcaae87a -C extra-filename=-60dd2cdabcaae87a --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1044 | 2024-02-14T22:19:21.030Z | Running `/home/build/.rustup/toolchains/1.75.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=4d6d7a579443615d -C extra-filename=-4d6d7a579443615d --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1045 | 2024-02-14T22:19:21.030Z | Running `/home/build/.rustup/toolchains/1.75.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=dc2c70b44132cf22 -C extra-filename=-dc2c70b44132cf22 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1046 | 2024-02-14T22:19:21.045Z | Running `/home/build/.rustup/toolchains/1.75.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=c7f94e1abce5b77b -C extra-filename=-c7f94e1abce5b77b --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1047 | 2024-02-14T22:19:46.014Z | Running `/home/build/.rustup/toolchains/1.75.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=19bd9ff86bda71df -C extra-filename=-19bd9ff86bda71df --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1048 | 2024-02-14T22:19:46.343Z | Running `/home/build/.rustup/toolchains/1.75.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=b9f6a5f835e958c1 -C extra-filename=-b9f6a5f835e958c1 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1049 | 2024-02-14T22:19:46.403Z | Running `/home/build/.rustup/toolchains/1.75.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=ae453e162199f1d0 -C extra-filename=-ae453e162199f1d0 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1050 | 2024-02-14T22:19:49.183Z | Running `/home/build/.rustup/toolchains/1.75.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=492407bcfe842c0b -C extra-filename=-492407bcfe842c0b --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1051 | 2024-02-14T22:19:49.878Z | Running `/home/build/.rustup/toolchains/1.75.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=f3ddfaf11562a181 -C extra-filename=-f3ddfaf11562a181 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1052 | 2024-02-14T22:19:51.185Z | Running `/home/build/.rustup/toolchains/1.75.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=5b9b51c350170842 -C extra-filename=-5b9b51c350170842 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1053 | 2024-02-14T22:20:04.562Z | Running `/home/build/.rustup/toolchains/1.75.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=211d64a73b54a096 -C extra-filename=-211d64a73b54a096 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1054 | 2024-02-14T22:20:07.810Z | Running `/home/build/.rustup/toolchains/1.75.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=a1d36b525627ed99 -C extra-filename=-a1d36b525627ed99 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1055 | 2024-02-14T22:20:09.110Z | Running `/home/build/.rustup/toolchains/1.75.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=40d5fbcd587f3b21 -C extra-filename=-40d5fbcd587f3b21 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1056 | 2024-02-14T22:20:13.815Z | Running `/home/build/.rustup/toolchains/1.75.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=0f386ae815bcaf93 -C extra-filename=-0f386ae815bcaf93 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1057 | 2024-02-14T22:20:13.871Z | Running `/home/build/.rustup/toolchains/1.75.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=ece34caeb29bcafa -C extra-filename=-ece34caeb29bcafa --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1058 | 2024-02-14T22:20:15.384Z | Running `/home/build/.rustup/toolchains/1.75.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=fb79a463370c0243 -C extra-filename=-fb79a463370c0243 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1059 | 2024-02-14T22:20:16.528Z | Running `/home/build/.rustup/toolchains/1.75.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=67c5be5814141313 -C extra-filename=-67c5be5814141313 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1060 | 2024-02-14T22:20:22.993Z | Running `/home/build/.rustup/toolchains/1.75.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=aa2fcf9c239c7a97 -C extra-filename=-aa2fcf9c239c7a97 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1061 | 2024-02-14T22:20:24.639Z | Running `/home/build/.rustup/toolchains/1.75.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=42417e69c35b70cc -C extra-filename=-42417e69c35b70cc --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1062 | 2024-02-14T22:20:36.274Z | Running `/home/build/.rustup/toolchains/1.75.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=84f6022d23250822 -C extra-filename=-84f6022d23250822 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1063 | 2024-02-14T22:20:40.392Z | Running `/home/build/.rustup/toolchains/1.75.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=08981f0cf2f5fd93 -C extra-filename=-08981f0cf2f5fd93 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1064 | 2024-02-14T22:20:40.426Z | Running `/home/build/.rustup/toolchains/1.75.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=6e7c67a41b3617f8 -C extra-filename=-6e7c67a41b3617f8 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1065 | 2024-02-14T22:20:40.820Z | Running `/home/build/.rustup/toolchains/1.75.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=0c5753315eefa702 -C extra-filename=-0c5753315eefa702 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1066 | 2024-02-14T22:20:42.663Z | Running `/home/build/.rustup/toolchains/1.75.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=6c1b6794157a5392 -C extra-filename=-6c1b6794157a5392 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1067 | 2024-02-14T22:20:46.768Z | Running `/home/build/.rustup/toolchains/1.75.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=96ea5839411ab9e2 -C extra-filename=-96ea5839411ab9e2 --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-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-3c254a54691a8dba/out` |
1068 | 2024-02-14T22:21:14.986Z | Finished test [unoptimized + debuginfo] target(s) in 2m 01s |
1069 | 2024-02-14T22:21:14.986Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-2304b094dd92d389` |
1070 | 2024-02-14T22:21:14.986Z | |
1071 | 2024-02-14T22:21:14.986Z | running 95 tests |
1072 | 2024-02-14T22:21:14.986Z | test api_description::test::test_badpath4 - should panic ... ok |
1073 | 2024-02-14T22:21:14.986Z | test api_description::test::test_badpath1 ... ok |
1074 | 2024-02-14T22:21:14.986Z | test api_description::test::test_badpath3 ... ok |
1075 | 2024-02-14T22:21:14.987Z | test api_description::test::test_badpath2 ... ok |
1076 | 2024-02-14T22:21:15.087Z | test api_description::test::test_tags_need_one ... ok |
1077 | 2024-02-14T22:21:15.087Z | test api_description::test::test_dup_names ... ok |
1078 | 2024-02-14T22:21:15.087Z | test api_description::test::test_tags_just_right ... ok |
1079 | 2024-02-14T22:21:15.087Z | test api_description::test::test_tags_too_many ... ok |
1080 | 2024-02-14T22:21:15.087Z | test error::test::test_serialize_error_response_body ... ok |
1081 | 2024-02-14T22:21:15.088Z | test from_map::test::test_lone_literal ... ok |
1082 | 2024-02-14T22:21:15.088Z | test extractor::metadata::test::test_metadata_flattened ... ok |
1083 | 2024-02-14T22:21:15.088Z | test extractor::metadata::test::test_metadata_simple ... ok |
1084 | 2024-02-14T22:21:15.088Z | test from_map::test::test_deep ... ok |
1085 | 2024-02-14T22:21:15.088Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
1086 | 2024-02-14T22:21:15.088Z | test extractor::metadata::test::test_metadata_pagination ... ok |
1087 | 2024-02-14T22:21:15.089Z | test from_map::test::test_missing_data2 ... ok |
1088 | 2024-02-14T22:21:15.089Z | test from_map::test::test_missing_data1 ... ok |
1089 | 2024-02-14T22:21:15.089Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
1090 | 2024-02-14T22:21:15.089Z | test from_map::test::test_types ... ok |
1091 | 2024-02-14T22:21:15.089Z | test logging::test::test_config_bad_file_no_file ... ok |
1092 | 2024-02-14T22:21:15.089Z | test logging::test::test_config_bad_file_no_level ... ok |
1093 | 2024-02-14T22:21:15.089Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
1094 | 2024-02-14T22:21:15.089Z | test logging::test::test_config_bad_terminal_no_level ... ok |
1095 | 2024-02-14T22:21:15.089Z | test logging::test::test_config_bad_log_mode ... ok |
1096 | 2024-02-14T22:21:15.089Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
1097 | 2024-02-14T22:21:15.089Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
1098 | 2024-02-14T22:21:15.090Z | test pagination::test::test_pagination_schema ... ok |
1099 | 2024-02-14T22:21:15.090Z | test router::test::test_bad_path_segment1 - should panic ... ok |
1100 | 2024-02-14T22:21:15.090Z | test router::test::test_bad_path_segment2 - should panic ... ok |
1101 | 2024-02-14T22:21:15.090Z | test pagination::test::test_results_page ... ok |
1102 | 2024-02-14T22:21:15.090Z | test pagination::test::test_page_token_serialization ... ok |
1103 | 2024-02-14T22:21:15.090Z | test pagination::test::test_pagparams_parsing ... ok |
1104 | 2024-02-14T22:21:15.090Z | test router::test::test_bad_path_segment4 - should panic ... ok |
1105 | 2024-02-14T22:21:15.090Z | test router::test::test_bad_path_segment3 - should panic ... ok |
1106 | 2024-02-14T22:21:15.090Z | test router::test::test_bogus_regex - should panic ... ok |
1107 | 2024-02-14T22:21:15.091Z | test router::test::test_duplicate_route1 - should panic ... ok |
1108 | 2024-02-14T22:21:15.091Z | test router::test::test_duplicate_route2 - should panic ... ok |
1109 | 2024-02-14T22:21:15.091Z | test router::test::test_duplicate_route3 - should panic ... ok |
1110 | 2024-02-14T22:21:15.091Z | test router::test::test_duplicate_varname - should panic ... ok |
1111 | 2024-02-14T22:21:15.091Z | test logging::test::test_config_stderr_terminal ... ok |
1112 | 2024-02-14T22:21:15.094Z | test router::test::test_empty_variable ... ok |
1113 | 2024-02-14T22:21:15.094Z | test router::test::test_embedded_non_variable ... ok |
1114 | 2024-02-14T22:21:15.094Z | test router::test::test_error_cases ... ok |
1115 | 2024-02-14T22:21:15.094Z | test router::test::test_inconsistent_varname - should panic ... ok |
1116 | 2024-02-14T22:21:15.094Z | test router::test::test_iter_null ... ok |
1117 | 2024-02-14T22:21:15.095Z | test router::test::test_iter ... ok |
1118 | 2024-02-14T22:21:15.095Z | test router::test::test_iter2 ... ok |
1119 | 2024-02-14T22:21:15.095Z | test router::test::test_literal_after_variable - should panic ... ok |
1120 | 2024-02-14T22:21:15.095Z | test router::test::test_literal_after_regex - should panic ... ok |
1121 | 2024-02-14T22:21:15.095Z | test router::test::test_more_after_regex - should panic ... ok |
1122 | 2024-02-14T22:21:15.095Z | test router::test::test_map_bad_value ... ok |
1123 | 2024-02-14T22:21:15.095Z | test router::test::test_path_segment ... ok |
1124 | 2024-02-14T22:21:15.095Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
1125 | 2024-02-14T22:21:15.095Z | test router::test::test_segments ... ok |
1126 | 2024-02-14T22:21:15.095Z | test router::test::test_map_bad_seq ... ok |
1127 | 2024-02-14T22:21:15.095Z | test router::test::test_variable_after_literal - should panic ... ok |
1128 | 2024-02-14T22:21:15.095Z | test router::test::test_variable_name_bad_end - should panic ... ok |
1129 | 2024-02-14T22:21:15.095Z | test router::test::test_router_basic ... ok |
1130 | 2024-02-14T22:21:15.095Z | test router::test::test_variable_name_bad_start - should panic ... ok |
1131 | 2024-02-14T22:21:15.095Z | test router::test::test_map ... ok |
1132 | 2024-02-14T22:21:15.096Z | test router::test::test_variable_name_empty - should panic ... ok |
1133 | 2024-02-14T22:21:15.096Z | test router::test::test_variables_glob ... ok |
1134 | 2024-02-14T22:21:15.096Z | test router::test::test_variable_rename ... ok |
1135 | 2024-02-14T22:21:15.096Z | test router::test::test_variables_basic ... ok |
1136 | 2024-02-14T22:21:15.096Z | test router::test::test_variables_multi ... ok |
1137 | 2024-02-14T22:21:15.096Z | test schema_util::test::test_additional_properties ... ok |
1138 | 2024-02-14T22:21:15.096Z | test schema_util::test::test_nullable ... ok |
1139 | 2024-02-14T22:21:15.096Z | test schema_util::test::test_empty_struct ... ok |
1140 | 2024-02-14T22:21:15.096Z | test schema_util::test::test_bad_schema - should panic ... ok |
1141 | 2024-02-14T22:21:15.096Z | test api_description::test::test_tags_set ... ok |
1142 | 2024-02-14T22:21:15.096Z | test schema_util::test::test_two_types - should panic ... ok |
1143 | 2024-02-14T22:21:15.096Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
1144 | 2024-02-14T22:21:15.096Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
1145 | 2024-02-14T22:21:15.096Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
1146 | 2024-02-14T22:21:15.096Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
1147 | 2024-02-14T22:21:15.096Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
1148 | 2024-02-14T22:21:15.096Z | test logging::test::test_config_file ... ok |
1149 | 2024-02-14T22:21:15.096Z | test schema_util::test::test_schema2struct_with_enum_variants ... ok |
1150 | 2024-02-14T22:21:15.096Z | test test_util::test::test_bunyan_easy_cases ... ok |
1151 | 2024-02-14T22:21:15.096Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
1152 | 2024-02-14T22:21:15.096Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
1153 | 2024-02-14T22:21:15.096Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
1154 | 2024-02-14T22:21:15.096Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
1155 | 2024-02-14T22:21:15.096Z | test to_map::test::test_to_map_enum ... ok |
1156 | 2024-02-14T22:21:15.096Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
1157 | 2024-02-14T22:21:15.097Z | test to_map::test::test_to_map_seq ... ok |
1158 | 2024-02-14T22:21:15.097Z | test to_map::test::test_to_map_num ... ok |
1159 | 2024-02-14T22:21:15.097Z | test to_map::test::test_to_map_vec ... ok |
1160 | 2024-02-14T22:21:15.097Z | test type_util::tests::test_commented_ref ... ok |
1161 | 2024-02-14T22:21:15.097Z | test type_util::tests::test_reflexive_type - should panic ... ok |
1162 | 2024-02-14T22:21:15.097Z | test to_map::test::test_to_map_valid ... ok |
1163 | 2024-02-14T22:21:15.097Z | test type_util::tests::test_recursive_type - should panic ... ok |
1164 | 2024-02-14T22:21:15.097Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
1165 | 2024-02-14T22:21:15.097Z | test server::test::test_drop_server_without_close_okay ... ok |
1166 | 2024-02-14T22:21:15.097Z | test server::test::test_server_run_then_close ... ok |
1167 | 2024-02-14T22:21:15.097Z | |
1168 | 2024-02-14T22:21:15.097Z | test result: ok. 95 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1169 | 2024-02-14T22:21:15.097Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-f3ddfaf11562a181` |
1170 | 2024-02-14T22:21:15.097Z | |
1171 | 2024-02-14T22:21:15.097Z | |
1172 | 2024-02-14T22:21:15.097Z | running 1 test |
1173 | 2024-02-14T22:21:15.127Z | Compiling proc-macro2 v1.0.78 |
1174 | 2024-02-14T22:21:15.127Z | Compiling unicode-ident v1.0.0 |
1175 | 2024-02-14T22:21:15.145Z | Compiling libc v0.2.153 |
1176 | 2024-02-14T22:21:15.145Z | Checking cfg-if v1.0.0 |
1177 | 2024-02-14T22:21:15.145Z | Compiling serde v1.0.196 |
1178 | 2024-02-14T22:21:15.145Z | Compiling version_check v0.9.4 |
1179 | 2024-02-14T22:21:15.145Z | Checking itoa v1.0.1 |
1180 | 2024-02-14T22:21:15.145Z | Compiling log v0.4.17 |
1181 | 2024-02-14T22:21:15.184Z | Compiling thiserror v1.0.56 |
1182 | 2024-02-14T22:21:15.283Z | Checking pin-project-lite v0.2.12 |
1183 | 2024-02-14T22:21:15.306Z | Compiling ryu v1.0.5 |
1184 | 2024-02-14T22:21:15.374Z | Compiling serde_json v1.0.113 |
1185 | 2024-02-14T22:21:15.516Z | Checking bytes v1.5.0 |
1186 | 2024-02-14T22:21:15.871Z | Checking memchr v2.6.0 |
1187 | 2024-02-14T22:21:16.058Z | Checking futures-core v0.3.30 |
1188 | 2024-02-14T22:21:16.096Z | Checking futures-sink v0.3.30 |
1189 | 2024-02-14T22:21:16.122Z | Compiling ucd-trie v0.1.6 |
1190 | 2024-02-14T22:21:16.231Z | Compiling parking_lot_core v0.9.4 |
1191 | 2024-02-14T22:21:16.405Z | Checking fnv v1.0.7 |
1192 | 2024-02-14T22:21:16.528Z | Checking once_cell v1.13.1 |
1193 | 2024-02-14T22:21:16.775Z | Compiling quote v1.0.35 |
1194 | 2024-02-14T22:21:16.800Z | Checking smallvec v1.7.0 |
1195 | 2024-02-14T22:21:16.845Z | Checking scopeguard v1.1.0 |
1196 | 2024-02-14T22:21:16.956Z | Checking lock_api v0.4.6 |
1197 | 2024-02-14T22:21:17.185Z | Compiling syn v2.0.48 |
1198 | 2024-02-14T22:21:17.335Z | Checking futures-channel v0.3.30 |
1199 | 2024-02-14T22:21:17.375Z | Checking getrandom v0.2.11 |
1200 | 2024-02-14T22:21:17.605Z | Compiling cc v1.0.83 |
1201 | 2024-02-14T22:21:17.610Z | Checking slab v0.4.5 |
1202 | 2024-02-14T22:21:17.689Z | Checking futures-io v0.3.30 |
1203 | 2024-02-14T22:21:17.744Z | Checking futures-task v0.3.30 |
1204 | 2024-02-14T22:21:17.842Z | Checking pin-utils v0.1.0 |
1205 | 2024-02-14T22:21:17.867Z | Compiling typenum v1.14.0 |
1206 | 2024-02-14T22:21:17.881Z | Checking parking_lot v0.12.1 |
1207 | 2024-02-14T22:21:17.935Z | Checking num_cpus v1.13.0 |
1208 | 2024-02-14T22:21:17.956Z | Checking mio v0.8.9 |
1209 | 2024-02-14T22:21:18.030Z | Checking signal-hook-registry v1.4.0 |
1210 | 2024-02-14T22:21:18.043Z | Checking socket2 v0.5.5 |
1211 | 2024-02-14T22:21:18.205Z | Compiling generic-array v0.14.5 |
1212 | 2024-02-14T22:21:18.249Z | Compiling httparse v1.8.0 |
1213 | 2024-02-14T22:21:18.382Z | Checking equivalent v1.0.0 |
1214 | 2024-02-14T22:21:18.410Z | Compiling crossbeam-utils v0.8.15 |
1215 | 2024-02-14T22:21:18.503Z | Checking hashbrown v0.14.1 |
1216 | 2024-02-14T22:21:18.555Z | Compiling usdt-impl v0.5.0 |
1217 | 2024-02-14T22:21:18.608Z | Compiling unicase v2.6.0 |
1218 | 2024-02-14T22:21:18.824Z | Checking spin v0.9.8 |
1219 | 2024-02-14T22:21:18.960Z | Checking powerfmt v0.2.0 |
1220 | 2024-02-14T22:21:19.008Z | Compiling time-core v0.1.2 |
1221 | 2024-02-14T22:21:19.132Z | Compiling time-macros v0.2.16 |
1222 | 2024-02-14T22:21:19.206Z | Checking deranged v0.3.11 |
1223 | 2024-02-14T22:21:19.620Z | Checking tracing-core v0.1.32 |
1224 | 2024-02-14T22:21:19.863Z | Compiling byteorder v1.4.3 |
1225 | 2024-02-14T22:21:19.906Z | Compiling plain v0.2.3 |
1226 | 2024-02-14T22:21:20.051Z | Checking num_threads v0.1.3 |
1227 | 2024-02-14T22:21:20.150Z | Checking rustls-pki-types v1.2.0 |
1228 | 2024-02-14T22:21:20.294Z | Checking tinyvec_macros v0.1.0 |
1229 | 2024-02-14T22:21:20.335Z | Compiling slog v2.7.0 |
1230 | 2024-02-14T22:21:20.366Z | Checking percent-encoding v2.3.1 |
1231 | 2024-02-14T22:21:20.541Z | Checking untrusted v0.9.0 |
1232 | 2024-02-14T22:21:20.988Z | Checking form_urlencoded v1.2.1 |
1233 | 2024-02-14T22:21:21.067Z | Checking tinyvec v1.5.1 |
1234 | 2024-02-14T22:21:21.099Z | Checking tracing v0.1.40 |
1235 | 2024-02-14T22:21:21.112Z | Checking http v0.2.9 |
1236 | 2024-02-14T22:21:21.245Z | Compiling syn v1.0.109 |
1237 | 2024-02-14T22:21:21.362Z | Compiling ring v0.17.7 |
1238 | 2024-02-14T22:21:21.393Z | Compiling autocfg v1.1.0 |
1239 | 2024-02-14T22:21:21.905Z | Compiling pretty-hex v0.4.1 |
1240 | 2024-02-14T22:21:22.020Z | Checking base64 v0.21.7 |
1241 | 2024-02-14T22:21:22.313Z | Checking unicode-normalization v0.1.19 |
1242 | 2024-02-14T22:21:22.459Z | Compiling num-traits v0.2.14 |
1243 | 2024-02-14T22:21:22.485Z | Checking block-buffer v0.10.2 |
1244 | 2024-02-14T22:21:22.534Z | Checking crypto-common v0.1.6 |
1245 | 2024-02-14T22:21:22.850Z | Checking rand_core v0.6.3 |
1246 | 2024-02-14T22:21:22.914Z | Compiling thread-id v4.0.0 |
1247 | 2024-02-14T22:21:22.975Z | Checking matches v0.1.9 |
1248 | 2024-02-14T22:21:23.007Z | Compiling rustls v0.22.2 |
1249 | 2024-02-14T22:21:23.051Z | Checking ppv-lite86 v0.2.15 |
1250 | 2024-02-14T22:21:23.114Z | Checking try-lock v0.2.3 |
1251 | 2024-02-14T22:21:23.216Z | Checking unicode-bidi v0.3.7 |
1252 | 2024-02-14T22:21:23.326Z | Checking want v0.3.0 |
1253 | 2024-02-14T22:21:23.404Z | Checking time v0.3.31 |
1254 | 2024-02-14T22:21:23.570Z | Checking idna v0.2.3 |
1255 | 2024-02-14T22:21:23.654Z | Checking digest v0.10.7 |
1256 | 2024-02-14T22:21:23.723Z | Checking rand_chacha v0.3.1 |
1257 | 2024-02-14T22:21:24.270Z | Checking http-body v0.4.3 |
1258 | 2024-02-14T22:21:24.277Z | Checking dirs-sys-next v0.1.2 |
1259 | 2024-02-14T22:21:24.277Z | Checking socket2 v0.4.9 |
1260 | 2024-02-14T22:21:24.277Z | Checking http v1.0.0 |
1261 | 2024-02-14T22:21:24.277Z | Checking cpufeatures v0.2.2 |
1262 | 2024-02-14T22:21:24.277Z | Checking subtle v2.5.0 |
1263 | 2024-02-14T22:21:24.395Z | Checking tower-service v0.3.1 |
1264 | 2024-02-14T22:21:24.538Z | Checking zeroize v1.7.0 |
1265 | 2024-02-14T22:21:24.626Z | Checking httpdate v1.0.1 |
1266 | 2024-02-14T22:21:24.626Z | Checking mime v0.3.16 |
1267 | 2024-02-14T22:21:24.683Z | Checking url v2.2.2 |
1268 | 2024-02-14T22:21:24.758Z | Checking sha1 v0.10.6 |
1269 | 2024-02-14T22:21:24.824Z | Checking dirs-next v2.0.0 |
1270 | 2024-02-14T22:21:24.940Z | Checking rand v0.8.4 |
1271 | 2024-02-14T22:21:24.995Z | Compiling mime_guess v2.0.4 |
1272 | 2024-02-14T22:21:25.462Z | Checking rustls-pemfile v2.0.0 |
1273 | 2024-02-14T22:21:25.662Z | Checking concurrent-queue v2.2.0 |
1274 | 2024-02-14T22:21:26.301Z | Checking thread_local v1.1.4 |
1275 | 2024-02-14T22:21:26.307Z | Compiling multer v3.0.0 |
1276 | 2024-02-14T22:21:26.546Z | Checking match_cfg v0.1.0 |
1277 | 2024-02-14T22:21:26.619Z | Checking winnow v0.5.15 |
1278 | 2024-02-14T22:21:27.089Z | Compiling rustix v0.38.28 |
1279 | 2024-02-14T22:21:27.097Z | Compiling paste v1.0.14 |
1280 | 2024-02-14T22:21:27.097Z | Compiling slog-async v2.8.0 |
1281 | 2024-02-14T22:21:27.369Z | Compiling async-trait v0.1.77 |
1282 | 2024-02-14T22:21:27.401Z | Checking iana-time-zone v0.1.47 |
1283 | 2024-02-14T22:21:27.536Z | Checking parking v2.2.0 |
1284 | 2024-02-14T22:21:27.582Z | Compiling camino v1.1.6 |
1285 | 2024-02-14T22:21:27.698Z | Compiling schemars v0.8.16 |
1286 | 2024-02-14T22:21:27.709Z | Checking rustls-webpki v0.102.1 |
1287 | 2024-02-14T22:21:28.069Z | Checking event-listener v4.0.0 |
1288 | 2024-02-14T22:21:28.373Z | Checking hostname v0.3.1 |
1289 | 2024-02-14T22:21:28.467Z | Checking term v0.7.0 |
1290 | 2024-02-14T22:21:28.485Z | Checking crossbeam-channel v0.5.1 |
1291 | 2024-02-14T22:21:28.681Z | Checking memmap v0.7.0 |
1292 | 2024-02-14T22:21:28.859Z | Checking errno v0.3.8 |
1293 | 2024-02-14T22:21:28.898Z | Checking atty v0.2.14 |
1294 | 2024-02-14T22:21:28.986Z | Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot) |
1295 | 2024-02-14T22:21:29.007Z | Checking encoding_rs v0.8.32 |
1296 | 2024-02-14T22:21:29.222Z | Checking take_mut v0.2.2 |
1297 | 2024-02-14T22:21:29.331Z | Compiling buf-list v1.0.3 |
1298 | 2024-02-14T22:21:29.347Z | Checking utf-8 v0.7.6 |
1299 | 2024-02-14T22:21:29.538Z | Checking bitflags v2.4.0 |
1300 | 2024-02-14T22:21:29.651Z | Checking openssl-probe v0.1.4 |
1301 | 2024-02-14T22:21:29.752Z | Checking dyn-clone v1.0.4 |
1302 | 2024-02-14T22:21:29.782Z | Checking unicode-segmentation v1.10.0 |
1303 | 2024-02-14T22:21:29.824Z | Checking data-encoding v2.4.0 |
1304 | 2024-02-14T22:21:30.118Z | Checking unicode-width v0.1.9 |
1305 | 2024-02-14T22:21:30.212Z | Checking lazy_static v1.4.0 |
1306 | 2024-02-14T22:21:30.362Z | Checking atomic-waker v1.1.1 |
1307 | 2024-02-14T22:21:30.380Z | Checking console v0.15.7 |
1308 | 2024-02-14T22:21:30.389Z | Compiling serde_derive_internals v0.26.0 |
1309 | 2024-02-14T22:21:30.428Z | Checking waitgroup v0.1.2 |
1310 | 2024-02-14T22:21:30.547Z | Checking newline-converter v0.3.0 |
1311 | 2024-02-14T22:21:30.889Z | Checking rustls-native-certs v0.7.0 |
1312 | 2024-02-14T22:21:31.081Z | Checking slog-term v2.9.0 |
1313 | 2024-02-14T22:21:31.282Z | Checking event-listener-strategy v0.4.0 |
1314 | 2024-02-14T22:21:31.574Z | Checking yasna v0.5.2 |
1315 | 2024-02-14T22:21:31.935Z | Checking pem v3.0.3 |
1316 | 2024-02-14T22:21:32.164Z | Checking similar v2.2.1 |
1317 | 2024-02-14T22:21:32.671Z | Checking debug-ignore v1.0.5 |
1318 | 2024-02-14T22:21:32.671Z | Checking fastrand v2.0.0 |
1319 | 2024-02-14T22:21:32.671Z | Checking http-range v0.1.4 |
1320 | 2024-02-14T22:21:32.671Z | Checking rcgen v0.12.1 |
1321 | 2024-02-14T22:21:32.672Z | Checking async-channel v2.1.1 |
1322 | 2024-02-14T22:21:32.672Z | Checking tempfile v3.9.0 |
1323 | 2024-02-14T22:21:32.878Z | Checking expectorate v1.1.0 |
1324 | 2024-02-14T22:21:32.957Z | Checking subprocess v0.2.9 |
1325 | 2024-02-14T22:21:33.325Z | Compiling serde_derive v1.0.196 |
1326 | 2024-02-14T22:21:33.355Z | Compiling thiserror-impl v1.0.56 |
1327 | 2024-02-14T22:21:33.457Z | Compiling scroll_derive v0.12.0 |
1328 | 2024-02-14T22:21:33.499Z | Compiling futures-macro v0.3.30 |
1329 | 2024-02-14T22:21:33.660Z | Compiling zerocopy-derive v0.7.32 |
1330 | 2024-02-14T22:21:33.799Z | Compiling tokio-macros v2.2.0 |
1331 | 2024-02-14T22:21:33.846Z | Compiling async-stream-impl v0.3.5 |
1332 | 2024-02-14T22:21:35.787Z | Compiling scroll v0.12.0 |
1333 | 2024-02-14T22:21:36.336Z | Compiling goblin v0.8.0 |
1334 | 2024-02-14T22:21:36.552Z | Checking tokio v1.36.0 |
1335 | 2024-02-14T22:21:36.776Z | Checking futures-util v0.3.30 |
1336 | 2024-02-14T22:21:37.421Z | Compiling zerocopy v0.7.32 |
1337 | 2024-02-14T22:21:38.700Z | Compiling pest v2.7.6 |
1338 | 2024-02-14T22:21:41.312Z | Compiling pest_meta v2.7.6 |
1339 | 2024-02-14T22:21:41.531Z | Compiling schemars_derive v0.8.16 |
1340 | 2024-02-14T22:21:41.594Z | Checking tungstenite v0.21.0 |
1341 | 2024-02-14T22:21:41.674Z | Checking async-stream v0.3.5 |
1342 | 2024-02-14T22:21:42.310Z | Checking futures-executor v0.3.30 |
1343 | 2024-02-14T22:21:42.530Z | Compiling pest_generator v2.7.6 |
1344 | 2024-02-14T22:21:42.849Z | Checking futures v0.3.30 |
1345 | 2024-02-14T22:21:43.575Z | Checking tokio-util v0.7.7 |
1346 | 2024-02-14T22:21:44.010Z | Checking tokio-rustls v0.25.0 |
1347 | 2024-02-14T22:21:44.354Z | Checking tokio-tungstenite v0.21.0 |
1348 | 2024-02-14T22:21:48.675Z | Compiling pest_derive v2.7.6 |
1349 | 2024-02-14T22:21:48.865Z | Compiling dtrace-parser v0.2.0 |
1350 | 2024-02-14T22:21:48.992Z | Checking indexmap v2.2.2 |
1351 | 2024-02-14T22:21:48.992Z | Checking serde_spanned v0.6.5 |
1352 | 2024-02-14T22:21:48.992Z | Checking toml_datetime v0.6.5 |
1353 | 2024-02-14T22:21:48.992Z | Checking chrono v0.4.33 |
1354 | 2024-02-14T22:21:48.993Z | Checking uuid v1.7.0 |
1355 | 2024-02-14T22:21:49.033Z | Checking serde_path_to_error v0.1.15 |
1356 | 2024-02-14T22:21:49.062Z | Checking serde_urlencoded v0.7.1 |
1357 | 2024-02-14T22:21:49.893Z | Compiling serde_tokenstream v0.2.0 |
1358 | 2024-02-14T22:21:49.907Z | Checking h2 v0.3.24 |
1359 | 2024-02-14T22:21:49.907Z | Checking toml_edit v0.21.1 |
1360 | 2024-02-14T22:21:50.022Z | Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
1361 | 2024-02-14T22:21:50.090Z | Checking dof v0.3.0 |
1362 | 2024-02-14T22:21:50.091Z | Checking slog-json v2.6.1 |
1363 | 2024-02-14T22:21:50.091Z | Checking openapiv3 v2.0.0 |
1364 | 2024-02-14T22:21:51.628Z | Checking slog-bunyan v2.5.0 |
1365 | 2024-02-14T22:21:52.286Z | Checking toml v0.8.9 |
1366 | 2024-02-14T22:21:53.337Z | Compiling usdt-attr-macro v0.5.0 |
1367 | 2024-02-14T22:21:53.337Z | Compiling usdt-macro v0.5.0 |
1368 | 2024-02-14T22:21:53.869Z | Checking hyper v0.14.27 |
1369 | 2024-02-14T22:21:55.322Z | Checking usdt v0.5.0 |
1370 | 2024-02-14T22:21:56.766Z | Checking hyper-staticfile v0.9.5 |
1371 | 2024-02-14T22:21:56.774Z | Checking hyper-rustls v0.25.0 |
1372 | 2024-02-14T22:21:58.947Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
1373 | 2024-02-14T22:21:59.000Z | Finished dev [unoptimized + debuginfo] target(s) in 44.16s |
1374 | 2024-02-14T22:21:59.174Z | |
1375 | 2024-02-14T22:21:59.174Z | |
1376 | 2024-02-14T22:22:00.518Z | test tests/fail/bad_endpoint1.rs ... ok |
1377 | 2024-02-14T22:22:00.519Z | test tests/fail/bad_endpoint10.rs ... ok |
1378 | 2024-02-14T22:22:00.519Z | test tests/fail/bad_endpoint11.rs ... ok |
1379 | 2024-02-14T22:22:00.548Z | test tests/fail/bad_endpoint12.rs ... ok |
1380 | 2024-02-14T22:22:00.548Z | test tests/fail/bad_endpoint13.rs ... ok |
1381 | 2024-02-14T22:22:00.548Z | test tests/fail/bad_endpoint14.rs ... ok |
1382 | 2024-02-14T22:22:00.548Z | test tests/fail/bad_endpoint15.rs ... ok |
1383 | 2024-02-14T22:22:00.549Z | test tests/fail/bad_endpoint16.rs ... ok |
1384 | 2024-02-14T22:22:00.549Z | test tests/fail/bad_endpoint17.rs ... ok |
1385 | 2024-02-14T22:22:00.549Z | test tests/fail/bad_endpoint18.rs ... ok |
1386 | 2024-02-14T22:22:00.549Z | test tests/fail/bad_endpoint19.rs ... ok |
1387 | 2024-02-14T22:22:00.549Z | test tests/fail/bad_endpoint2.rs ... ok |
1388 | 2024-02-14T22:22:00.549Z | test tests/fail/bad_endpoint3.rs ... ok |
1389 | 2024-02-14T22:22:00.549Z | test tests/fail/bad_endpoint4.rs ... ok |
1390 | 2024-02-14T22:22:00.549Z | test tests/fail/bad_endpoint5.rs ... ok |
1391 | 2024-02-14T22:22:00.549Z | test tests/fail/bad_endpoint6.rs ... ok |
1392 | 2024-02-14T22:22:00.549Z | test tests/fail/bad_endpoint7.rs ... ok |
1393 | 2024-02-14T22:22:00.549Z | test tests/fail/bad_endpoint8.rs ... ok |
1394 | 2024-02-14T22:22:00.549Z | test tests/fail/bad_endpoint9.rs ... ok |
1395 | 2024-02-14T22:22:00.550Z | test tests/fail/unused_endpoint.rs ... ok |
1396 | 2024-02-14T22:22:00.550Z | |
1397 | 2024-02-14T22:22:00.550Z | |
1398 | 2024-02-14T22:22:00.550Z | test fail ... ok |
1399 | 2024-02-14T22:22:00.550Z | |
1400 | 2024-02-14T22:22:00.550Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 45.71s |
1401 | 2024-02-14T22:22:00.550Z | |
1402 | 2024-02-14T22:22:00.550Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-6c1b6794157a5392` |
1403 | 2024-02-14T22:22:00.550Z | |
1404 | 2024-02-14T22:22:00.550Z | running 10 tests |
1405 | 2024-02-14T22:22:00.550Z | test test_config_bad_bind_address_port_too_large ... ok |
1406 | 2024-02-14T22:22:00.551Z | test test_config_bad_bind_address_garbage ... ok |
1407 | 2024-02-14T22:22:00.551Z | test test_config_bad_bind_address_port_too_small ... ok |
1408 | 2024-02-14T22:22:00.551Z | test test_config_bad_request_body_max_bytes_negative ... ok |
1409 | 2024-02-14T22:22:00.551Z | test test_config_bad_request_body_max_bytes_too_large ... ok |
1410 | 2024-02-14T22:22:00.559Z | test test_config_handler_task_mode_detached ... ok |
1411 | 2024-02-14T22:22:00.559Z | test test_config_handler_task_mode_cancel ... ok |
1412 | 2024-02-14T22:22:00.560Z | test test_config_bind_address_http ... ok |
1413 | 2024-02-14T22:22:00.560Z | test test_config_bind_address_https_buffer ... ok |
1414 | 2024-02-14T22:22:00.561Z | test test_config_bind_address_https ... ok |
1415 | 2024-02-14T22:22:00.561Z | |
1416 | 2024-02-14T22:22:00.561Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
1417 | 2024-02-14T22:22:00.561Z | |
1418 | 2024-02-14T22:22:00.562Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-e2a7ebf59cb453ec` |
1419 | 2024-02-14T22:22:00.562Z | |
1420 | 2024-02-14T22:22:00.562Z | running 21 tests |
1421 | 2024-02-14T22:22:00.573Z | test test_302_found ... ok |
1422 | 2024-02-14T22:22:00.573Z | test test_demo1 ... ok |
1423 | 2024-02-14T22:22:00.573Z | test test_302_bogus ... ok |
1424 | 2024-02-14T22:22:00.573Z | test test_307_temporary_redirect ... ok |
1425 | 2024-02-14T22:22:00.573Z | test test_303_see_other ... ok |
1426 | 2024-02-14T22:22:00.574Z | test test_delete_request ... ok |
1427 | 2024-02-14T22:22:00.574Z | test test_demo2query ... ok |
1428 | 2024-02-14T22:22:00.574Z | test test_demo_path_param_u32 ... ok |
1429 | 2024-02-14T22:22:00.574Z | test test_demo_path_param_uuid ... ok |
1430 | 2024-02-14T22:22:00.574Z | test test_demo_websocket ... ok |
1431 | 2024-02-14T22:22:00.586Z | test test_demo2urlencoded ... ok |
1432 | 2024-02-14T22:22:00.586Z | test test_demo3json ... ok |
1433 | 2024-02-14T22:22:00.586Z | test test_header_request ... ok |
1434 | 2024-02-14T22:22:00.586Z | test test_raw_request ... ok |
1435 | 2024-02-14T22:22:00.586Z | test test_head_request ... ok |
1436 | 2024-02-14T22:22:00.587Z | test test_request_compat ... ok |
1437 | 2024-02-14T22:22:00.587Z | test test_demo2json ... ok |
1438 | 2024-02-14T22:22:00.587Z | test test_request_remote_addr ... ok |
1439 | 2024-02-14T22:22:00.587Z | test test_demo_path_param_string ... ok |
1440 | 2024-02-14T22:22:00.587Z | test test_streaming_body ... ok |
1441 | 2024-02-14T22:22:00.588Z | test test_untyped_body ... ok |
1442 | 2024-02-14T22:22:00.588Z | |
1443 | 2024-02-14T22:22:00.588Z | test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
1444 | 2024-02-14T22:22:00.588Z | |
1445 | 2024-02-14T22:22:00.588Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_detached_shutdown-40d5fbcd587f3b21` |
1446 | 2024-02-14T22:22:00.601Z | |
1447 | 2024-02-14T22:22:00.601Z | running 1 test |
1448 | 2024-02-14T22:22:02.596Z | test test_graceful_shutdown_with_detached_handler ... ok |
1449 | 2024-02-14T22:22:02.596Z | |
1450 | 2024-02-14T22:22:02.596Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s |
1451 | 2024-02-14T22:22:02.596Z | |
1452 | 2024-02-14T22:22:02.602Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_multipart-b9f6a5f835e958c1` |
1453 | 2024-02-14T22:22:02.607Z | |
1454 | 2024-02-14T22:22:02.607Z | running 4 tests |
1455 | 2024-02-14T22:22:02.615Z | test no_content_type ... ok |
1456 | 2024-02-14T22:22:02.615Z | test missing_boundary ... ok |
1457 | 2024-02-14T22:22:02.615Z | test weird_content_type ... ok |
1458 | 2024-02-14T22:22:02.616Z | test test_multipart_client ... ok |
1459 | 2024-02-14T22:22:02.616Z | |
1460 | 2024-02-14T22:22:02.616Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1461 | 2024-02-14T22:22:02.616Z | |
1462 | 2024-02-14T22:22:02.616Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-67c5be5814141313` |
1463 | 2024-02-14T22:22:02.620Z | |
1464 | 2024-02-14T22:22:02.620Z | running 2 tests |
1465 | 2024-02-14T22:22:02.626Z | test test_openapi ... ok |
1466 | 2024-02-14T22:22:02.626Z | test test_openapi_fuller ... ok |
1467 | 2024-02-14T22:22:02.626Z | |
1468 | 2024-02-14T22:22:02.626Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1469 | 2024-02-14T22:22:02.627Z | |
1470 | 2024-02-14T22:22:02.639Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-c7f94e1abce5b77b` |
1471 | 2024-02-14T22:22:02.639Z | |
1472 | 2024-02-14T22:22:02.640Z | running 9 tests |
1473 | 2024-02-14T22:22:02.658Z | test test_paginate_empty ... ok |
1474 | 2024-02-14T22:22:02.668Z | test test_paginate_extra_params ... ok |
1475 | 2024-02-14T22:22:02.668Z | test test_paginate_errors ... ok |
1476 | 2024-02-14T22:22:02.674Z | test test_paginate_with_required_params ... ok |
1477 | 2024-02-14T22:22:02.738Z | test test_paginate_basic ... ok |
1478 | 2024-02-14T22:22:04.745Z | test test_example_basic ... ok |
1479 | 2024-02-14T22:22:05.219Z | test test_paginate_dictionary ... ok |
1480 | 2024-02-14T22:22:09.040Z | test test_example_multiple_sorts ... ok |
1481 | 2024-02-14T22:22:09.499Z | test test_example_multiple_resources ... ok |
1482 | 2024-02-14T22:22:09.500Z | |
1483 | 2024-02-14T22:22:09.500Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.87s |
1484 | 2024-02-14T22:22:09.500Z | |
1485 | 2024-02-14T22:22:09.507Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination_schema-08981f0cf2f5fd93` |
1486 | 2024-02-14T22:22:09.511Z | |
1487 | 2024-02-14T22:22:09.512Z | running 1 test |
1488 | 2024-02-14T22:22:09.516Z | test test_pagination_schema ... ok |
1489 | 2024-02-14T22:22:09.516Z | |
1490 | 2024-02-14T22:22:09.516Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1491 | 2024-02-14T22:22:09.517Z | |
1492 | 2024-02-14T22:22:09.517Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_path_names-211d64a73b54a096` |
1493 | 2024-02-14T22:22:09.532Z | |
1494 | 2024-02-14T22:22:09.532Z | running 1 test |
1495 | 2024-02-14T22:22:09.533Z | test test_path_names ... ok |
1496 | 2024-02-14T22:22:09.533Z | |
1497 | 2024-02-14T22:22:09.533Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1498 | 2024-02-14T22:22:09.533Z | |
1499 | 2024-02-14T22:22:09.533Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_streaming-0c5753315eefa702` |
1500 | 2024-02-14T22:22:09.549Z | |
1501 | 2024-02-14T22:22:09.550Z | running 3 tests |
1502 | 2024-02-14T22:22:09.550Z | test test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
1503 | 2024-02-14T22:22:09.557Z | test test_streaming_server_streaming_client ... ok |
1504 | 2024-02-14T22:22:09.557Z | test test_streaming_server_buffered_client ... ok |
1505 | 2024-02-14T22:22:09.557Z | |
1506 | 2024-02-14T22:22:09.557Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
1507 | 2024-02-14T22:22:09.558Z | |
1508 | 2024-02-14T22:22:09.558Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_tls-aa2fcf9c239c7a97` |
1509 | 2024-02-14T22:22:09.561Z | |
1510 | 2024-02-14T22:22:09.562Z | running 6 tests |
1511 | 2024-02-14T22:22:09.580Z | test test_server_is_http ... ok |
1512 | 2024-02-14T22:22:09.726Z | test test_tls_certificate_loading ... ok |
1513 | 2024-02-14T22:22:09.739Z | test test_tls_only ... ok |
1514 | 2024-02-14T22:22:09.739Z | test test_tls_aborted_negotiation ... ok |
1515 | 2024-02-14T22:22:09.752Z | test test_server_is_https ... ok |
1516 | 2024-02-14T22:22:09.760Z | test test_tls_refresh_certificates ... ok |
1517 | 2024-02-14T22:22:09.761Z | |
1518 | 2024-02-14T22:22:09.761Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s |
1519 | 2024-02-14T22:22:09.761Z | |
1520 | 2024-02-14T22:22:09.761Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-56abc7dfd7f630fb` |
1521 | 2024-02-14T22:22:09.765Z | |
1522 | 2024-02-14T22:22:09.765Z | running 15 tests |
1523 | 2024-02-14T22:22:09.770Z | test tests::test_endpoint_bad_metadata ... ok |
1524 | 2024-02-14T22:22:09.770Z | test tests::test_endpoint_bad_string ... ok |
1525 | 2024-02-14T22:22:09.770Z | test syn_parsing::tests::test_busted_function ... ok |
1526 | 2024-02-14T22:22:09.770Z | test tests::test_endpoint_bad_context_receiver ... ok |
1527 | 2024-02-14T22:22:09.770Z | test tests::test_endpoint_invalid_item ... ok |
1528 | 2024-02-14T22:22:09.771Z | test tests::test_endpoint_not_async ... ok |
1529 | 2024-02-14T22:22:09.771Z | test tests::test_endpoint_no_arguments ... ok |
1530 | 2024-02-14T22:22:09.771Z | test tests::test_endpoint_basic ... ok |
1531 | 2024-02-14T22:22:09.776Z | test tests::test_endpoint_with_doc ... ok |
1532 | 2024-02-14T22:22:09.776Z | test tests::test_extract_summary_description ... ok |
1533 | 2024-02-14T22:22:09.777Z | test tests::test_endpoint_pub_crate ... ok |
1534 | 2024-02-14T22:22:09.777Z | test tests::test_endpoint_context_fully_qualified_names ... ok |
1535 | 2024-02-14T22:22:09.777Z | test tests::test_endpoint_content_type ... ok |
1536 | 2024-02-14T22:22:09.777Z | test tests::test_endpoint_with_query ... ok |
1537 | 2024-02-14T22:22:09.777Z | test tests::test_endpoint_with_tags ... ok |
1538 | 2024-02-14T22:22:09.778Z | |
1539 | 2024-02-14T22:22:09.778Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1540 | 2024-02-14T22:22:09.778Z | |
1541 | 2024-02-14T22:22:09.778Z | Doc-tests dropshot |
1542 | 2024-02-14T22:22:09.778Z | Running `/home/build/.rustup/toolchains/1.75.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-3c254a54691a8dba/out --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-97a8b24261f873ff.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-b63310ad76567715.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-e995a22be0ef9bce.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-de258b843ba737aa.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-5d2690599bb4d3d2.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-280e8a31f1601c39.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-22c6d39c6c9f4b1f.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-78c6d0a4db53433e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4bdff3fdfbff61fc.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-fbae80e849c74908.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-342fe2f1e75832aa.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-aae5a414e62436ac.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2c95163297eb43ba.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-2f50696b84b4ed02.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-c447adcdb4bc52bb.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-13c7df8ea21ee146.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0859e5c2f2576efa.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-91ee2ac3817ab95f.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-587dd9828ee9d6ed.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-6aefe3907a386ec9.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-42df0961eeaea99c.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-60b5f61074d11149.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a67d1195a3f0d543.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-44d96af6fa24512f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-d0d0b09eb443c48c.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-4f7fe35836775fa4.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c1dc8ebb7bdcd9fa.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-b58805fef0e9e31f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-382f8bd5694303b9.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-388613045ad6e60a.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-f0772574358f9726.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-83a229b348e8b41e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9d6ec5bd46423fc7.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b240a0033b107fb3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3068bae42f1c2801.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-4de148d70aa6e0c4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c4045080587429f2.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-e54c95886cc53eac.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0cb7a13bac58cd23.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b73f39971358d345.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-d16e460c2908d0b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-5356785de38cf794.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-ceb054248ca5ab71.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-665a3bef3650495e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-caf35c74e53b60da.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-640348c231c11c1c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7665a954d89d549d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39e473d4b7628b53.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-477192bdc4c7540d.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a97a6219a5655744.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-7044b42cc64c2783.rlib -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --error-format human` |
1543 | 2024-02-14T22:22:10.648Z | |
1544 | 2024-02-14T22:22:10.648Z | running 13 tests |
1545 | 2024-02-14T22:22:10.662Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored |
1546 | 2024-02-14T22:22:10.662Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored |
1547 | 2024-02-14T22:22:10.662Z | test dropshot/src/lib.rs - (line 188) ... ignored |
1548 | 2024-02-14T22:22:10.662Z | test dropshot/src/lib.rs - (line 211) ... ignored |
1549 | 2024-02-14T22:22:10.663Z | test dropshot/src/lib.rs - (line 45) - compile ... ok |
1550 | 2024-02-14T22:22:12.574Z | test dropshot/src/lib.rs - (line 261) ... ok |
1551 | 2024-02-14T22:22:12.641Z | test dropshot/src/lib.rs - (line 471) ... ok |
1552 | 2024-02-14T22:22:12.829Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 190) ... ok |
1553 | 2024-02-14T22:22:16.667Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 345) ... ok |
1554 | 2024-02-14T22:22:17.128Z | test dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok |
1555 | 2024-02-14T22:22:17.290Z | test dropshot/src/lib.rs - (line 119) ... ok |
1556 | 2024-02-14T22:22:17.727Z | test dropshot/src/test_util.rs - test_util::LogContext (line 355) ... ok |
1557 | 2024-02-14T22:22:17.748Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 320) ... ok |
1558 | 2024-02-14T22:22:17.749Z | |
1559 | 2024-02-14T22:22:17.749Z | test result: ok. 9 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 7.30s |
1560 | 2024-02-14T22:22:17.749Z | |
1561 | 2024-02-14T22:22:17.749Z | Doc-tests dropshot_endpoint |
1562 | 2024-02-14T22:22:17.749Z | Running `/home/build/.rustup/toolchains/1.75.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-3c254a54691a8dba/out --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d5fd13189b0a6c21.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-eabdca66f4958eaa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-15d1c463caedc7c9.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-f0dd01fffbbb9ca3.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e8dd1466afb42828.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-6b2d5f544dbfb258.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5f978e1914a4378f.rlib --extern proc_macro -C embed-bitcode=no --error-format human` |
1563 | 2024-02-14T22:22:17.749Z | |
1564 | 2024-02-14T22:22:17.749Z | running 2 tests |
1565 | 2024-02-14T22:22:17.750Z | test dropshot_endpoint/src/lib.rs - channel (line 155) ... ignored |
1566 | 2024-02-14T22:22:17.750Z | test dropshot_endpoint/src/lib.rs - endpoint (line 101) ... ignored |
1567 | 2024-02-14T22:22:17.750Z | |
1568 | 2024-02-14T22:22:17.750Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1569 | 2024-02-14T22:22:17.750Z | |
1570 | 2024-02-14T22:22:17.750Z | |
1571 | 2024-02-14T22:22:17.751Z | real 3:03.999547101 |
1572 | 2024-02-14T22:22:17.751Z | user 16:56.623165689 |
1573 | 2024-02-14T22:22:17.751Z | sys 3:10.940030512 |
1574 | 2024-02-14T22:22:17.751Z | trap 0.739357095 |
1575 | 2024-02-14T22:22:17.751Z | tflt 0.366007515 |
1576 | 2024-02-14T22:22:17.751Z | dflt 0.495286878 |
1577 | 2024-02-14T22:22:17.751Z | kflt 0.000143083 |
1578 | 2024-02-14T22:22:17.751Z | lock 42:45.138265384 |
1579 | 2024-02-14T22:22:17.751Z | slp 1:09:44.233799816 |
1580 | 2024-02-14T22:22:17.752Z | lat 44.399019138 |
1581 | 2024-02-14T22:22:17.752Z | stop 27.790460474 |
1582 | 2024-02-14T22:22:17.752Z | process exited: duration 367868 ms, exit code 0 |
|
1583 | 2024-02-14T22:22:17.788Z | found 0 output files |