|
|
|
1 | 2023-08-29T15:05:04.506Z | job assigned to worker 01H90X5HG8EEQX1XDFVVAKQAJ1 (queued for 59 s) |
|
2 | 2023-08-29T15:05:05.040Z | starting task 0: "setup" |
3 | 2023-08-29T15:05:05.096Z | ++ uname -s |
4 | 2023-08-29T15:05:05.100Z | + kern=SunOS |
5 | 2023-08-29T15:05:05.104Z | + case "$kern" in |
6 | 2023-08-29T15:05:05.107Z | + groupadd -g 12345 build |
7 | 2023-08-29T15:05:05.110Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-08-29T15:05:07.113Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-08-29T15:05:07.245Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-08-29T15:05:07.249Z | + home_fs=zfs |
11 | 2023-08-29T15:05:07.252Z | + [[ zfs == autofs ]] |
12 | 2023-08-29T15:05:07.255Z | + mkdir -p /home/build |
13 | 2023-08-29T15:05:07.258Z | + chown build:build /home/build /work |
14 | 2023-08-29T15:05:09.254Z | + chmod 0700 /home/build /work |
15 | 2023-08-29T15:05:09.258Z | process exited: duration 4213 ms, exit code 0 |
|
16 | 2023-08-29T15:05:09.265Z | starting task 1: "rust-toolchain" |
17 | 2023-08-29T15:05:09.277Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-08-29T15:05:09.280Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-08-29T15:05:09.580Z | info: downloading installer |
20 | 2023-08-29T15:05:11.523Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-08-29T15:05:11.527Z | warning: /opt/ooce/bin |
22 | 2023-08-29T15:05:11.530Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-08-29T15:05:11.533Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-08-29T15:05:11.536Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-08-29T15:05:11.539Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-08-29T15:05:11.542Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-08-29T15:05:11.546Z | error: cannot install while Rust is installed |
28 | 2023-08-29T15:05:11.549Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-08-29T15:05:11.658Z | info: profile set to 'default' |
30 | 2023-08-29T15:05:11.661Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-08-29T15:05:11.664Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-08-29T15:05:11.873Z | info: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23) |
33 | 2023-08-29T15:05:11.876Z | info: downloading component 'cargo' |
34 | 2023-08-29T15:05:13.424Z | info: downloading component 'clippy' |
35 | 2023-08-29T15:05:14.403Z | info: downloading component 'rust-docs' |
36 | 2023-08-29T15:05:15.775Z | info: downloading component 'rust-std' |
37 | 2023-08-29T15:05:19.203Z | info: downloading component 'rustc' |
38 | 2023-08-29T15:05:27.286Z | info: downloading component 'rustfmt' |
39 | 2023-08-29T15:05:27.653Z | info: installing component 'cargo' |
40 | 2023-08-29T15:05:29.368Z | info: installing component 'clippy' |
41 | 2023-08-29T15:05:30.036Z | info: installing component 'rust-docs' |
42 | 2023-08-29T15:05:33.055Z | info: installing component 'rust-std' |
43 | 2023-08-29T15:05:35.663Z | info: installing component 'rustc' |
44 | 2023-08-29T15:05:42.004Z | info: installing component 'rustfmt' |
45 | 2023-08-29T15:05:42.469Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-08-29T15:05:42.472Z | |
47 | 2023-08-29T15:05:42.601Z | stable-x86_64-unknown-illumos installed - rustc 1.72.0 (5680fa18f 2023-08-23) |
48 | 2023-08-29T15:05:42.605Z | |
49 | 2023-08-29T15:05:42.608Z | |
50 | 2023-08-29T15:05:42.611Z | Rust is installed now. Great! |
51 | 2023-08-29T15:05:42.614Z | |
52 | 2023-08-29T15:05:42.617Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-08-29T15:05:42.621Z | environment variable. This has not been done automatically. |
54 | 2023-08-29T15:05:42.624Z | |
55 | 2023-08-29T15:05:42.627Z | To configure your current shell, run: |
56 | 2023-08-29T15:05:42.630Z | source "$HOME/.cargo/env" |
57 | 2023-08-29T15:05:42.898Z | + rustc --version |
58 | 2023-08-29T15:05:43.027Z | rustc 1.72.0 (5680fa18f 2023-08-23) |
59 | 2023-08-29T15:05:43.032Z | process exited: duration 33765 ms, exit code 0 |
|
60 | 2023-08-29T15:05:43.038Z | starting task 2: "authentication" |
61 | 2023-08-29T15:05:43.096Z | process exited: duration 54 ms, exit code 0 |
|
62 | 2023-08-29T15:05:43.103Z | starting task 3: "clone repository" |
63 | 2023-08-29T15:05:43.113Z | + mkdir -p /work/oxidecomputer/dropshot |
64 | 2023-08-29T15:05:43.117Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
65 | 2023-08-29T15:05:44.274Z | Cloning into '/work/oxidecomputer/dropshot'... |
66 | 2023-08-29T15:05:45.918Z | + cd /work/oxidecomputer/dropshot |
67 | 2023-08-29T15:05:45.921Z | + [[ -n renovate/actions-checkout-digest ]] |
68 | 2023-08-29T15:05:45.925Z | + git fetch origin renovate/actions-checkout-digest |
69 | 2023-08-29T15:05:46.255Z | From https://github.com/oxidecomputer/dropshot |
70 | 2023-08-29T15:05:46.258Z | * branch renovate/actions-checkout-digest -> FETCH_HEAD |
71 | 2023-08-29T15:05:46.264Z | + git checkout -B renovate/actions-checkout-digest remotes/origin/renovate/actions-checkout-digest |
72 | 2023-08-29T15:05:46.279Z | Switched to a new branch 'renovate/actions-checkout-digest' |
73 | 2023-08-29T15:05:46.282Z | Branch 'renovate/actions-checkout-digest' set up to track remote branch 'renovate/actions-checkout-digest' from 'origin'. |
74 | 2023-08-29T15:05:46.296Z | + git reset --hard 85b3742a8e52242f2a8acfb6e15b00af70f53acc |
75 | 2023-08-29T15:05:46.300Z | HEAD is now at 85b3742 Update actions/checkout digest to 97a652b |
76 | 2023-08-29T15:05:46.306Z | process exited: duration 3193 ms, exit code 0 |
|
77 | 2023-08-29T15:05:46.313Z | starting task 4: "build" |
78 | 2023-08-29T15:05:46.323Z | + cargo --version |
79 | 2023-08-29T15:05:46.330Z | info: syncing channel updates for '1.72.0-x86_64-unknown-illumos' |
80 | 2023-08-29T15:05:46.555Z | info: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23) |
81 | 2023-08-29T15:05:46.558Z | info: downloading component 'cargo' |
82 | 2023-08-29T15:05:47.355Z | info: downloading component 'clippy' |
83 | 2023-08-29T15:05:47.643Z | info: downloading component 'rust-docs' |
84 | 2023-08-29T15:05:48.637Z | info: downloading component 'rust-std' |
85 | 2023-08-29T15:05:50.392Z | info: downloading component 'rustc' |
86 | 2023-08-29T15:05:54.618Z | info: downloading component 'rustfmt' |
87 | 2023-08-29T15:05:54.872Z | info: installing component 'cargo' |
88 | 2023-08-29T15:05:56.155Z | info: installing component 'clippy' |
89 | 2023-08-29T15:05:56.667Z | info: installing component 'rust-docs' |
90 | 2023-08-29T15:05:59.536Z | info: installing component 'rust-std' |
91 | 2023-08-29T15:06:02.260Z | info: installing component 'rustc' |
92 | 2023-08-29T15:06:08.378Z | info: installing component 'rustfmt' |
93 | 2023-08-29T15:06:08.977Z | cargo 1.72.0 (103a7ff2e 2023-08-15) |
94 | 2023-08-29T15:06:08.981Z | + rustc --version |
95 | 2023-08-29T15:06:09.107Z | rustc 1.72.0 (5680fa18f 2023-08-23) |
96 | 2023-08-29T15:06:09.115Z | + banner build |
97 | 2023-08-29T15:06:09.119Z | |
98 | 2023-08-29T15:06:09.122Z | ##### # # # # ##### |
99 | 2023-08-29T15:06:09.125Z | # # # # # # # # |
100 | 2023-08-29T15:06:09.128Z | ##### # # # # # # |
101 | 2023-08-29T15:06:09.131Z | # # # # # # # # |
102 | 2023-08-29T15:06:09.134Z | # # # # # # # # |
103 | 2023-08-29T15:06:09.137Z | ##### #### # ###### ##### |
104 | 2023-08-29T15:06:09.140Z | |
105 | 2023-08-29T15:06:09.143Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
106 | 2023-08-29T15:06:09.554Z | Updating crates.io index |
107 | 2023-08-29T15:06:10.704Z | Downloading crates ... |
108 | 2023-08-29T15:06:10.916Z | Downloaded glob v0.3.0 |
109 | 2023-08-29T15:06:10.922Z | Downloaded pin-project-lite v0.2.12 |
110 | 2023-08-29T15:06:10.933Z | Downloaded futures v0.3.28 |
111 | 2023-08-29T15:06:10.943Z | Downloaded rand v0.8.4 |
112 | 2023-08-29T15:06:10.952Z | Downloaded schemars v0.8.12 |
113 | 2023-08-29T15:06:10.976Z | Downloaded thread_local v1.1.4 |
114 | 2023-08-29T15:06:10.979Z | Downloaded dyn-clone v1.0.4 |
115 | 2023-08-29T15:06:10.982Z | Downloaded unicode-xid v0.2.2 |
116 | 2023-08-29T15:06:10.985Z | Downloaded async-stream-impl v0.3.5 |
117 | 2023-08-29T15:06:10.988Z | Downloaded smallvec v1.7.0 |
118 | 2023-08-29T15:06:10.991Z | Downloaded hostname v0.3.1 |
119 | 2023-08-29T15:06:10.994Z | Downloaded usdt-macro v0.3.5 |
120 | 2023-08-29T15:06:10.997Z | Downloaded usdt-attr-macro v0.3.5 |
121 | 2023-08-29T15:06:11.000Z | Downloaded try-lock v0.2.3 |
122 | 2023-08-29T15:06:11.003Z | Downloaded unicase v2.6.0 |
123 | 2023-08-29T15:06:11.006Z | Downloaded sha-1 v0.8.2 |
124 | 2023-08-29T15:06:11.009Z | Downloaded utf-8 v0.7.6 |
125 | 2023-08-29T15:06:11.012Z | Downloaded serde_tokenstream v0.2.0 |
126 | 2023-08-29T15:06:11.015Z | Downloaded pin-utils v0.1.0 |
127 | 2023-08-29T15:06:11.018Z | Downloaded percent-encoding v2.3.0 |
128 | 2023-08-29T15:06:11.020Z | Downloaded scopeguard v1.1.0 |
129 | 2023-08-29T15:06:11.024Z | Downloaded want v0.3.0 |
130 | 2023-08-29T15:06:11.026Z | Downloaded concurrent-queue v2.2.0 |
131 | 2023-08-29T15:06:11.029Z | Downloaded tokio-macros v2.1.0 |
132 | 2023-08-29T15:06:11.032Z | Downloaded bitflags v2.4.0 |
133 | 2023-08-29T15:06:11.035Z | Downloaded version_check v0.9.4 |
134 | 2023-08-29T15:06:11.038Z | Downloaded async-trait v0.1.73 |
135 | 2023-08-29T15:06:11.041Z | Downloaded dirs-sys-next v0.1.2 |
136 | 2023-08-29T15:06:11.044Z | Downloaded waitgroup v0.1.2 |
137 | 2023-08-29T15:06:11.047Z | Downloaded trybuild v1.0.83 |
138 | 2023-08-29T15:06:11.050Z | Downloaded time-macros v0.2.3 |
139 | 2023-08-29T15:06:11.053Z | Downloaded log v0.4.17 |
140 | 2023-08-29T15:06:11.056Z | Downloaded slog v2.7.0 |
141 | 2023-08-29T15:06:11.061Z | Downloaded url v2.2.2 |
142 | 2023-08-29T15:06:11.066Z | Downloaded unicode-bidi v0.3.7 |
143 | 2023-08-29T15:06:11.069Z | Downloaded uuid v1.4.1 |
144 | 2023-08-29T15:06:11.077Z | Downloaded pest v2.1.3 |
145 | 2023-08-29T15:06:11.084Z | Downloaded sct v0.7.0 |
146 | 2023-08-29T15:06:11.090Z | Downloaded bytes v1.4.0 |
147 | 2023-08-29T15:06:11.097Z | Downloaded unicode-segmentation v1.10.0 |
148 | 2023-08-29T15:06:11.103Z | Downloaded unicode-normalization v0.1.19 |
149 | 2023-08-29T15:06:11.110Z | Downloaded winnow v0.4.6 |
150 | 2023-08-29T15:06:11.124Z | Downloaded futures-channel v0.3.28 |
151 | 2023-08-29T15:06:11.128Z | Downloaded basic-toml v0.1.1 |
152 | 2023-08-29T15:06:11.145Z | Downloaded base64 v0.21.3 |
153 | 2023-08-29T15:06:11.152Z | Downloaded typenum v1.14.0 |
154 | 2023-08-29T15:06:11.156Z | Downloaded tracing-core v0.1.21 |
155 | 2023-08-29T15:06:11.160Z | Downloaded tokio v1.32.0 |
156 | 2023-08-29T15:06:11.223Z | Downloaded memchr v2.4.1 |
157 | 2023-08-29T15:06:11.229Z | Downloaded rustls v0.21.6 |
158 | 2023-08-29T15:06:11.249Z | Downloaded base64 v0.13.1 |
159 | 2023-08-29T15:06:11.254Z | Downloaded crossbeam-channel v0.5.1 |
160 | 2023-08-29T15:06:11.261Z | Downloaded indexmap v2.0.0 |
161 | 2023-08-29T15:06:11.267Z | Downloaded hashbrown v0.14.0 |
162 | 2023-08-29T15:06:11.275Z | Downloaded mio v0.8.8 |
163 | 2023-08-29T15:06:11.285Z | Downloaded tokio-util v0.7.7 |
164 | 2023-08-29T15:06:11.295Z | Downloaded futures-util v0.3.28 |
165 | 2023-08-29T15:06:11.315Z | Downloaded rustls-webpki v0.101.4 |
166 | 2023-08-29T15:06:11.340Z | Downloaded h2 v0.3.17 |
167 | 2023-08-29T15:06:11.352Z | Downloaded tungstenite v0.20.0 |
168 | 2023-08-29T15:06:11.357Z | Downloaded chrono v0.4.26 |
169 | 2023-08-29T15:06:11.370Z | Downloaded hyper v0.14.27 |
170 | 2023-08-29T15:06:11.384Z | Downloaded syn v2.0.29 |
171 | 2023-08-29T15:06:11.402Z | Downloaded syn v1.0.109 |
172 | 2023-08-29T15:06:11.420Z | Downloaded rustix v0.38.8 |
173 | 2023-08-29T15:06:11.457Z | Downloaded openapiv3 v1.0.2 |
174 | 2023-08-29T15:06:11.478Z | Downloaded socket2 v0.5.3 |
175 | 2023-08-29T15:06:11.481Z | Downloaded http v0.2.9 |
176 | 2023-08-29T15:06:11.488Z | Downloaded zerocopy-derive v0.2.0 |
177 | 2023-08-29T15:06:11.503Z | Downloaded libc v0.2.147 |
178 | 2023-08-29T15:06:11.548Z | Downloaded hashbrown v0.12.1 |
179 | 2023-08-29T15:06:11.555Z | Downloaded expectorate v1.0.7 |
180 | 2023-08-29T15:06:11.558Z | Downloaded rcgen v0.11.1 |
181 | 2023-08-29T15:06:11.562Z | Downloaded parking_lot_core v0.9.4 |
182 | 2023-08-29T15:06:11.565Z | Downloaded idna v0.2.3 |
183 | 2023-08-29T15:06:11.577Z | Downloaded zerocopy v0.3.0 |
184 | 2023-08-29T15:06:11.580Z | Downloaded synstructure v0.12.6 |
185 | 2023-08-29T15:06:11.583Z | Downloaded subprocess v0.2.9 |
186 | 2023-08-29T15:06:11.586Z | Downloaded socket2 v0.4.9 |
187 | 2023-08-29T15:06:11.589Z | Downloaded similar v2.2.1 |
188 | 2023-08-29T15:06:11.595Z | Downloaded once_cell v1.13.1 |
189 | 2023-08-29T15:06:11.598Z | Downloaded indexmap v1.9.3 |
190 | 2023-08-29T15:06:11.604Z | Downloaded unicode-ident v1.0.0 |
191 | 2023-08-29T15:06:11.607Z | Downloaded serde_json v1.0.99 |
192 | 2023-08-29T15:06:11.620Z | Downloaded schema-derive v0.1.0 |
193 | 2023-08-29T15:06:11.623Z | Downloaded num-traits v0.2.14 |
194 | 2023-08-29T15:06:11.626Z | Downloaded hyper-staticfile v0.9.5 |
195 | 2023-08-29T15:06:11.629Z | Downloaded async-stream v0.3.5 |
196 | 2023-08-29T15:06:11.632Z | Downloaded schema v0.1.0 |
197 | 2023-08-29T15:06:11.635Z | Downloaded rand_core v0.6.3 |
198 | 2023-08-29T15:06:11.638Z | Downloaded toml_edit v0.19.11 |
199 | 2023-08-29T15:06:11.664Z | Downloaded toml_datetime v0.6.3 |
200 | 2023-08-29T15:06:11.667Z | Downloaded time v0.3.7 |
201 | 2023-08-29T15:06:11.673Z | Downloaded sha1 v0.10.5 |
202 | 2023-08-29T15:06:11.676Z | Downloaded serde_derive v1.0.171 |
203 | 2023-08-29T15:06:11.680Z | Downloaded pest_meta v2.1.3 |
204 | 2023-08-29T15:06:11.683Z | Downloaded newline-converter v0.3.0 |
205 | 2023-08-29T15:06:11.686Z | Downloaded camino v1.1.6 |
206 | 2023-08-29T15:06:11.689Z | Downloaded generic-array v0.14.5 |
207 | 2023-08-29T15:06:11.692Z | Downloaded console v0.15.5 |
208 | 2023-08-29T15:06:11.695Z | Downloaded cc v1.0.72 |
209 | 2023-08-29T15:06:11.699Z | Downloaded yasna v0.5.2 |
210 | 2023-08-29T15:06:11.703Z | Downloaded tracing v0.1.29 |
211 | 2023-08-29T15:06:11.709Z | Downloaded thread-id v4.0.0 |
212 | 2023-08-29T15:06:11.712Z | Downloaded rustls-native-certs v0.6.1 |
213 | 2023-08-29T15:06:11.715Z | Downloaded pem v3.0.2 |
214 | 2023-08-29T15:06:11.718Z | Downloaded httparse v1.8.0 |
215 | 2023-08-29T15:06:11.721Z | Downloaded take_mut v0.2.2 |
216 | 2023-08-29T15:06:11.724Z | Downloaded serde_derive_internals v0.26.0 |
217 | 2023-08-29T15:06:11.727Z | Downloaded errno v0.3.1 |
218 | 2023-08-29T15:06:11.730Z | Downloaded dof v0.1.5 |
219 | 2023-08-29T15:06:11.733Z | Downloaded dirs-next v2.0.0 |
220 | 2023-08-29T15:06:11.737Z | Downloaded cfg-if v1.0.0 |
221 | 2023-08-29T15:06:11.740Z | Downloaded async-channel v1.9.0 |
222 | 2023-08-29T15:06:11.742Z | Downloaded unicode-width v0.1.9 |
223 | 2023-08-29T15:06:11.745Z | Downloaded tokio-rustls v0.24.1 |
224 | 2023-08-29T15:06:11.748Z | Downloaded thiserror v1.0.30 |
225 | 2023-08-29T15:06:11.751Z | Downloaded serde v1.0.171 |
226 | 2023-08-29T15:06:11.754Z | Downloaded data-encoding v2.4.0 |
227 | 2023-08-29T15:06:11.757Z | Downloaded buf-list v1.0.3 |
228 | 2023-08-29T15:06:11.761Z | Downloaded futures-macro v0.3.28 |
229 | 2023-08-29T15:06:11.763Z | Downloaded futures-io v0.3.28 |
230 | 2023-08-29T15:06:11.767Z | Downloaded futures-executor v0.3.28 |
231 | 2023-08-29T15:06:11.770Z | Downloaded toml v0.7.5 |
232 | 2023-08-29T15:06:11.773Z | Downloaded tinyvec v1.5.1 |
233 | 2023-08-29T15:06:11.776Z | Downloaded spin v0.5.2 |
234 | 2023-08-29T15:06:11.779Z | Downloaded block-buffer v0.7.3 |
235 | 2023-08-29T15:06:11.782Z | Downloaded usdt v0.3.5 |
236 | 2023-08-29T15:06:11.785Z | Downloaded rustls-pemfile v0.2.1 |
237 | 2023-08-29T15:06:11.788Z | Downloaded atomic-waker v1.1.1 |
238 | 2023-08-29T15:06:11.791Z | Downloaded usdt-impl v0.3.5 |
239 | 2023-08-29T15:06:11.794Z | Downloaded untrusted v0.7.1 |
240 | 2023-08-29T15:06:11.796Z | Downloaded ucd-trie v0.1.3 |
241 | 2023-08-29T15:06:11.800Z | Downloaded thiserror-impl v1.0.30 |
242 | 2023-08-29T15:06:11.805Z | Downloaded termcolor v1.1.2 |
243 | 2023-08-29T15:06:11.808Z | Downloaded slog-bunyan v2.4.0 |
244 | 2023-08-29T15:06:11.811Z | Downloaded tokio-tungstenite v0.20.0 |
245 | 2023-08-29T15:06:11.814Z | Downloaded term v0.7.0 |
246 | 2023-08-29T15:06:11.820Z | Downloaded schemars_derive v0.8.12 |
247 | 2023-08-29T15:06:11.823Z | Downloaded parking_lot v0.12.1 |
248 | 2023-08-29T15:06:11.826Z | Downloaded digest v0.8.1 |
249 | 2023-08-29T15:06:11.829Z | Downloaded debug-ignore v1.0.5 |
250 | 2023-08-29T15:06:11.832Z | Downloaded futures-core v0.3.28 |
251 | 2023-08-29T15:06:11.835Z | Downloaded serde_tokenstream v0.1.7 |
252 | 2023-08-29T15:06:11.838Z | Downloaded form_urlencoded v1.2.0 |
253 | 2023-08-29T15:06:11.841Z | Downloaded serde_urlencoded v0.7.1 |
254 | 2023-08-29T15:06:11.844Z | Downloaded ryu v1.0.5 |
255 | 2023-08-29T15:06:11.848Z | Downloaded ring v0.16.20 |
256 | 2023-08-29T15:06:11.984Z | Downloaded lock_api v0.4.6 |
257 | 2023-08-29T15:06:11.988Z | Downloaded iana-time-zone v0.1.47 |
258 | 2023-08-29T15:06:11.991Z | Downloaded getrandom v0.2.3 |
259 | 2023-08-29T15:06:11.994Z | Downloaded event-listener v2.5.3 |
260 | 2023-08-29T15:06:11.997Z | Downloaded crossbeam-utils v0.8.15 |
261 | 2023-08-29T15:06:12.000Z | Downloaded tempfile v3.8.0 |
262 | 2023-08-29T15:06:12.003Z | Downloaded slog-json v2.6.1 |
263 | 2023-08-29T15:06:12.006Z | Downloaded serde_path_to_error v0.1.14 |
264 | 2023-08-29T15:06:12.009Z | Downloaded paste v1.0.14 |
265 | 2023-08-29T15:06:12.012Z | Downloaded pest_generator v2.1.3 |
266 | 2023-08-29T15:06:12.015Z | Downloaded num_cpus v1.13.0 |
267 | 2023-08-29T15:06:12.018Z | Downloaded httpdate v1.0.1 |
268 | 2023-08-29T15:06:12.021Z | Downloaded openssl-probe v0.1.4 |
269 | 2023-08-29T15:06:12.024Z | Downloaded opaque-debug v0.2.3 |
270 | 2023-08-29T15:06:12.027Z | Downloaded rustls-pemfile v1.0.3 |
271 | 2023-08-29T15:06:12.030Z | Downloaded lazy_static v1.4.0 |
272 | 2023-08-29T15:06:12.033Z | Downloaded matches v0.1.9 |
273 | 2023-08-29T15:06:12.036Z | Downloaded match_cfg v0.1.0 |
274 | 2023-08-29T15:06:12.039Z | Downloaded slog-term v2.9.0 |
275 | 2023-08-29T15:06:12.041Z | Downloaded slab v0.4.5 |
276 | 2023-08-29T15:06:12.044Z | Downloaded signal-hook-registry v1.4.0 |
277 | 2023-08-29T15:06:12.047Z | Downloaded rand_chacha v0.3.1 |
278 | 2023-08-29T15:06:12.050Z | Downloaded maplit v1.0.2 |
279 | 2023-08-29T15:06:12.053Z | Downloaded dtrace-parser v0.1.14 |
280 | 2023-08-29T15:06:12.056Z | Downloaded slog-async v2.8.0 |
281 | 2023-08-29T15:06:12.059Z | Downloaded serde_spanned v0.6.3 |
282 | 2023-08-29T15:06:12.062Z | Downloaded quote v1.0.30 |
283 | 2023-08-29T15:06:12.065Z | Downloaded pem v2.0.1 |
284 | 2023-08-29T15:06:12.068Z | Downloaded block-padding v0.1.5 |
285 | 2023-08-29T15:06:12.071Z | Downloaded block-buffer v0.10.2 |
286 | 2023-08-29T15:06:12.074Z | Downloaded atty v0.2.14 |
287 | 2023-08-29T15:06:12.077Z | Downloaded num_threads v0.1.3 |
288 | 2023-08-29T15:06:12.080Z | Downloaded autocfg v1.1.0 |
289 | 2023-08-29T15:06:12.083Z | Downloaded itoa v1.0.1 |
290 | 2023-08-29T15:06:12.086Z | Downloaded futures-sink v0.3.28 |
291 | 2023-08-29T15:06:12.089Z | Downloaded byteorder v1.4.3 |
292 | 2023-08-29T15:06:12.092Z | Downloaded tower-service v0.3.1 |
293 | 2023-08-29T15:06:12.094Z | Downloaded tinyvec_macros v0.1.0 |
294 | 2023-08-29T15:06:12.097Z | Downloaded ppv-lite86 v0.2.15 |
295 | 2023-08-29T15:06:12.100Z | Downloaded pest_derive v2.1.0 |
296 | 2023-08-29T15:06:12.103Z | Downloaded mime_guess v2.0.4 |
297 | 2023-08-29T15:06:12.106Z | Downloaded http-range v0.1.4 |
298 | 2023-08-29T15:06:12.109Z | Downloaded mime v0.3.16 |
299 | 2023-08-29T15:06:12.112Z | Downloaded hyper-rustls v0.24.1 |
300 | 2023-08-29T15:06:12.115Z | Downloaded crypto-common v0.1.6 |
301 | 2023-08-29T15:06:12.118Z | Downloaded proc-macro2 v1.0.66 |
302 | 2023-08-29T15:06:12.120Z | Downloaded http-body v0.4.3 |
303 | 2023-08-29T15:06:12.123Z | Downloaded futures-task v0.3.28 |
304 | 2023-08-29T15:06:12.126Z | Downloaded cpufeatures v0.2.2 |
305 | 2023-08-29T15:06:12.129Z | Downloaded byte-tools v0.3.1 |
306 | 2023-08-29T15:06:12.132Z | Downloaded generic-array v0.12.4 |
307 | 2023-08-29T15:06:12.136Z | Downloaded fnv v1.0.7 |
308 | 2023-08-29T15:06:12.139Z | Downloaded fastrand v2.0.0 |
309 | 2023-08-29T15:06:12.142Z | Downloaded fake-simd v0.1.2 |
310 | 2023-08-29T15:06:12.145Z | Downloaded equivalent v1.0.0 |
311 | 2023-08-29T15:06:12.148Z | Downloaded digest v0.10.5 |
312 | 2023-08-29T15:06:12.256Z | Compiling proc-macro2 v1.0.66 |
313 | 2023-08-29T15:06:12.260Z | Compiling quote v1.0.30 |
314 | 2023-08-29T15:06:12.263Z | Compiling unicode-ident v1.0.0 |
315 | 2023-08-29T15:06:12.266Z | Compiling libc v0.2.147 |
316 | 2023-08-29T15:06:12.269Z | Compiling serde v1.0.171 |
317 | 2023-08-29T15:06:12.271Z | Compiling cfg-if v1.0.0 |
318 | 2023-08-29T15:06:12.275Z | Compiling version_check v0.9.4 |
319 | 2023-08-29T15:06:12.278Z | Compiling itoa v1.0.1 |
320 | 2023-08-29T15:06:12.281Z | Running `/home/build/.rustup/toolchains/1.72.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.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=ab9b7a7058094487 -C extra-filename=-ab9b7a7058094487 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-ab9b7a7058094487 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
321 | 2023-08-29T15:06:12.283Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.30/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=473e00d6050f1144 -C extra-filename=-473e00d6050f1144 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-473e00d6050f1144 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
322 | 2023-08-29T15:06:12.287Z | Running `/home/build/.rustup/toolchains/1.72.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=cd6b85c7f402e2ee -C extra-filename=-cd6b85c7f402e2ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
323 | 2023-08-29T15:06:12.290Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/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=b32dde950af09773 -C extra-filename=-b32dde950af09773 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-b32dde950af09773 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
324 | 2023-08-29T15:06:12.293Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.171/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=4c91528006ede226 -C extra-filename=-4c91528006ede226 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-4c91528006ede226 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
325 | 2023-08-29T15:06:12.296Z | Running `/home/build/.rustup/toolchains/1.72.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=e2a15c5afb095340 -C extra-filename=-e2a15c5afb095340 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
326 | 2023-08-29T15:06:12.299Z | Running `/home/build/.rustup/toolchains/1.72.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=dbca48b5dbdb0f40 -C extra-filename=-dbca48b5dbdb0f40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
327 | 2023-08-29T15:06:12.304Z | Running `/home/build/.rustup/toolchains/1.72.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=8ecb2847028721fc -C extra-filename=-8ecb2847028721fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
328 | 2023-08-29T15:06:12.409Z | Compiling syn v1.0.109 |
329 | 2023-08-29T15:06:12.418Z | Running `/home/build/.rustup/toolchains/1.72.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=0f499b1a6c66648a -C extra-filename=-0f499b1a6c66648a --out-dir /work/oxidecomputer/dropshot/target/debug/build/syn-0f499b1a6c66648a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
330 | 2023-08-29T15:06:12.562Z | Compiling pin-project-lite v0.2.12 |
331 | 2023-08-29T15:06:12.592Z | Running `/home/build/.rustup/toolchains/1.72.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=0a596ed3842d1c68 -C extra-filename=-0a596ed3842d1c68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
332 | 2023-08-29T15:06:12.640Z | Compiling futures-core v0.3.28 |
333 | 2023-08-29T15:06:12.699Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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="std"' -C metadata=c0c4b83660fbb006 -C extra-filename=-c0c4b83660fbb006 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-core-c0c4b83660fbb006 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
334 | 2023-08-29T15:06:12.717Z | Compiling autocfg v1.1.0 |
335 | 2023-08-29T15:06:12.726Z | Running `/home/build/.rustup/toolchains/1.72.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=6e83747e49904154 -C extra-filename=-6e83747e49904154 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
336 | 2023-08-29T15:06:13.180Z | Compiling ryu v1.0.5 |
337 | 2023-08-29T15:06:13.184Z | Running `/home/build/.rustup/toolchains/1.72.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=ec5a213ecaef4351 -C extra-filename=-ec5a213ecaef4351 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-ec5a213ecaef4351 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
338 | 2023-08-29T15:06:13.500Z | Compiling bytes v1.4.0 |
339 | 2023-08-29T15:06:13.503Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c2fb0ba5207debf3 -C extra-filename=-c2fb0ba5207debf3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
340 | 2023-08-29T15:06:15.001Z | Compiling serde_json v1.0.99 |
341 | 2023-08-29T15:06:15.004Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.99/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=fdec603a00cb2398 -C extra-filename=-fdec603a00cb2398 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-fdec603a00cb2398 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
342 | 2023-08-29T15:06:17.441Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-core-c0c4b83660fbb006/build-script-build` |
343 | 2023-08-29T15:06:17.445Z | Running `/work/oxidecomputer/dropshot/target/debug/build/quote-473e00d6050f1144/build-script-build` |
344 | 2023-08-29T15:06:17.450Z | Running `/work/oxidecomputer/dropshot/target/debug/build/syn-0f499b1a6c66648a/build-script-build` |
345 | 2023-08-29T15:06:17.478Z | Compiling once_cell v1.13.1 |
346 | 2023-08-29T15:06:17.481Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-4c91528006ede226/build-script-build` |
347 | 2023-08-29T15:06:17.487Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-ec5a213ecaef4351/build-script-build` |
348 | 2023-08-29T15:06:17.490Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-ab9b7a7058094487/build-script-build` |
349 | 2023-08-29T15:06:17.493Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-b32dde950af09773/build-script-build` |
350 | 2023-08-29T15:06:17.497Z | Running `/home/build/.rustup/toolchains/1.72.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.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="std"' -C metadata=c5971ac7cfd90b76 -C extra-filename=-c5971ac7cfd90b76 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
351 | 2023-08-29T15:06:17.500Z | Running `/home/build/.rustup/toolchains/1.72.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=8ca14353ccb68bf9 -C extra-filename=-8ca14353ccb68bf9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
352 | 2023-08-29T15:06:17.551Z | Compiling parking_lot_core v0.9.4 |
353 | 2023-08-29T15:06:17.554Z | Compiling futures-task v0.3.28 |
354 | 2023-08-29T15:06:17.562Z | Running `/home/build/.rustup/toolchains/1.72.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=71383c52a4479393 -C extra-filename=-71383c52a4479393 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-71383c52a4479393 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
355 | 2023-08-29T15:06:17.565Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-fdec603a00cb2398/build-script-build` |
356 | 2023-08-29T15:06:17.568Z | Running `/home/build/.rustup/toolchains/1.72.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=828f14aa5c8e8b86 -C extra-filename=-828f14aa5c8e8b86 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
357 | 2023-08-29T15:06:17.571Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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="std"' -C metadata=e953e070b17f1f47 -C extra-filename=-e953e070b17f1f47 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-task-e953e070b17f1f47 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
358 | 2023-08-29T15:06:17.592Z | Running `/home/build/.rustup/toolchains/1.72.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.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=48584e482e86d3b6 -C extra-filename=-48584e482e86d3b6 --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-cd6b85c7f402e2ee.rmeta --cap-lints allow --cfg wrap_proc_macro` |
359 | 2023-08-29T15:06:17.604Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/lib.rs --error-format=json --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=a8c51ff79180f898 -C extra-filename=-a8c51ff79180f898 --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 | 2023-08-29T15:06:17.634Z | Compiling log v0.4.17 |
361 | 2023-08-29T15:06:17.643Z | Running `/home/build/.rustup/toolchains/1.72.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=15800028587452c8 -C extra-filename=-15800028587452c8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-15800028587452c8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
362 | 2023-08-29T15:06:17.850Z | Compiling futures-sink v0.3.28 |
363 | 2023-08-29T15:06:17.854Z | Running `/home/build/.rustup/toolchains/1.72.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.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="std"' -C metadata=3e6dc94eed5f67a1 -C extra-filename=-3e6dc94eed5f67a1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
364 | 2023-08-29T15:06:18.046Z | Compiling futures-channel v0.3.28 |
365 | 2023-08-29T15:06:18.050Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=807d24965405ab34 -C extra-filename=-807d24965405ab34 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-channel-807d24965405ab34 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
366 | 2023-08-29T15:06:18.064Z | Compiling smallvec v1.7.0 |
367 | 2023-08-29T15:06:18.068Z | Running `/home/build/.rustup/toolchains/1.72.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=3e4d1016180b6296 -C extra-filename=-3e4d1016180b6296 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
368 | 2023-08-29T15:06:18.109Z | Compiling memchr v2.4.1 |
369 | 2023-08-29T15:06:18.112Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.4.1/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=5a55eda35946f918 -C extra-filename=-5a55eda35946f918 --out-dir /work/oxidecomputer/dropshot/target/debug/build/memchr-5a55eda35946f918 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
370 | 2023-08-29T15:06:18.121Z | Compiling cc v1.0.72 |
371 | 2023-08-29T15:06:18.124Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.72/src/lib.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=17b155bf3103d48f -C extra-filename=-17b155bf3103d48f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
372 | 2023-08-29T15:06:18.137Z | Compiling scopeguard v1.1.0 |
373 | 2023-08-29T15:06:18.140Z | Running `/home/build/.rustup/toolchains/1.72.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=b039d9eed420185f -C extra-filename=-b039d9eed420185f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
374 | 2023-08-29T15:06:18.157Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-71383c52a4479393/build-script-build` |
375 | 2023-08-29T15:06:18.167Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-15800028587452c8/build-script-build` |
376 | 2023-08-29T15:06:18.186Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-task-e953e070b17f1f47/build-script-build` |
377 | 2023-08-29T15:06:18.204Z | Compiling lazy_static v1.4.0 |
378 | 2023-08-29T15:06:18.208Z | Running `/home/build/.rustup/toolchains/1.72.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=31fc94f4d760252d -C extra-filename=-31fc94f4d760252d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
379 | 2023-08-29T15:06:18.309Z | Compiling lock_api v0.4.6 |
380 | 2023-08-29T15:06:18.312Z | Running `/home/build/.rustup/toolchains/1.72.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=d986d57a2ec14494 -C extra-filename=-d986d57a2ec14494 --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-b039d9eed420185f.rmeta --cap-lints allow` |
381 | 2023-08-29T15:06:18.368Z | Compiling ucd-trie v0.1.3 |
382 | 2023-08-29T15:06:18.371Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c256f3e5b810045f -C extra-filename=-c256f3e5b810045f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
383 | 2023-08-29T15:06:18.553Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-channel-807d24965405ab34/build-script-build` |
384 | 2023-08-29T15:06:18.563Z | Compiling futures-util v0.3.28 |
385 | 2023-08-29T15:06:18.566Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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="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=fed76e67fb65cebe -C extra-filename=-fed76e67fb65cebe --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-util-fed76e67fb65cebe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
386 | 2023-08-29T15:06:18.780Z | Compiling typenum v1.14.0 |
387 | 2023-08-29T15:06:18.783Z | Running `/home/build/.rustup/toolchains/1.72.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=2f7aab635b4f4800 -C extra-filename=-2f7aab635b4f4800 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-2f7aab635b4f4800 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
388 | 2023-08-29T15:06:18.796Z | Running `/work/oxidecomputer/dropshot/target/debug/build/memchr-5a55eda35946f918/build-script-build` |
389 | 2023-08-29T15:06:18.818Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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="default"' --cfg 'feature="std"' -C metadata=8fa98b4106855565 -C extra-filename=-8fa98b4106855565 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx` |
390 | 2023-08-29T15:06:19.101Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' -C metadata=2ac18830084444d8 -C extra-filename=-2ac18830084444d8 --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-48584e482e86d3b6.rmeta --cap-lints allow` |
391 | 2023-08-29T15:06:19.198Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-util-fed76e67fb65cebe/build-script-build` |
392 | 2023-08-29T15:06:19.208Z | Compiling pest v2.1.3 |
393 | 2023-08-29T15:06:19.211Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pest /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=15abd66da7134d3a -C extra-filename=-15abd66da7134d3a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-c256f3e5b810045f.rmeta --cap-lints allow` |
394 | 2023-08-29T15:06:19.702Z | Compiling syn v2.0.29 |
395 | 2023-08-29T15:06:19.706Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=f29be6fc475567fc -C extra-filename=-f29be6fc475567fc --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-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-cd6b85c7f402e2ee.rmeta --cap-lints allow` |
396 | 2023-08-29T15:06:20.336Z | Running `/home/build/.rustup/toolchains/1.72.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 -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"' -C metadata=2f2e09f9e7c584c1 -C extra-filename=-2f2e09f9e7c584c1 --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-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-cd6b85c7f402e2ee.rmeta --cap-lints allow --cfg syn_disable_nightly_tests` |
397 | 2023-08-29T15:06:20.403Z | Running `/home/build/.rustup/toolchains/1.72.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=149860045b8924bf -C extra-filename=-149860045b8924bf --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-8ecb2847028721fc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-3e4d1016180b6296.rmeta --cap-lints allow` |
398 | 2023-08-29T15:06:20.518Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-2f7aab635b4f4800/build-script-main` |
399 | 2023-08-29T15:06:20.828Z | Compiling num_cpus v1.13.0 |
400 | 2023-08-29T15:06:20.831Z | Running `/home/build/.rustup/toolchains/1.72.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=1d2a97655cc23ee2 -C extra-filename=-1d2a97655cc23ee2 --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-a8c51ff79180f898.rmeta --cap-lints allow` |
401 | 2023-08-29T15:06:20.988Z | Compiling parking_lot v0.12.1 |
402 | 2023-08-29T15:06:20.997Z | Running `/home/build/.rustup/toolchains/1.72.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=df8f5694b6ce94de -C extra-filename=-df8f5694b6ce94de --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-d986d57a2ec14494.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-149860045b8924bf.rmeta --cap-lints allow` |
403 | 2023-08-29T15:06:21.005Z | Compiling mio v0.8.8 |
404 | 2023-08-29T15:06:21.008Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=1fe6979f6d41feda -C extra-filename=-1fe6979f6d41feda --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-a8c51ff79180f898.rmeta --cap-lints allow` |
405 | 2023-08-29T15:06:21.426Z | Compiling getrandom v0.2.3 |
406 | 2023-08-29T15:06:21.429Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 --cfg 'feature="std"' -C metadata=21b67d1763dfaa92 -C extra-filename=-21b67d1763dfaa92 --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-8ecb2847028721fc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow` |
407 | 2023-08-29T15:06:21.634Z | Compiling socket2 v0.5.3 |
408 | 2023-08-29T15:06:21.637Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.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="all"' -C metadata=fca72d6ca63f2206 -C extra-filename=-fca72d6ca63f2206 --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-a8c51ff79180f898.rmeta --cap-lints allow` |
409 | 2023-08-29T15:06:21.717Z | Compiling ring v0.16.20 |
410 | 2023-08-29T15:06:21.721Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/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"' --cfg 'feature="once_cell"' -C metadata=a8093ec0b6ccb87a -C extra-filename=-a8093ec0b6ccb87a --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-a8093ec0b6ccb87a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-17b155bf3103d48f.rlib --cap-lints allow` |
411 | 2023-08-29T15:06:22.009Z | Compiling signal-hook-registry v1.4.0 |
412 | 2023-08-29T15:06:22.013Z | Running `/home/build/.rustup/toolchains/1.72.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=d441823136219344 -C extra-filename=-d441823136219344 --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-a8c51ff79180f898.rmeta --cap-lints allow` |
413 | 2023-08-29T15:06:22.031Z | Running `/home/build/.rustup/toolchains/1.72.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.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="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=c947f093bc72455a -C extra-filename=-c947f093bc72455a --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-c5971ac7cfd90b76.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --cap-lints allow` |
414 | 2023-08-29T15:06:22.668Z | Running `/home/build/.rustup/toolchains/1.72.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.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="std"' -C metadata=4983cdddbb26a083 -C extra-filename=-4983cdddbb26a083 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
415 | 2023-08-29T15:06:22.860Z | Running `/home/build/.rustup/toolchains/1.72.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=ee9abcf06cc9a869 -C extra-filename=-ee9abcf06cc9a869 --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-8ecb2847028721fc.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
416 | 2023-08-29T15:06:23.152Z | Compiling generic-array v0.14.5 |
417 | 2023-08-29T15:06:23.156Z | Running `/home/build/.rustup/toolchains/1.72.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=d65e75b54edd8ca3 -C extra-filename=-d65e75b54edd8ca3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-d65e75b54edd8ca3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbca48b5dbdb0f40.rlib --cap-lints allow` |
418 | 2023-08-29T15:06:23.238Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-a8093ec0b6ccb87a/build-script-build` |
419 | 2023-08-29T15:06:23.260Z | Compiling byteorder v1.4.3 |
420 | 2023-08-29T15:06:23.263Z | Running `/home/build/.rustup/toolchains/1.72.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=07e07916cf9446d0 -C extra-filename=-07e07916cf9446d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
421 | 2023-08-29T15:06:23.335Z | Compiling unicode-xid v0.2.2 |
422 | 2023-08-29T15:06:23.338Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-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 --cfg 'feature="default"' -C metadata=b39e63adccb0d5cd -C extra-filename=-b39e63adccb0d5cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
423 | 2023-08-29T15:06:23.511Z | Compiling fnv v1.0.7 |
424 | 2023-08-29T15:06:23.514Z | Running `/home/build/.rustup/toolchains/1.72.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=af9d689540b23e48 -C extra-filename=-af9d689540b23e48 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
425 | 2023-08-29T15:06:23.560Z | Compiling pin-utils v0.1.0 |
426 | 2023-08-29T15:06:23.564Z | Running `/home/build/.rustup/toolchains/1.72.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=99ec385e08af1fdd -C extra-filename=-99ec385e08af1fdd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
427 | 2023-08-29T15:06:23.582Z | Compiling slab v0.4.5 |
428 | 2023-08-29T15:06:23.586Z | Running `/home/build/.rustup/toolchains/1.72.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=ce6d0add818a3a59 -C extra-filename=-ce6d0add818a3a59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
429 | 2023-08-29T15:06:23.653Z | Compiling futures-io v0.3.28 |
430 | 2023-08-29T15:06:23.656Z | Running `/home/build/.rustup/toolchains/1.72.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.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="std"' -C metadata=ae8decdb8ead9306 -C extra-filename=-ae8decdb8ead9306 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
431 | 2023-08-29T15:06:23.666Z | Compiling maplit v1.0.2 |
432 | 2023-08-29T15:06:23.669Z | Compiling http v0.2.9 |
433 | 2023-08-29T15:06:23.672Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.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 metadata=35f5d32dd2771a11 -C extra-filename=-35f5d32dd2771a11 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
434 | 2023-08-29T15:06:23.675Z | Running `/home/build/.rustup/toolchains/1.72.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=235f917d2d408e58 -C extra-filename=-235f917d2d408e58 --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-c2fb0ba5207debf3.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-af9d689540b23e48.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e2a15c5afb095340.rmeta --cap-lints allow` |
435 | 2023-08-29T15:06:23.779Z | Compiling pest_meta v2.1.3 |
436 | 2023-08-29T15:06:23.783Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=66982750f5085f2a -C extra-filename=-66982750f5085f2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern maplit=/work/oxidecomputer/dropshot/target/debug/deps/libmaplit-35f5d32dd2771a11.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-15abd66da7134d3a.rmeta --cap-lints allow` |
437 | 2023-08-29T15:06:24.050Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-d65e75b54edd8ca3/build-script-build` |
438 | 2023-08-29T15:06:24.063Z | Running `/home/build/.rustup/toolchains/1.72.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=d783a7928ecef053 -C extra-filename=-d783a7928ecef053 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
439 | 2023-08-29T15:06:24.131Z | Compiling indexmap v1.9.3 |
440 | 2023-08-29T15:06:24.134Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=a8bda3f4385f234e -C extra-filename=-a8bda3f4385f234e --out-dir /work/oxidecomputer/dropshot/target/debug/build/indexmap-a8bda3f4385f234e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-6e83747e49904154.rlib --cap-lints allow` |
441 | 2023-08-29T15:06:24.167Z | Compiling httparse v1.8.0 |
442 | 2023-08-29T15:06:24.171Z | Running `/home/build/.rustup/toolchains/1.72.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=4d40bc340490b5bf -C extra-filename=-4d40bc340490b5bf --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-4d40bc340490b5bf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
443 | 2023-08-29T15:06:24.563Z | Compiling spin v0.5.2 |
444 | 2023-08-29T15:06:24.566Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-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 -C metadata=059cfc496bc5209f -C extra-filename=-059cfc496bc5209f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
445 | 2023-08-29T15:06:24.620Z | Compiling untrusted v0.7.1 |
446 | 2023-08-29T15:06:24.623Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-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=d438ba7bac83d087 -C extra-filename=-d438ba7bac83d087 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
447 | 2023-08-29T15:06:24.853Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-4d40bc340490b5bf/build-script-build` |
448 | 2023-08-29T15:06:24.873Z | Running `/work/oxidecomputer/dropshot/target/debug/build/indexmap-a8bda3f4385f234e/build-script-build` |
449 | 2023-08-29T15:06:24.892Z | Compiling tracing-core v0.1.21 |
450 | 2023-08-29T15:06:24.895Z | Running `/home/build/.rustup/toolchains/1.72.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.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=608cd2a18d495d3e -C extra-filename=-608cd2a18d495d3e --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-31fc94f4d760252d.rmeta --cap-lints allow` |
451 | 2023-08-29T15:06:24.903Z | Compiling hashbrown v0.12.1 |
452 | 2023-08-29T15:06:24.906Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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="raw"' -C metadata=f9b1523aff2821b9 -C extra-filename=-f9b1523aff2821b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
453 | 2023-08-29T15:06:26.466Z | Running `/home/build/.rustup/toolchains/1.72.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=13765ccc56c87c85 -C extra-filename=-13765ccc56c87c85 --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-d783a7928ecef053.rmeta --cap-lints allow --cfg relaxed_coherence` |
454 | 2023-08-29T15:06:26.620Z | Compiling percent-encoding v2.3.0 |
455 | 2023-08-29T15:06:26.623Z | Running `/home/build/.rustup/toolchains/1.72.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.0/src/lib.rs --error-format=json --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=6b095cc642ba91ff -C extra-filename=-6b095cc642ba91ff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
456 | 2023-08-29T15:06:26.994Z | Compiling time-macros v0.2.3 |
457 | 2023-08-29T15:06:26.997Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=17023c3d3e51cb0b -C extra-filename=-17023c3d3e51cb0b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow` |
458 | 2023-08-29T15:06:27.176Z | Compiling tinyvec_macros v0.1.0 |
459 | 2023-08-29T15:06:27.179Z | Running `/home/build/.rustup/toolchains/1.72.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=be262b96608c9c98 -C extra-filename=-be262b96608c9c98 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
460 | 2023-08-29T15:06:27.285Z | Compiling slog v2.7.0 |
461 | 2023-08-29T15:06:27.288Z | Running `/home/build/.rustup/toolchains/1.72.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=5f95137556116b0e -C extra-filename=-5f95137556116b0e --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-5f95137556116b0e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
462 | 2023-08-29T15:06:28.008Z | Compiling num_threads v0.1.3 |
463 | 2023-08-29T15:06:28.011Z | Running `/home/build/.rustup/toolchains/1.72.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=076d18c0db48b51b -C extra-filename=-076d18c0db48b51b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
464 | 2023-08-29T15:06:28.129Z | Compiling crossbeam-utils v0.8.15 |
465 | 2023-08-29T15:06:28.132Z | Running `/home/build/.rustup/toolchains/1.72.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=7216345819e80b8e -C extra-filename=-7216345819e80b8e --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-7216345819e80b8e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
466 | 2023-08-29T15:06:28.157Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-5f95137556116b0e/build-script-build` |
467 | 2023-08-29T15:06:28.237Z | Compiling tinyvec v1.5.1 |
468 | 2023-08-29T15:06:28.240Z | Running `/home/build/.rustup/toolchains/1.72.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=064a951d3acf901f -C extra-filename=-064a951d3acf901f --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-be262b96608c9c98.rmeta --cap-lints allow` |
469 | 2023-08-29T15:06:28.567Z | Compiling form_urlencoded v1.2.0 |
470 | 2023-08-29T15:06:28.570Z | Running `/home/build/.rustup/toolchains/1.72.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.0/src/lib.rs --error-format=json --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=647d4479e6a72494 -C extra-filename=-647d4479e6a72494 --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-6b095cc642ba91ff.rmeta --cap-lints allow` |
471 | 2023-08-29T15:06:28.735Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-7216345819e80b8e/build-script-build` |
472 | 2023-08-29T15:06:28.753Z | Compiling tracing v0.1.29 |
473 | 2023-08-29T15:06:28.756Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=8b2d113032be2e69 -C extra-filename=-8b2d113032be2e69 --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-8ecb2847028721fc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-608cd2a18d495d3e.rmeta --cap-lints allow` |
474 | 2023-08-29T15:06:29.122Z | Running `/home/build/.rustup/toolchains/1.72.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=99c83f1aec1575ac -C extra-filename=-99c83f1aec1575ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd` |
475 | 2023-08-29T15:06:29.137Z | Compiling unicase v2.6.0 |
476 | 2023-08-29T15:06:29.140Z | Running `/home/build/.rustup/toolchains/1.72.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=99260f3bd70d827b -C extra-filename=-99260f3bd70d827b --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-99260f3bd70d827b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbca48b5dbdb0f40.rlib --cap-lints allow` |
477 | 2023-08-29T15:06:29.471Z | Compiling usdt-impl v0.3.5 |
478 | 2023-08-29T15:06:29.474Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.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="asm"' -C metadata=4f860a90aabc1647 -C extra-filename=-4f860a90aabc1647 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-4f860a90aabc1647 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-dbca48b5dbdb0f40.rlib --cap-lints allow` |
479 | 2023-08-29T15:06:29.608Z | Compiling paste v1.0.14 |
480 | 2023-08-29T15:06:29.611Z | Running `/home/build/.rustup/toolchains/1.72.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=39c8a3d2c25b3b9a -C extra-filename=-39c8a3d2c25b3b9a --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-39c8a3d2c25b3b9a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
481 | 2023-08-29T15:06:29.978Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-4f860a90aabc1647/build-script-build` |
482 | 2023-08-29T15:06:30.158Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-99260f3bd70d827b/build-script-build` |
483 | 2023-08-29T15:06:30.232Z | Running `/home/build/.rustup/toolchains/1.72.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=2dd2f206d9f4594b -C extra-filename=-2dd2f206d9f4594b --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-8ecb2847028721fc.rmeta --cap-lints allow` |
484 | 2023-08-29T15:06:30.385Z | Compiling synstructure v0.12.6 |
485 | 2023-08-29T15:06:30.388Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.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"' --cfg 'feature="proc-macro"' -C metadata=2ecae9030e90f919 -C extra-filename=-2ecae9030e90f919 --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-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --extern unicode_xid=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_xid-b39e63adccb0d5cd.rmeta --cap-lints allow` |
486 | 2023-08-29T15:06:30.450Z | Compiling pest_generator v2.1.3 |
487 | 2023-08-29T15:06:30.454Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=78a10e3c20e4743e -C extra-filename=-78a10e3c20e4743e --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-15abd66da7134d3a.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-66982750f5085f2a.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --cap-lints allow` |
488 | 2023-08-29T15:06:30.728Z | Compiling unicode-normalization v0.1.19 |
489 | 2023-08-29T15:06:30.731Z | Running `/home/build/.rustup/toolchains/1.72.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=d3b795a7d3188ad8 -C extra-filename=-d3b795a7d3188ad8 --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-064a951d3acf901f.rmeta --cap-lints allow` |
490 | 2023-08-29T15:06:31.489Z | Compiling time v0.3.7 |
491 | 2023-08-29T15:06:31.495Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-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="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="itoa"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="time-macros"' -C metadata=44ed5e3774836f48 -C extra-filename=-44ed5e3774836f48 --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-e2a15c5afb095340.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-076d18c0db48b51b.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-17023c3d3e51cb0b.so --cap-lints allow` |
492 | 2023-08-29T15:06:32.323Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-39c8a3d2c25b3b9a/build-script-build` |
493 | 2023-08-29T15:06:32.404Z | Compiling block-buffer v0.10.2 |
494 | 2023-08-29T15:06:32.407Z | Running `/home/build/.rustup/toolchains/1.72.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=dfb554638b9ede8b -C extra-filename=-dfb554638b9ede8b --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-13765ccc56c87c85.rmeta --cap-lints allow` |
495 | 2023-08-29T15:06:32.436Z | Compiling crypto-common v0.1.6 |
496 | 2023-08-29T15:06:32.440Z | Running `/home/build/.rustup/toolchains/1.72.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=b55dca047977acc0 -C extra-filename=-b55dca047977acc0 --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-13765ccc56c87c85.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-d783a7928ecef053.rmeta --cap-lints allow` |
497 | 2023-08-29T15:06:32.642Z | Running `/home/build/.rustup/toolchains/1.72.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=d9311f03891a06df -C extra-filename=-d9311f03891a06df --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128` |
498 | 2023-08-29T15:06:32.677Z | Compiling rand_core v0.6.3 |
499 | 2023-08-29T15:06:32.680Z | Running `/home/build/.rustup/toolchains/1.72.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=6bc525b754a6b85c -C extra-filename=-6bc525b754a6b85c --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-21b67d1763dfaa92.rmeta --cap-lints allow` |
500 | 2023-08-29T15:06:32.689Z | Compiling thread-id v4.0.0 |
501 | 2023-08-29T15:06:32.692Z | Running `/home/build/.rustup/toolchains/1.72.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=223b6b3112ed78e2 -C extra-filename=-223b6b3112ed78e2 --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-a8c51ff79180f898.rmeta --cap-lints allow` |
502 | 2023-08-29T15:06:32.817Z | Compiling num-traits v0.2.14 |
503 | 2023-08-29T15:06:32.820Z | Running `/home/build/.rustup/toolchains/1.72.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=612fd448519c96c0 -C extra-filename=-612fd448519c96c0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-612fd448519c96c0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-6e83747e49904154.rlib --cap-lints allow` |
504 | 2023-08-29T15:06:33.123Z | Compiling try-lock v0.2.3 |
505 | 2023-08-29T15:06:33.127Z | Running `/home/build/.rustup/toolchains/1.72.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=f56db3fa004391bb -C extra-filename=-f56db3fa004391bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
506 | 2023-08-29T15:06:33.190Z | Compiling ppv-lite86 v0.2.15 |
507 | 2023-08-29T15:06:33.193Z | Running `/home/build/.rustup/toolchains/1.72.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=ae628482dfbe22a5 -C extra-filename=-ae628482dfbe22a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
508 | 2023-08-29T15:06:33.297Z | Compiling base64 v0.21.3 |
509 | 2023-08-29T15:06:33.300Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.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="default"' --cfg 'feature="std"' -C metadata=61fe435958798f11 -C extra-filename=-61fe435958798f11 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
510 | 2023-08-29T15:06:33.310Z | Compiling unicode-bidi v0.3.7 |
511 | 2023-08-29T15:06:33.312Z | Running `/home/build/.rustup/toolchains/1.72.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=cf9e319892f962f5 -C extra-filename=-cf9e319892f962f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
512 | 2023-08-29T15:06:33.796Z | Compiling matches v0.1.9 |
513 | 2023-08-29T15:06:33.804Z | Running `/home/build/.rustup/toolchains/1.72.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=28aa82d69eb6adfe -C extra-filename=-28aa82d69eb6adfe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
514 | 2023-08-29T15:06:33.918Z | Compiling rustls v0.21.6 |
515 | 2023-08-29T15:06:33.921Z | Running `/home/build/.rustup/toolchains/1.72.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.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=b0ee5dfbb49c9aef -C extra-filename=-b0ee5dfbb49c9aef --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-b0ee5dfbb49c9aef -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
516 | 2023-08-29T15:06:34.352Z | Compiling idna v0.2.3 |
517 | 2023-08-29T15:06:34.355Z | Running `/home/build/.rustup/toolchains/1.72.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=e884228c7e83a6fe -C extra-filename=-e884228c7e83a6fe --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-28aa82d69eb6adfe.rmeta --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-cf9e319892f962f5.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-d3b795a7d3188ad8.rmeta --cap-lints allow` |
518 | 2023-08-29T15:06:34.493Z | Compiling rand_chacha v0.3.1 |
519 | 2023-08-29T15:06:34.497Z | Running `/home/build/.rustup/toolchains/1.72.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=f39ecea7d1c5154e -C extra-filename=-f39ecea7d1c5154e --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-ae628482dfbe22a5.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-6bc525b754a6b85c.rmeta --cap-lints allow` |
520 | 2023-08-29T15:06:34.560Z | Compiling want v0.3.0 |
521 | 2023-08-29T15:06:34.563Z | Running `/home/build/.rustup/toolchains/1.72.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=1f8ee5318206ea8d -C extra-filename=-1f8ee5318206ea8d --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-ee9abcf06cc9a869.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-f56db3fa004391bb.rmeta --cap-lints allow` |
522 | 2023-08-29T15:06:34.990Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-612fd448519c96c0/build-script-build` |
523 | 2023-08-29T15:06:35.015Z | Compiling digest v0.10.5 |
524 | 2023-08-29T15:06:35.018Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e4cd853619d19b03 -C extra-filename=-e4cd853619d19b03 --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-dfb554638b9ede8b.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-b55dca047977acc0.rmeta --cap-lints allow` |
525 | 2023-08-29T15:06:35.262Z | Running `/home/build/.rustup/toolchains/1.72.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=60186f369661f247 -C extra-filename=-60186f369661f247 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow` |
526 | 2023-08-29T15:06:35.356Z | Running `/home/build/.rustup/toolchains/1.72.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=bbbdb309c7aac7c7 -C extra-filename=-bbbdb309c7aac7c7 --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` |
527 | 2023-08-29T15:06:35.464Z | Compiling http-body v0.4.3 |
528 | 2023-08-29T15:06:35.467Z | Running `/home/build/.rustup/toolchains/1.72.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=ddeb842199e5d365 -C extra-filename=-ddeb842199e5d365 --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-c2fb0ba5207debf3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --cap-lints allow` |
529 | 2023-08-29T15:06:35.942Z | Compiling socket2 v0.4.9 |
530 | 2023-08-29T15:06:35.945Z | Running `/home/build/.rustup/toolchains/1.72.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=e7720f9d9b80c433 -C extra-filename=-e7720f9d9b80c433 --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-a8c51ff79180f898.rmeta --cap-lints allow` |
531 | 2023-08-29T15:06:35.965Z | Compiling dirs-sys-next v0.1.2 |
532 | 2023-08-29T15:06:35.975Z | Running `/home/build/.rustup/toolchains/1.72.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=d03cb9b50e0772bd -C extra-filename=-d03cb9b50e0772bd --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-a8c51ff79180f898.rmeta --cap-lints allow` |
533 | 2023-08-29T15:06:36.510Z | Compiling tower-service v0.3.1 |
534 | 2023-08-29T15:06:36.514Z | Running `/home/build/.rustup/toolchains/1.72.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=19ee43f2015d843e -C extra-filename=-19ee43f2015d843e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
535 | 2023-08-29T15:06:36.665Z | Compiling httpdate v1.0.1 |
536 | 2023-08-29T15:06:36.669Z | Running `/home/build/.rustup/toolchains/1.72.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=1bc7df674b855010 -C extra-filename=-1bc7df674b855010 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
537 | 2023-08-29T15:06:36.884Z | Compiling hashbrown v0.14.0 |
538 | 2023-08-29T15:06:36.887Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.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 --cfg 'feature="raw"' -C metadata=2a93d59af72e0ac2 -C extra-filename=-2a93d59af72e0ac2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
539 | 2023-08-29T15:06:37.109Z | Compiling equivalent v1.0.0 |
540 | 2023-08-29T15:06:37.112Z | Running `/home/build/.rustup/toolchains/1.72.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=6a4316bbc389292b -C extra-filename=-6a4316bbc389292b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
541 | 2023-08-29T15:06:37.124Z | Compiling cpufeatures v0.2.2 |
542 | 2023-08-29T15:06:37.127Z | Running `/home/build/.rustup/toolchains/1.72.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=ebde093716996a64 -C extra-filename=-ebde093716996a64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
543 | 2023-08-29T15:06:37.234Z | Compiling sha1 v0.10.5 |
544 | 2023-08-29T15:06:37.237Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.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=3f1954382b4397cc -C extra-filename=-3f1954382b4397cc --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-8ecb2847028721fc.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-ebde093716996a64.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-e4cd853619d19b03.rmeta --cap-lints allow` |
545 | 2023-08-29T15:06:37.247Z | Compiling dirs-next v2.0.0 |
546 | 2023-08-29T15:06:37.250Z | Running `/home/build/.rustup/toolchains/1.72.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=9e0724da7d8dd4c5 -C extra-filename=-9e0724da7d8dd4c5 --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-8ecb2847028721fc.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-d03cb9b50e0772bd.rmeta --cap-lints allow` |
547 | 2023-08-29T15:06:37.396Z | Compiling mime_guess v2.0.4 |
548 | 2023-08-29T15:06:37.399Z | Running `/home/build/.rustup/toolchains/1.72.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=bda17ca024a50fbd -C extra-filename=-bda17ca024a50fbd --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-bda17ca024a50fbd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-bbbdb309c7aac7c7.rlib --cap-lints allow` |
549 | 2023-08-29T15:06:37.449Z | Compiling url v2.2.2 |
550 | 2023-08-29T15:06:37.452Z | Running `/home/build/.rustup/toolchains/1.72.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=5f53abf71bec750d -C extra-filename=-5f53abf71bec750d --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-647d4479e6a72494.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-e884228c7e83a6fe.rmeta --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-28aa82d69eb6adfe.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rmeta --cap-lints allow` |
551 | 2023-08-29T15:06:37.495Z | Running `/home/build/.rustup/toolchains/1.72.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=e6fac4b2ed0727b1 -C extra-filename=-e6fac4b2ed0727b1 --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` |
552 | 2023-08-29T15:06:37.807Z | Compiling rand v0.8.4 |
553 | 2023-08-29T15:06:37.811Z | Running `/home/build/.rustup/toolchains/1.72.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=9dd7c9c138b1b185 -C extra-filename=-9dd7c9c138b1b185 --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-a8c51ff79180f898.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-f39ecea7d1c5154e.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-6bc525b754a6b85c.rmeta --cap-lints allow` |
554 | 2023-08-29T15:06:38.639Z | Compiling indexmap v2.0.0 |
555 | 2023-08-29T15:06:38.642Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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=083f8572a9bc9429 -C extra-filename=-083f8572a9bc9429 --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-6a4316bbc389292b.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-2a93d59af72e0ac2.rmeta --cap-lints allow` |
556 | 2023-08-29T15:06:38.806Z | Compiling serde_derive v1.0.171 |
557 | 2023-08-29T15:06:38.823Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.171/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=aa9963e184f282e6 -C extra-filename=-aa9963e184f282e6 --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow` |
558 | 2023-08-29T15:06:39.280Z | Compiling tokio-macros v2.1.0 |
559 | 2023-08-29T15:06:39.283Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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=861b389b091d80ee -C extra-filename=-861b389b091d80ee --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow` |
560 | 2023-08-29T15:06:40.134Z | Compiling futures-macro v0.3.28 |
561 | 2023-08-29T15:06:40.137Z | Running `/home/build/.rustup/toolchains/1.72.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.28/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=07558d196422087d -C extra-filename=-07558d196422087d --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow` |
562 | 2023-08-29T15:06:40.470Z | Compiling serde_derive_internals v0.26.0 |
563 | 2023-08-29T15:06:40.474Z | Compiling thread_local v1.1.4 |
564 | 2023-08-29T15:06:40.477Z | Running `/home/build/.rustup/toolchains/1.72.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=008b4cfca1ec86c4 -C extra-filename=-008b4cfca1ec86c4 --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-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --cap-lints allow` |
565 | 2023-08-29T15:06:40.480Z | Running `/home/build/.rustup/toolchains/1.72.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=a63976ffa2a38eaf -C extra-filename=-a63976ffa2a38eaf --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-8ca14353ccb68bf9.rmeta --cap-lints allow` |
566 | 2023-08-29T15:06:40.541Z | Compiling camino v1.1.6 |
567 | 2023-08-29T15:06:40.544Z | Running `/home/build/.rustup/toolchains/1.72.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=583e1272002499c5 -C extra-filename=-583e1272002499c5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-583e1272002499c5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
568 | 2023-08-29T15:06:41.370Z | Compiling schemars v0.8.12 |
569 | 2023-08-29T15:06:41.373Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.12/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=21093b371fdd0665 -C extra-filename=-21093b371fdd0665 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-21093b371fdd0665 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
570 | 2023-08-29T15:06:41.448Z | Compiling async-trait v0.1.73 |
571 | 2023-08-29T15:06:41.452Z | Running `/home/build/.rustup/toolchains/1.72.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.73/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=47b7f9f2aad89bfd -C extra-filename=-47b7f9f2aad89bfd --out-dir /work/oxidecomputer/dropshot/target/debug/build/async-trait-47b7f9f2aad89bfd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
572 | 2023-08-29T15:06:41.836Z | Compiling tokio v1.32.0 |
573 | 2023-08-29T15:06:41.840Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.32.0/src/lib.rs --error-format=json --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=9c4b294426926450 -C extra-filename=-9c4b294426926450 --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-c2fb0ba5207debf3.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-1fe6979f6d41feda.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-1d2a97655cc23ee2.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-df8f5694b6ce94de.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-d441823136219344.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-fca72d6ca63f2206.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-861b389b091d80ee.so --cap-lints allow` |
574 | 2023-08-29T15:06:41.890Z | Compiling winnow v0.4.6 |
575 | 2023-08-29T15:06:41.894Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e3b6cec4d02dda3c -C extra-filename=-e3b6cec4d02dda3c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
576 | 2023-08-29T15:06:42.131Z | Compiling base64 v0.13.1 |
577 | 2023-08-29T15:06:42.135Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d5c9a41aadc451a3 -C extra-filename=-d5c9a41aadc451a3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
578 | 2023-08-29T15:06:43.134Z | Compiling iana-time-zone v0.1.47 |
579 | 2023-08-29T15:06:43.138Z | Running `/home/build/.rustup/toolchains/1.72.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=314a41105189c753 -C extra-filename=-314a41105189c753 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
580 | 2023-08-29T15:06:43.484Z | Running `/home/build/.rustup/toolchains/1.72.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.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="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=0aa0e796f31115ec -C extra-filename=-0aa0e796f31115ec --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-c947f093bc72455a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-ae8decdb8ead9306.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-07558d196422087d.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4983cdddbb26a083.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8fa98b4106855565.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-99ec385e08af1fdd.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-ce6d0add818a3a59.rmeta --cap-lints allow` |
581 | 2023-08-29T15:06:44.030Z | Compiling rustix v0.38.8 |
582 | 2023-08-29T15:06:44.034Z | Running `/home/build/.rustup/toolchains/1.72.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.8/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="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=8b72c6491f6212e2 -C extra-filename=-8b72c6491f6212e2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-8b72c6491f6212e2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
583 | 2023-08-29T15:06:44.437Z | Compiling match_cfg v0.1.0 |
584 | 2023-08-29T15:06:44.446Z | Running `/home/build/.rustup/toolchains/1.72.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=ea12b850e02ee7b9 -C extra-filename=-ea12b850e02ee7b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
585 | 2023-08-29T15:06:44.548Z | Compiling slog-async v2.8.0 |
586 | 2023-08-29T15:06:44.551Z | Running `/home/build/.rustup/toolchains/1.72.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=b9ca013f0fac9b14 -C extra-filename=-b9ca013f0fac9b14 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-b9ca013f0fac9b14 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
587 | 2023-08-29T15:06:45.050Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-8b72c6491f6212e2/build-script-build` |
588 | 2023-08-29T15:06:45.102Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-b9ca013f0fac9b14/build-script-build` |
589 | 2023-08-29T15:06:45.184Z | Compiling hostname v0.3.1 |
590 | 2023-08-29T15:06:45.187Z | Running `/home/build/.rustup/toolchains/1.72.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=a7bb51c9beec93d3 -C extra-filename=-a7bb51c9beec93d3 --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-a8c51ff79180f898.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-ea12b850e02ee7b9.rmeta --cap-lints allow` |
591 | 2023-08-29T15:06:45.198Z | Compiling rustls-pemfile v0.2.1 |
592 | 2023-08-29T15:06:45.202Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-0.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 -C metadata=f5a74c973bdddc16 -C extra-filename=-f5a74c973bdddc16 --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-d5c9a41aadc451a3.rmeta --cap-lints allow` |
593 | 2023-08-29T15:06:45.550Z | Running `/work/oxidecomputer/dropshot/target/debug/build/async-trait-47b7f9f2aad89bfd/build-script-build` |
594 | 2023-08-29T15:06:45.631Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-21093b371fdd0665/build-script-build` |
595 | 2023-08-29T15:06:45.650Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-583e1272002499c5/build-script-build` |
596 | 2023-08-29T15:06:45.732Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-bda17ca024a50fbd/build-script-build` |
597 | 2023-08-29T15:06:45.771Z | Compiling async-stream-impl v0.3.5 |
598 | 2023-08-29T15:06:45.774Z | Running `/home/build/.rustup/toolchains/1.72.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=991bd4499d328353 -C extra-filename=-991bd4499d328353 --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow` |
599 | 2023-08-29T15:06:46.135Z | Compiling term v0.7.0 |
600 | 2023-08-29T15:06:46.139Z | Running `/home/build/.rustup/toolchains/1.72.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=6b4647df1d252f88 -C extra-filename=-6b4647df1d252f88 --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-9e0724da7d8dd4c5.rmeta --cap-lints allow` |
601 | 2023-08-29T15:06:46.396Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=94995e2f863f5f6e -C extra-filename=-94995e2f863f5f6e --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-8ca14353ccb68bf9.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-059cfc496bc5209f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-d438ba7bac83d087.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out -l static=ring-core -l static=ring-test` |
602 | 2023-08-29T15:06:46.641Z | Compiling thiserror-impl v1.0.30 |
603 | 2023-08-29T15:06:46.644Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.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=22ff28c4244fcb15 -C extra-filename=-22ff28c4244fcb15 --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern proc_macro --cap-lints allow` |
604 | 2023-08-29T15:06:47.840Z | Compiling zerocopy-derive v0.2.0 |
605 | 2023-08-29T15:06:47.850Z | Running `/home/build/.rustup/toolchains/1.72.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.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=3d7b7df2a2afebc6 -C extra-filename=-3d7b7df2a2afebc6 --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-48584e482e86d3b6.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-2ecae9030e90f919.rlib --extern proc_macro --cap-lints allow` |
606 | 2023-08-29T15:06:47.983Z | Compiling pest_derive v2.1.0 |
607 | 2023-08-29T15:06:47.993Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.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=1e8244e2b77b4869 -C extra-filename=-1e8244e2b77b4869 --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-15abd66da7134d3a.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-78a10e3c20e4743e.rlib --extern proc_macro --cap-lints allow` |
608 | 2023-08-29T15:06:49.381Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-b0ee5dfbb49c9aef/build-script-build` |
609 | 2023-08-29T15:06:49.400Z | Compiling schemars_derive v0.8.12 |
610 | 2023-08-29T15:06:49.403Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.12/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=fda1fa3ad2a2eed9 -C extra-filename=-fda1fa3ad2a2eed9 --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-008b4cfca1ec86c4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern proc_macro --cap-lints allow` |
611 | 2023-08-29T15:06:49.737Z | Compiling sct v0.7.0 |
612 | 2023-08-29T15:06:49.740Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-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=45eaf5864b20b4f2 -C extra-filename=-45eaf5864b20b4f2 --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-94995e2f863f5f6e.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-d438ba7bac83d087.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
613 | 2023-08-29T15:06:50.237Z | Compiling rustls-webpki v0.101.4 |
614 | 2023-08-29T15:06:50.241Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.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="std"' -C metadata=dd969d01b9caa170 -C extra-filename=-dd969d01b9caa170 --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-94995e2f863f5f6e.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-d438ba7bac83d087.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
615 | 2023-08-29T15:06:51.310Z | Compiling zerocopy v0.3.0 |
616 | 2023-08-29T15:06:51.313Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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=60c53accb00341fb -C extra-filename=-60c53accb00341fb --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-07e07916cf9446d0.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-3d7b7df2a2afebc6.so --cap-lints allow` |
617 | 2023-08-29T15:06:51.925Z | Compiling thiserror v1.0.30 |
618 | 2023-08-29T15:06:51.928Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.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 -C metadata=1d4c5737bd817942 -C extra-filename=-1d4c5737bd817942 --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-22ff28c4244fcb15.so --cap-lints allow` |
619 | 2023-08-29T15:06:52.128Z | Compiling dtrace-parser v0.1.14 |
620 | 2023-08-29T15:06:52.131Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.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=2e95998f393655d2 -C extra-filename=-2e95998f393655d2 --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-15abd66da7134d3a.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-1e8244e2b77b4869.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1d4c5737bd817942.rmeta --cap-lints allow` |
621 | 2023-08-29T15:06:52.384Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.171/src/lib.rs --error-format=json --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=adeaef8d0fc89282 -C extra-filename=-adeaef8d0fc89282 --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-aa9963e184f282e6.so --cap-lints allow` |
622 | 2023-08-29T15:06:52.606Z | Compiling dof v0.1.5 |
623 | 2023-08-29T15:06:52.609Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1e6537b216274eb8 -C extra-filename=-1e6537b216274eb8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1d4c5737bd817942.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-60c53accb00341fb.rmeta --cap-lints allow` |
624 | 2023-08-29T15:06:53.568Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=0532297992a37cba -C extra-filename=-0532297992a37cba --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-ee9abcf06cc9a869.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-94995e2f863f5f6e.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-dd969d01b9caa170.rmeta --extern sct=/work/oxidecomputer/dropshot/target/debug/deps/libsct-45eaf5864b20b4f2.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
625 | 2023-08-29T15:06:53.756Z | Compiling futures-executor v0.3.28 |
626 | 2023-08-29T15:06:53.759Z | Running `/home/build/.rustup/toolchains/1.72.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.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="std"' -C metadata=d6f7846d6d1a156b -C extra-filename=-d6f7846d6d1a156b --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-c5971ac7cfd90b76.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4983cdddbb26a083.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0aa0e796f31115ec.rmeta --cap-lints allow` |
627 | 2023-08-29T15:06:54.291Z | Compiling crossbeam-channel v0.5.1 |
628 | 2023-08-29T15:06:54.295Z | Running `/home/build/.rustup/toolchains/1.72.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=04ce90c0528c3f43 -C extra-filename=-04ce90c0528c3f43 --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-8ecb2847028721fc.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-2dd2f206d9f4594b.rmeta --cap-lints allow` |
629 | 2023-08-29T15:06:54.540Z | Compiling atty v0.2.14 |
630 | 2023-08-29T15:06:54.544Z | Running `/home/build/.rustup/toolchains/1.72.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=94120766517a008a -C extra-filename=-94120766517a008a --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-a8c51ff79180f898.rmeta --cap-lints allow` |
631 | 2023-08-29T15:06:54.718Z | Compiling tokio-util v0.7.7 |
632 | 2023-08-29T15:06:54.722Z | Running `/home/build/.rustup/toolchains/1.72.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="tracing"' -C metadata=6def0bd9eb6a83da -C extra-filename=-6def0bd9eb6a83da --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-c2fb0ba5207debf3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-8b2d113032be2e69.rmeta --cap-lints allow` |
633 | 2023-08-29T15:06:54.776Z | Compiling errno v0.3.1 |
634 | 2023-08-29T15:06:54.780Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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=d31052f0c8addf35 -C extra-filename=-d31052f0c8addf35 --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-a8c51ff79180f898.rmeta --cap-lints allow` |
635 | 2023-08-29T15:06:54.939Z | Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot) |
636 | 2023-08-29T15:06:54.942Z | Running `/home/build/.rustup/toolchains/1.72.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=04a7c8f33701eb3c -C extra-filename=-04a7c8f33701eb3c --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-04a7c8f33701eb3c -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-dbca48b5dbdb0f40.rlib` |
637 | 2023-08-29T15:06:55.064Z | Compiling dyn-clone v1.0.4 |
638 | 2023-08-29T15:06:55.068Z | Running `/home/build/.rustup/toolchains/1.72.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=5084c8cd11f6d12c -C extra-filename=-5084c8cd11f6d12c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
639 | 2023-08-29T15:06:55.225Z | Compiling bitflags v2.4.0 |
640 | 2023-08-29T15:06:55.228Z | Running `/home/build/.rustup/toolchains/1.72.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=bc20f7eb430e5c4e -C extra-filename=-bc20f7eb430e5c4e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
641 | 2023-08-29T15:06:55.474Z | Compiling mime v0.3.16 |
642 | 2023-08-29T15:06:55.484Z | Running `/home/build/.rustup/toolchains/1.72.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=a427cb07578528f0 -C extra-filename=-a427cb07578528f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
643 | 2023-08-29T15:06:55.906Z | Compiling openssl-probe v0.1.4 |
644 | 2023-08-29T15:06:55.909Z | Running `/home/build/.rustup/toolchains/1.72.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=dcdd3393d9c0b204 -C extra-filename=-dcdd3393d9c0b204 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
645 | 2023-08-29T15:06:55.986Z | Compiling take_mut v0.2.2 |
646 | 2023-08-29T15:06:55.989Z | Running `/home/build/.rustup/toolchains/1.72.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=79f0a62de33a1e95 -C extra-filename=-79f0a62de33a1e95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
647 | 2023-08-29T15:06:56.203Z | Compiling unicode-width v0.1.9 |
648 | 2023-08-29T15:06:56.207Z | Running `/home/build/.rustup/toolchains/1.72.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=535b6e7a6d512ecf -C extra-filename=-535b6e7a6d512ecf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
649 | 2023-08-29T15:06:56.247Z | Compiling buf-list v1.0.3 |
650 | 2023-08-29T15:06:56.251Z | Running `/home/build/.rustup/toolchains/1.72.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=afa664f04224cc20 -C extra-filename=-afa664f04224cc20 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-afa664f04224cc20 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
651 | 2023-08-29T15:06:56.412Z | Compiling data-encoding v2.4.0 |
652 | 2023-08-29T15:06:56.422Z | Running `/home/build/.rustup/toolchains/1.72.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=89415f74aa9cda51 -C extra-filename=-89415f74aa9cda51 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
653 | 2023-08-29T15:06:56.474Z | Compiling atomic-waker v1.1.1 |
654 | 2023-08-29T15:06:56.477Z | Running `/home/build/.rustup/toolchains/1.72.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=a211fa83af781c88 -C extra-filename=-a211fa83af781c88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
655 | 2023-08-29T15:06:56.498Z | Compiling utf-8 v0.7.6 |
656 | 2023-08-29T15:06:56.521Z | Running `/home/build/.rustup/toolchains/1.72.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=b9e1b544dcb4207f -C extra-filename=-b9e1b544dcb4207f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
657 | 2023-08-29T15:06:56.747Z | Compiling trybuild v1.0.83 |
658 | 2023-08-29T15:06:56.757Z | Running `/home/build/.rustup/toolchains/1.72.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.83/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=e9927726edef6730 -C extra-filename=-e9927726edef6730 --out-dir /work/oxidecomputer/dropshot/target/debug/build/trybuild-e9927726edef6730 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
659 | 2023-08-29T15:06:56.804Z | Compiling unicode-segmentation v1.10.0 |
660 | 2023-08-29T15:06:56.808Z | Running `/home/build/.rustup/toolchains/1.72.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=22fdd01e0913eea8 -C extra-filename=-22fdd01e0913eea8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
661 | 2023-08-29T15:06:57.012Z | Compiling waitgroup v0.1.2 |
662 | 2023-08-29T15:06:57.017Z | Running `/home/build/.rustup/toolchains/1.72.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=cd16c766d6c8aacf -C extra-filename=-cd16c766d6c8aacf --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-a211fa83af781c88.rmeta --cap-lints allow` |
663 | 2023-08-29T15:06:57.092Z | Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-afa664f04224cc20/build-script-build` |
664 | 2023-08-29T15:06:57.161Z | Compiling console v0.15.5 |
665 | 2023-08-29T15:06:57.164Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=eaf12936b0179efd -C extra-filename=-eaf12936b0179efd --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-31fc94f4d760252d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-535b6e7a6d512ecf.rmeta --cap-lints allow` |
666 | 2023-08-29T15:06:57.323Z | Running `/work/oxidecomputer/dropshot/target/debug/build/trybuild-e9927726edef6730/build-script-build` |
667 | 2023-08-29T15:06:57.341Z | Running `/home/build/.rustup/toolchains/1.72.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=583cdbbd56bdd274 -C extra-filename=-583cdbbd56bdd274 --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-04ce90c0528c3f43.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-79f0a62de33a1e95.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-a63976ffa2a38eaf.rmeta --cap-lints allow --cfg integer128` |
668 | 2023-08-29T15:06:57.354Z | Compiling tungstenite v0.20.0 |
669 | 2023-08-29T15:06:57.364Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.0/src/lib.rs --error-format=json --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=2430e62c47712d94 -C extra-filename=-2430e62c47712d94 --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-07e07916cf9446d0.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-89415f74aa9cda51.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-99c83f1aec1575ac.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ee9abcf06cc9a869.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-9dd7c9c138b1b185.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1d4c5737bd817942.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-5f53abf71bec750d.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-b9e1b544dcb4207f.rmeta --cap-lints allow` |
670 | 2023-08-29T15:06:58.243Z | Compiling newline-converter v0.3.0 |
671 | 2023-08-29T15:06:58.246Z | Running `/home/build/.rustup/toolchains/1.72.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=2ebc7a0d52fa7cff -C extra-filename=-2ebc7a0d52fa7cff --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-22fdd01e0913eea8.rmeta --cap-lints allow` |
672 | 2023-08-29T15:06:58.456Z | Compiling rustls-native-certs v0.6.1 |
673 | 2023-08-29T15:06:58.460Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.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 -C metadata=ad937e5bd7ba3e54 -C extra-filename=-ad937e5bd7ba3e54 --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-dcdd3393d9c0b204.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f5a74c973bdddc16.rmeta --cap-lints allow` |
674 | 2023-08-29T15:06:59.320Z | Running `/home/build/.rustup/toolchains/1.72.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=fc2f87e9bd38c530 -C extra-filename=-fc2f87e9bd38c530 --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-a427cb07578528f0.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-bbbdb309c7aac7c7.rmeta --cap-lints allow` |
675 | 2023-08-29T15:06:59.764Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=c1fa0af6328190e0 -C extra-filename=-c1fa0af6328190e0 --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-bc20f7eb430e5c4e.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-d31052f0c8addf35.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
676 | 2023-08-29T15:07:00.223Z | Compiling tokio-rustls v0.24.1 |
677 | 2023-08-29T15:07:00.226Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.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="logging"' --cfg 'feature="tls12"' -C metadata=274874b3e1cfc2f4 -C extra-filename=-274874b3e1cfc2f4 --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-0532297992a37cba.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
678 | 2023-08-29T15:07:00.838Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-04a7c8f33701eb3c/build-script-build` |
679 | 2023-08-29T15:07:00.918Z | Compiling slog-term v2.9.0 |
680 | 2023-08-29T15:07:00.922Z | Running `/home/build/.rustup/toolchains/1.72.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=32905ccf3d4c38be -C extra-filename=-32905ccf3d4c38be --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-94120766517a008a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-6b4647df1d252f88.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-a63976ffa2a38eaf.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-44ed5e3774836f48.rmeta --cap-lints allow` |
681 | 2023-08-29T15:07:01.059Z | Compiling futures v0.3.28 |
682 | 2023-08-29T15:07:01.062Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=e3ecf74a75157aae -C extra-filename=-e3ecf74a75157aae --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-c947f093bc72455a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-d6f7846d6d1a156b.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-ae8decdb8ead9306.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-4983cdddbb26a083.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0aa0e796f31115ec.rmeta --cap-lints allow` |
683 | 2023-08-29T15:07:01.126Z | Compiling async-stream v0.3.5 |
684 | 2023-08-29T15:07:01.135Z | Running `/home/build/.rustup/toolchains/1.72.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=0cd5a840d87db2b8 -C extra-filename=-0cd5a840d87db2b8 --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-991bd4499d328353.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --cap-lints allow` |
685 | 2023-08-29T15:07:01.207Z | Running `/home/build/.rustup/toolchains/1.72.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.73/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=611e04b0f49b549b -C extra-filename=-611e04b0f49b549b --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow` |
686 | 2023-08-29T15:07:01.370Z | Compiling rustls-pemfile v1.0.3 |
687 | 2023-08-29T15:07:01.374Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-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=2b3d30cf58f7e8b8 -C extra-filename=-2b3d30cf58f7e8b8 --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-61fe435958798f11.rmeta --cap-lints allow` |
688 | 2023-08-29T15:07:01.648Z | Compiling pem v2.0.1 |
689 | 2023-08-29T15:07:01.652Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=31c51a312601614c -C extra-filename=-31c51a312601614c --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-61fe435958798f11.rmeta --cap-lints allow` |
690 | 2023-08-29T15:07:02.015Z | Compiling yasna v0.5.2 |
691 | 2023-08-29T15:07:02.019Z | Running `/home/build/.rustup/toolchains/1.72.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=6b82fd7c2763b3eb -C extra-filename=-6b82fd7c2763b3eb --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-44ed5e3774836f48.rmeta --cap-lints allow` |
692 | 2023-08-29T15:07:02.977Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.99/src/lib.rs --error-format=json --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=efa2cd901ab05dac -C extra-filename=-efa2cd901ab05dac --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-e2a15c5afb095340.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-828f14aa5c8e8b86.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --cap-lints allow --cfg limb_width_64` |
693 | 2023-08-29T15:07:03.122Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.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="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=93becddcd66147e8 -C extra-filename=-93becddcd66147e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-f9b1523aff2821b9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --cap-lints allow --cfg has_std` |
694 | 2023-08-29T15:07:03.447Z | Compiling serde_tokenstream v0.1.7 |
695 | 2023-08-29T15:07:03.451Z | Running `/home/build/.rustup/toolchains/1.72.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.1.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 metadata=0b4c5a2ede6ba5bd -C extra-filename=-0b4c5a2ede6ba5bd --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-48584e482e86d3b6.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --cap-lints allow` |
696 | 2023-08-29T15:07:03.494Z | Compiling toml_datetime v0.6.3 |
697 | 2023-08-29T15:07:03.503Z | Running `/home/build/.rustup/toolchains/1.72.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.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="serde"' -C metadata=01ab0f991e388d03 -C extra-filename=-01ab0f991e388d03 --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-adeaef8d0fc89282.rmeta --cap-lints allow` |
698 | 2023-08-29T15:07:04.295Z | Compiling serde_spanned v0.6.3 |
699 | 2023-08-29T15:07:04.307Z | Running `/home/build/.rustup/toolchains/1.72.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.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="serde"' -C metadata=93682eda9a00e087 -C extra-filename=-93682eda9a00e087 --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-adeaef8d0fc89282.rmeta --cap-lints allow` |
700 | 2023-08-29T15:07:04.349Z | Compiling serde_tokenstream v0.2.0 |
701 | 2023-08-29T15:07:04.352Z | Running `/home/build/.rustup/toolchains/1.72.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=edc90fe08b4778ac -C extra-filename=-edc90fe08b4778ac --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-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rmeta --cap-lints allow` |
702 | 2023-08-29T15:07:04.677Z | Compiling h2 v0.3.17 |
703 | 2023-08-29T15:07:04.681Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.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=b879a08bdf441438 -C extra-filename=-b879a08bdf441438 --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-c2fb0ba5207debf3.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-af9d689540b23e48.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-3e6dc94eed5f67a1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0aa0e796f31115ec.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-ce6d0add818a3a59.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6def0bd9eb6a83da.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-8b2d113032be2e69.rmeta --cap-lints allow` |
704 | 2023-08-29T15:07:04.795Z | Compiling toml_edit v0.19.11 |
705 | 2023-08-29T15:07:04.798Z | Running `/home/build/.rustup/toolchains/1.72.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.19.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=4d6d5a53a7411215 -C extra-filename=-4d6d5a53a7411215 --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-083f8572a9bc9429.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-93682eda9a00e087.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-01ab0f991e388d03.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-e3b6cec4d02dda3c.rmeta --cap-lints allow` |
706 | 2023-08-29T15:07:05.134Z | Compiling uuid v1.4.1 |
707 | 2023-08-29T15:07:05.137Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.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="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=6d4eb61862652ea2 -C extra-filename=-6d4eb61862652ea2 --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-21b67d1763dfaa92.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --cap-lints allow` |
708 | 2023-08-29T15:07:05.377Z | Compiling chrono v0.4.26 |
709 | 2023-08-29T15:07:05.380Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' -C metadata=da70dbb7128b0d82 -C extra-filename=-da70dbb7128b0d82 --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-314a41105189c753.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-e6fac4b2ed0727b1.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --cap-lints allow` |
710 | 2023-08-29T15:07:05.414Z | Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
711 | 2023-08-29T15:07:05.418Z | Running `/home/build/.rustup/toolchains/1.72.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=9616d77666f7a34b -C extra-filename=-9616d77666f7a34b --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-edc90fe08b4778ac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro` |
712 | 2023-08-29T15:07:06.269Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-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 --cfg 'feature="asm"' -C metadata=39d07f8b58eb7135 -C extra-filename=-39d07f8b58eb7135 --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-07e07916cf9446d0.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-1e6537b216274eb8.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-2e95998f393655d2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-1d4c5737bd817942.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-223b6b3112ed78e2.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
713 | 2023-08-29T15:07:08.292Z | Compiling slog-json v2.6.1 |
714 | 2023-08-29T15:07:08.295Z | Running `/home/build/.rustup/toolchains/1.72.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=0ab7b17b9724f491 -C extra-filename=-0ab7b17b9724f491 --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-adeaef8d0fc89282.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-44ed5e3774836f48.rmeta --cap-lints allow` |
715 | 2023-08-29T15:07:08.953Z | Compiling slog-bunyan v2.4.0 |
716 | 2023-08-29T15:07:08.957Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.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=50d2070633bf38e1 -C extra-filename=-50d2070633bf38e1 --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-a7bb51c9beec93d3.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-44ed5e3774836f48.rmeta --cap-lints allow` |
717 | 2023-08-29T15:07:09.235Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=1b6b5dee8c365ca2 -C extra-filename=-1b6b5dee8c365ca2 --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-da70dbb7128b0d82.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-5084c8cd11f6d12c.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-fda1fa3ad2a2eed9.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
718 | 2023-08-29T15:07:10.110Z | Compiling usdt-macro v0.3.5 |
719 | 2023-08-29T15:07:10.113Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-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 --cfg 'feature="asm"' -C metadata=d349a64339c73382 -C extra-filename=-d349a64339c73382 --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-2e95998f393655d2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0b4c5a2ede6ba5bd.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-39d07f8b58eb7135.rlib --extern proc_macro --cap-lints allow` |
720 | 2023-08-29T15:07:10.490Z | Compiling usdt-attr-macro v0.3.5 |
721 | 2023-08-29T15:07:10.500Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-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 --cfg 'feature="asm"' -C metadata=edf0eaa609f8690d -C extra-filename=-edf0eaa609f8690d --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-2e95998f393655d2.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0b4c5a2ede6ba5bd.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-39d07f8b58eb7135.rlib --extern proc_macro --cap-lints allow` |
722 | 2023-08-29T15:07:11.197Z | Compiling toml v0.7.5 |
723 | 2023-08-29T15:07:11.207Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=8c08e08bea9edf6e -C extra-filename=-8c08e08bea9edf6e --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-adeaef8d0fc89282.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-93682eda9a00e087.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-01ab0f991e388d03.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-4d6d5a53a7411215.rmeta --cap-lints allow` |
724 | 2023-08-29T15:07:11.883Z | Compiling hyper v0.14.27 |
725 | 2023-08-29T15:07:11.887Z | Running `/home/build/.rustup/toolchains/1.72.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=b21a34e6f1b25b5f -C extra-filename=-b21a34e6f1b25b5f --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-c2fb0ba5207debf3.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c947f093bc72455a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-0aa0e796f31115ec.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-b879a08bdf441438.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-ddeb842199e5d365.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-99c83f1aec1575ac.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-1bc7df674b855010.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e2a15c5afb095340.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-0a596ed3842d1c68.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-e7720f9d9b80c433.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-19ee43f2015d843e.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-8b2d113032be2e69.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-1f8ee5318206ea8d.rmeta --cap-lints allow` |
726 | 2023-08-29T15:07:12.547Z | Compiling openapiv3 v1.0.2 |
727 | 2023-08-29T15:07:12.550Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-1.0.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="skip_serializing_defaults"' -C metadata=7798b615e0aae3cb -C extra-filename=-7798b615e0aae3cb --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-93becddcd66147e8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rmeta --cap-lints allow` |
728 | 2023-08-29T15:07:12.848Z | Compiling basic-toml v0.1.1 |
729 | 2023-08-29T15:07:12.852Z | Running `/home/build/.rustup/toolchains/1.72.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.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=660395aad395ab57 -C extra-filename=-660395aad395ab57 --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-adeaef8d0fc89282.rmeta --cap-lints allow` |
730 | 2023-08-29T15:07:13.415Z | Compiling usdt v0.3.5 |
731 | 2023-08-29T15:07:13.418Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-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 --cfg 'feature="asm"' --cfg 'feature="dtrace-parser"' -C metadata=b7c2a8683bf8f15f -C extra-filename=-b7c2a8683bf8f15f --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-2e95998f393655d2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-edf0eaa609f8690d.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-39d07f8b58eb7135.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-d349a64339c73382.so --cap-lints allow` |
732 | 2023-08-29T15:07:13.893Z | Compiling serde_urlencoded v0.7.1 |
733 | 2023-08-29T15:07:13.897Z | Running `/home/build/.rustup/toolchains/1.72.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=2176f0ec74d5d38b -C extra-filename=-2176f0ec74d5d38b --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-647d4479e6a72494.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e2a15c5afb095340.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-828f14aa5c8e8b86.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --cap-lints allow` |
734 | 2023-08-29T15:07:14.539Z | Running `/home/build/.rustup/toolchains/1.72.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=aa7316e57f257d1c -C extra-filename=-aa7316e57f257d1c --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-adeaef8d0fc89282.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
735 | 2023-08-29T15:07:14.839Z | Compiling serde_path_to_error v0.1.14 |
736 | 2023-08-29T15:07:14.843Z | Running `/home/build/.rustup/toolchains/1.72.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.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=d9b22fc8517d0859 -C extra-filename=-d9b22fc8517d0859 --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-e2a15c5afb095340.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --cap-lints allow` |
737 | 2023-08-29T15:07:16.327Z | Compiling concurrent-queue v2.2.0 |
738 | 2023-08-29T15:07:16.331Z | Running `/home/build/.rustup/toolchains/1.72.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="default"' --cfg 'feature="std"' -C metadata=07a4d8c2d8dea4e9 -C extra-filename=-07a4d8c2d8dea4e9 --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-2dd2f206d9f4594b.rmeta --cap-lints allow` |
739 | 2023-08-29T15:07:16.352Z | Compiling debug-ignore v1.0.5 |
740 | 2023-08-29T15:07:16.355Z | Running `/home/build/.rustup/toolchains/1.72.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=958a5de3679dd01e -C extra-filename=-958a5de3679dd01e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
741 | 2023-08-29T15:07:16.504Z | Compiling event-listener v2.5.3 |
742 | 2023-08-29T15:07:16.507Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.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=eca7a74e987919f9 -C extra-filename=-eca7a74e987919f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
743 | 2023-08-29T15:07:16.544Z | Compiling glob v0.3.0 |
744 | 2023-08-29T15:07:16.547Z | Running `/home/build/.rustup/toolchains/1.72.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=9e2a8a9ce5fe1f8d -C extra-filename=-9e2a8a9ce5fe1f8d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
745 | 2023-08-29T15:07:16.846Z | Compiling fastrand v2.0.0 |
746 | 2023-08-29T15:07:16.849Z | Running `/home/build/.rustup/toolchains/1.72.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=b88ec6a425b0c648 -C extra-filename=-b88ec6a425b0c648 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
747 | 2023-08-29T15:07:17.047Z | Compiling http-range v0.1.4 |
748 | 2023-08-29T15:07:17.051Z | Running `/home/build/.rustup/toolchains/1.72.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=f2dbff6e266064a6 -C extra-filename=-f2dbff6e266064a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
749 | 2023-08-29T15:07:17.230Z | Compiling termcolor v1.1.2 |
750 | 2023-08-29T15:07:17.234Z | Running `/home/build/.rustup/toolchains/1.72.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=21f2152978d96980 -C extra-filename=-21f2152978d96980 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
751 | 2023-08-29T15:07:17.651Z | Compiling similar v2.2.1 |
752 | 2023-08-29T15:07:17.654Z | Running `/home/build/.rustup/toolchains/1.72.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=fe7ea527bc95b607 -C extra-filename=-fe7ea527bc95b607 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
753 | 2023-08-29T15:07:17.824Z | Compiling tempfile v3.8.0 |
754 | 2023-08-29T15:07:17.828Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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 -C metadata=e09cc9e7dea0a849 -C extra-filename=-e09cc9e7dea0a849 --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-8ecb2847028721fc.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-b88ec6a425b0c648.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-c1fa0af6328190e0.rmeta --cap-lints allow` |
755 | 2023-08-29T15:07:18.149Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-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 debuginfo=2 -C metadata=85bd643781738986 -C extra-filename=-85bd643781738986 --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-660395aad395ab57.rmeta --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-9e2a8a9ce5fe1f8d.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8ca14353ccb68bf9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-aa9963e184f282e6.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-21f2152978d96980.rmeta --cap-lints allow` |
756 | 2023-08-29T15:07:18.484Z | Compiling async-channel v1.9.0 |
757 | 2023-08-29T15:07:18.487Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b8ef52014f9f644b -C extra-filename=-b8ef52014f9f644b --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-07a4d8c2d8dea4e9.rmeta --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-eca7a74e987919f9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c5971ac7cfd90b76.rmeta --cap-lints allow` |
758 | 2023-08-29T15:07:18.722Z | Compiling rcgen v0.11.1 |
759 | 2023-08-29T15:07:18.726Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.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"' -C metadata=1210b020c44e48a0 -C extra-filename=-1210b020c44e48a0 --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-31c51a312601614c.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-94995e2f863f5f6e.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-44ed5e3774836f48.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-6b82fd7c2763b3eb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
760 | 2023-08-29T15:07:18.929Z | Compiling tokio-tungstenite v0.20.0 |
761 | 2023-08-29T15:07:18.940Z | Running `/home/build/.rustup/toolchains/1.72.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.20.0/src/lib.rs --error-format=json --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=14986b32c65556a8 -C extra-filename=-14986b32c65556a8 --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-0aa0e796f31115ec.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ee9abcf06cc9a869.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-2430e62c47712d94.rmeta --cap-lints allow` |
762 | 2023-08-29T15:07:19.460Z | Compiling expectorate v1.0.7 |
763 | 2023-08-29T15:07:19.470Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.0.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 -C metadata=88fdfa926222b9fe -C extra-filename=-88fdfa926222b9fe --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-eaf12936b0179efd.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-2ebc7a0d52fa7cff.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-fe7ea527bc95b607.rmeta --cap-lints allow` |
764 | 2023-08-29T15:07:19.670Z | Running `/home/build/.rustup/toolchains/1.72.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=78cf643a1c5ddb02 -C extra-filename=-78cf643a1c5ddb02 --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-c2fb0ba5207debf3.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds` |
765 | 2023-08-29T15:07:19.762Z | Compiling pem v3.0.2 |
766 | 2023-08-29T15:07:19.766Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.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"' -C metadata=594b4ef3385eb9df -C extra-filename=-594b4ef3385eb9df --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-61fe435958798f11.rmeta --cap-lints allow` |
767 | 2023-08-29T15:07:20.637Z | Compiling hyper-staticfile v0.9.5 |
768 | 2023-08-29T15:07:20.641Z | Running `/home/build/.rustup/toolchains/1.72.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=3f439b5a877aad3b -C extra-filename=-3f439b5a877aad3b --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-0aa0e796f31115ec.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-f2dbff6e266064a6.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-1bc7df674b855010.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-9dd7c9c138b1b185.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-5f53abf71bec750d.rmeta --cap-lints allow` |
769 | 2023-08-29T15:07:21.123Z | Compiling hyper-rustls v0.24.1 |
770 | 2023-08-29T15:07:21.127Z | Running `/home/build/.rustup/toolchains/1.72.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.24.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="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=95bf8ee894281149 -C extra-filename=-95bf8ee894281149 --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-0aa0e796f31115ec.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-ee9abcf06cc9a869.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-ad937e5bd7ba3e54.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
771 | 2023-08-29T15:07:21.238Z | Compiling subprocess v0.2.9 |
772 | 2023-08-29T15:07:21.242Z | Running `/home/build/.rustup/toolchains/1.72.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=d5316d8ab6544f9a -C extra-filename=-d5316d8ab6544f9a --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-a8c51ff79180f898.rmeta --cap-lints allow` |
773 | 2023-08-29T15:07:21.556Z | Running `/home/build/.rustup/toolchains/1.72.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=ef80d25ae8516876 -C extra-filename=-ef80d25ae8516876 --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-0cd5a840d87db2b8.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
774 | 2023-08-29T15:07:22.350Z | Compiling schema-derive v0.1.0 |
775 | 2023-08-29T15:07:22.354Z | Running `/home/build/.rustup/toolchains/1.72.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=dea33c912604dfb4 -C extra-filename=-dea33c912604dfb4 --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-60186f369661f247.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro --cap-lints allow` |
776 | 2023-08-29T15:07:25.906Z | Compiling schema v0.1.0 |
777 | 2023-08-29T15:07:25.909Z | Running `/home/build/.rustup/toolchains/1.72.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=2913da13dbc6418e -C extra-filename=-2913da13dbc6418e --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-48584e482e86d3b6.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-dea33c912604dfb4.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rmeta --cap-lints allow` |
778 | 2023-08-29T15:07:26.011Z | Running `/home/build/.rustup/toolchains/1.72.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=85252dc575d07e6f -C extra-filename=-85252dc575d07e6f --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-2913da13dbc6418e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-edc90fe08b4778ac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro` |
779 | 2023-08-29T15:07:28.187Z | Running `/home/build/.rustup/toolchains/1.72.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=b55d3a3f6c684f28 -C extra-filename=-b55d3a3f6c684f28 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
780 | 2023-08-29T15:07:32.676Z | Running `/home/build/.rustup/toolchains/1.72.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=f0c96994a55db0d3 -C extra-filename=-f0c96994a55db0d3 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
781 | 2023-08-29T15:07:32.679Z | Running `/home/build/.rustup/toolchains/1.72.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=dfe6caa804d27d6f -C extra-filename=-dfe6caa804d27d6f --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
782 | 2023-08-29T15:07:32.683Z | Running `/home/build/.rustup/toolchains/1.72.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=81971ba22f5c8fbb -C extra-filename=-81971ba22f5c8fbb --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
783 | 2023-08-29T15:07:32.686Z | Running `/home/build/.rustup/toolchains/1.72.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=1069393024579af8 -C extra-filename=-1069393024579af8 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
784 | 2023-08-29T15:07:32.690Z | Running `/home/build/.rustup/toolchains/1.72.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=85dac1536a8d1c13 -C extra-filename=-85dac1536a8d1c13 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
785 | 2023-08-29T15:07:32.693Z | Running `/home/build/.rustup/toolchains/1.72.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=ca5c3110e4e83621 -C extra-filename=-ca5c3110e4e83621 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
786 | 2023-08-29T15:07:32.697Z | Running `/home/build/.rustup/toolchains/1.72.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=097aa432b14d7313 -C extra-filename=-097aa432b14d7313 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
787 | 2023-08-29T15:07:57.127Z | Running `/home/build/.rustup/toolchains/1.72.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=9d5fc3754c1bccdc -C extra-filename=-9d5fc3754c1bccdc --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
788 | 2023-08-29T15:07:59.409Z | Running `/home/build/.rustup/toolchains/1.72.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=a43b3c0abaebd953 -C extra-filename=-a43b3c0abaebd953 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
789 | 2023-08-29T15:08:07.521Z | Running `/home/build/.rustup/toolchains/1.72.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=bf499e92e6dffc12 -C extra-filename=-bf499e92e6dffc12 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
790 | 2023-08-29T15:08:13.180Z | Running `/home/build/.rustup/toolchains/1.72.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=61735fe24cd0d73e -C extra-filename=-61735fe24cd0d73e --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
791 | 2023-08-29T15:08:27.147Z | Running `/home/build/.rustup/toolchains/1.72.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=8658c1d8b417b8d3 -C extra-filename=-8658c1d8b417b8d3 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
792 | 2023-08-29T15:08:31.855Z | Running `/home/build/.rustup/toolchains/1.72.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=db6b7a9e806968e3 -C extra-filename=-db6b7a9e806968e3 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
793 | 2023-08-29T15:08:35.489Z | Running `/home/build/.rustup/toolchains/1.72.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=66b5f57c4f24b000 -C extra-filename=-66b5f57c4f24b000 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
794 | 2023-08-29T15:08:42.522Z | Running `/home/build/.rustup/toolchains/1.72.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=52d52ed0f5ee332e -C extra-filename=-52d52ed0f5ee332e --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
795 | 2023-08-29T15:08:42.574Z | Running `/home/build/.rustup/toolchains/1.72.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=9c7f6466eb32d900 -C extra-filename=-9c7f6466eb32d900 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
796 | 2023-08-29T15:08:46.695Z | Running `/home/build/.rustup/toolchains/1.72.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=1f698fdd72338a7e -C extra-filename=-1f698fdd72338a7e --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
797 | 2023-08-29T15:08:52.603Z | Running `/home/build/.rustup/toolchains/1.72.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=96bd78d189d45395 -C extra-filename=-96bd78d189d45395 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
798 | 2023-08-29T15:09:07.962Z | Running `/home/build/.rustup/toolchains/1.72.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=89eb457b504004d7 -C extra-filename=-89eb457b504004d7 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
799 | 2023-08-29T15:09:15.731Z | Running `/home/build/.rustup/toolchains/1.72.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=959b24755ed7a55a -C extra-filename=-959b24755ed7a55a --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
800 | 2023-08-29T15:09:17.090Z | Running `/home/build/.rustup/toolchains/1.72.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=fae9efca6c256ffa -C extra-filename=-fae9efca6c256ffa --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
801 | 2023-08-29T15:09:19.860Z | Running `/home/build/.rustup/toolchains/1.72.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=a15cb8b01a3a61d6 -C extra-filename=-a15cb8b01a3a61d6 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
802 | 2023-08-29T15:09:22.328Z | Running `/home/build/.rustup/toolchains/1.72.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=9274c98ab6188a17 -C extra-filename=-9274c98ab6188a17 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
803 | 2023-08-29T15:09:26.855Z | Running `/home/build/.rustup/toolchains/1.72.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=bc0726bf9a739dfa -C extra-filename=-bc0726bf9a739dfa --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
804 | 2023-08-29T15:09:31.285Z | Running `/home/build/.rustup/toolchains/1.72.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=e499c4b306f35657 -C extra-filename=-e499c4b306f35657 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
805 | 2023-08-29T15:09:33.375Z | Running `/home/build/.rustup/toolchains/1.72.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=19ce08e0603297da -C extra-filename=-19ce08e0603297da --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ef80d25ae8516876.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9616d77666f7a34b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
806 | 2023-08-29T15:09:59.440Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 50s |
807 | 2023-08-29T15:09:59.585Z | |
808 | 2023-08-29T15:09:59.588Z | real 3:50.272476668 |
809 | 2023-08-29T15:09:59.591Z | user 23:56.390143561 |
810 | 2023-08-29T15:09:59.594Z | sys 3:03.854805682 |
811 | 2023-08-29T15:09:59.597Z | trap 1.271864547 |
812 | 2023-08-29T15:09:59.600Z | tflt 11.123697174 |
813 | 2023-08-29T15:09:59.603Z | dflt 12.294916964 |
814 | 2023-08-29T15:09:59.606Z | kflt 0.042575450 |
815 | 2023-08-29T15:09:59.609Z | lock 55:54.169151843 |
816 | 2023-08-29T15:09:59.612Z | slp 1:32:17.465206825 |
817 | 2023-08-29T15:09:59.614Z | lat 1:20.020660176 |
818 | 2023-08-29T15:09:59.617Z | stop 28.613234434 |
819 | 2023-08-29T15:09:59.620Z | + banner test |
820 | 2023-08-29T15:09:59.623Z | |
821 | 2023-08-29T15:09:59.626Z | ##### ###### #### ##### |
822 | 2023-08-29T15:09:59.629Z | # # # # |
823 | 2023-08-29T15:09:59.632Z | # ##### #### # |
824 | 2023-08-29T15:09:59.635Z | # # # # |
825 | 2023-08-29T15:09:59.638Z | # # # # # |
826 | 2023-08-29T15:09:59.640Z | # ###### #### # |
827 | 2023-08-29T15:09:59.644Z | |
828 | 2023-08-29T15:09:59.647Z | + ptime -m cargo test --all-features --locked --verbose |
829 | 2023-08-29T15:09:59.980Z | Fresh unicode-ident v1.0.0 |
830 | 2023-08-29T15:09:59.984Z | Fresh cfg-if v1.0.0 |
831 | 2023-08-29T15:09:59.987Z | Fresh itoa v1.0.1 |
832 | 2023-08-29T15:09:59.990Z | Fresh version_check v0.9.4 |
833 | 2023-08-29T15:09:59.994Z | Fresh proc-macro2 v1.0.66 |
834 | 2023-08-29T15:09:59.996Z | Fresh pin-project-lite v0.2.12 |
835 | 2023-08-29T15:09:59.999Z | Fresh quote v1.0.30 |
836 | 2023-08-29T15:10:00.003Z | Fresh libc v0.2.147 |
837 | 2023-08-29T15:10:00.006Z | Fresh autocfg v1.1.0 |
838 | 2023-08-29T15:10:00.010Z | Fresh bytes v1.4.0 |
839 | 2023-08-29T15:10:00.013Z | Fresh once_cell v1.13.1 |
840 | 2023-08-29T15:10:00.016Z | Fresh syn v2.0.29 |
841 | 2023-08-29T15:10:00.020Z | Fresh syn v1.0.109 |
842 | 2023-08-29T15:10:00.023Z | Fresh futures-core v0.3.28 |
843 | 2023-08-29T15:10:00.026Z | Fresh ryu v1.0.5 |
844 | 2023-08-29T15:10:00.029Z | Fresh serde_derive v1.0.171 |
845 | 2023-08-29T15:10:00.044Z | Fresh futures-sink v0.3.28 |
846 | 2023-08-29T15:10:00.048Z | Fresh scopeguard v1.1.0 |
847 | 2023-08-29T15:10:00.052Z | Fresh smallvec v1.7.0 |
848 | 2023-08-29T15:10:00.059Z | Fresh serde v1.0.171 |
849 | 2023-08-29T15:10:00.062Z | Fresh cc v1.0.72 |
850 | 2023-08-29T15:10:00.065Z | Fresh parking_lot_core v0.9.4 |
851 | 2023-08-29T15:10:00.068Z | Fresh lock_api v0.4.6 |
852 | 2023-08-29T15:10:00.071Z | Fresh thiserror-impl v1.0.30 |
853 | 2023-08-29T15:10:00.075Z | Fresh serde_json v1.0.99 |
854 | 2023-08-29T15:10:00.078Z | Fresh ucd-trie v0.1.3 |
855 | 2023-08-29T15:10:00.081Z | Fresh lazy_static v1.4.0 |
856 | 2023-08-29T15:10:00.084Z | Fresh futures-task v0.3.28 |
857 | 2023-08-29T15:10:00.087Z | Fresh pest v2.1.3 |
858 | 2023-08-29T15:10:00.089Z | Fresh futures-channel v0.3.28 |
859 | 2023-08-29T15:10:00.093Z | Fresh memchr v2.4.1 |
860 | 2023-08-29T15:10:00.096Z | Fresh log v0.4.17 |
861 | 2023-08-29T15:10:00.099Z | Fresh thiserror v1.0.30 |
862 | 2023-08-29T15:10:00.103Z | Fresh parking_lot v0.12.1 |
863 | 2023-08-29T15:10:00.106Z | Fresh futures-macro v0.3.28 |
864 | 2023-08-29T15:10:00.109Z | Fresh tokio-macros v2.1.0 |
865 | 2023-08-29T15:10:00.112Z | Fresh getrandom v0.2.3 |
866 | 2023-08-29T15:10:00.115Z | Fresh signal-hook-registry v1.4.0 |
867 | 2023-08-29T15:10:00.118Z | Fresh mio v0.8.8 |
868 | 2023-08-29T15:10:00.121Z | Fresh num_cpus v1.13.0 |
869 | 2023-08-29T15:10:00.124Z | Fresh socket2 v0.5.3 |
870 | 2023-08-29T15:10:00.127Z | Fresh unicode-xid v0.2.2 |
871 | 2023-08-29T15:10:00.130Z | Fresh futures-io v0.3.28 |
872 | 2023-08-29T15:10:00.133Z | Fresh fnv v1.0.7 |
873 | 2023-08-29T15:10:00.136Z | Fresh byteorder v1.4.3 |
874 | 2023-08-29T15:10:00.139Z | Fresh pin-utils v0.1.0 |
875 | 2023-08-29T15:10:00.143Z | Fresh maplit v1.0.2 |
876 | 2023-08-29T15:10:00.146Z | Fresh slab v0.4.5 |
877 | 2023-08-29T15:10:00.149Z | Fresh futures-util v0.3.28 |
878 | 2023-08-29T15:10:00.152Z | Fresh pest_meta v2.1.3 |
879 | 2023-08-29T15:10:00.155Z | Fresh http v0.2.9 |
880 | 2023-08-29T15:10:00.159Z | Fresh synstructure v0.12.6 |
881 | 2023-08-29T15:10:00.162Z | Fresh tokio v1.32.0 |
882 | 2023-08-29T15:10:00.165Z | Fresh typenum v1.14.0 |
883 | 2023-08-29T15:10:00.168Z | Fresh untrusted v0.7.1 |
884 | 2023-08-29T15:10:00.171Z | Fresh spin v0.5.2 |
885 | 2023-08-29T15:10:00.174Z | Fresh pest_generator v2.1.3 |
886 | 2023-08-29T15:10:00.177Z | Fresh generic-array v0.14.5 |
887 | 2023-08-29T15:10:00.180Z | Fresh zerocopy-derive v0.2.0 |
888 | 2023-08-29T15:10:00.183Z | Fresh tracing-core v0.1.21 |
889 | 2023-08-29T15:10:00.186Z | Fresh ring v0.16.20 |
890 | 2023-08-29T15:10:00.189Z | Fresh time-macros v0.2.3 |
891 | 2023-08-29T15:10:00.192Z | Fresh percent-encoding v2.3.0 |
892 | 2023-08-29T15:10:00.195Z | Fresh tinyvec_macros v0.1.0 |
893 | 2023-08-29T15:10:00.198Z | Fresh num_threads v0.1.3 |
894 | 2023-08-29T15:10:00.202Z | Fresh hashbrown v0.12.1 |
895 | 2023-08-29T15:10:00.205Z | Fresh tinyvec v1.5.1 |
896 | 2023-08-29T15:10:00.208Z | Fresh httparse v1.8.0 |
897 | 2023-08-29T15:10:00.211Z | Fresh time v0.3.7 |
898 | 2023-08-29T15:10:00.214Z | Fresh form_urlencoded v1.2.0 |
899 | 2023-08-29T15:10:00.216Z | Fresh indexmap v1.9.3 |
900 | 2023-08-29T15:10:00.219Z | Fresh pest_derive v2.1.0 |
901 | 2023-08-29T15:10:00.222Z | Fresh zerocopy v0.3.0 |
902 | 2023-08-29T15:10:00.226Z | Fresh tracing v0.1.29 |
903 | 2023-08-29T15:10:00.229Z | Fresh slog v2.7.0 |
904 | 2023-08-29T15:10:00.232Z | Fresh dtrace-parser v0.1.14 |
905 | 2023-08-29T15:10:00.235Z | Fresh tokio-util v0.7.7 |
906 | 2023-08-29T15:10:00.238Z | Fresh crossbeam-utils v0.8.15 |
907 | 2023-08-29T15:10:00.241Z | Fresh dof v0.1.5 |
908 | 2023-08-29T15:10:00.245Z | Fresh paste v1.0.14 |
909 | 2023-08-29T15:10:00.248Z | Fresh unicode-normalization v0.1.19 |
910 | 2023-08-29T15:10:00.251Z | Fresh block-buffer v0.10.2 |
911 | 2023-08-29T15:10:00.254Z | Fresh crypto-common v0.1.6 |
912 | 2023-08-29T15:10:00.257Z | Fresh rand_core v0.6.3 |
913 | 2023-08-29T15:10:00.260Z | Fresh thread-id v4.0.0 |
914 | 2023-08-29T15:10:00.263Z | Fresh try-lock v0.2.3 |
915 | 2023-08-29T15:10:00.266Z | Fresh ppv-lite86 v0.2.15 |
916 | 2023-08-29T15:10:00.269Z | Fresh matches v0.1.9 |
917 | 2023-08-29T15:10:00.272Z | Fresh base64 v0.21.3 |
918 | 2023-08-29T15:10:00.276Z | Fresh unicode-bidi v0.3.7 |
919 | 2023-08-29T15:10:00.279Z | Fresh want v0.3.0 |
920 | 2023-08-29T15:10:00.282Z | Fresh rand_chacha v0.3.1 |
921 | 2023-08-29T15:10:00.285Z | Fresh digest v0.10.5 |
922 | 2023-08-29T15:10:00.288Z | Fresh usdt-impl v0.3.5 |
923 | 2023-08-29T15:10:00.291Z | Fresh idna v0.2.3 |
924 | 2023-08-29T15:10:00.294Z | Fresh h2 v0.3.17 |
925 | 2023-08-29T15:10:00.298Z | Fresh unicase v2.6.0 |
926 | 2023-08-29T15:10:00.301Z | Fresh sct v0.7.0 |
927 | 2023-08-29T15:10:00.304Z | Fresh rustls-webpki v0.101.4 |
928 | 2023-08-29T15:10:00.307Z | Fresh http-body v0.4.3 |
929 | 2023-08-29T15:10:00.310Z | Fresh serde_tokenstream v0.2.0 |
930 | 2023-08-29T15:10:00.313Z | Fresh serde_tokenstream v0.1.7 |
931 | 2023-08-29T15:10:00.316Z | Fresh dirs-sys-next v0.1.2 |
932 | 2023-08-29T15:10:00.320Z | Fresh socket2 v0.4.9 |
933 | 2023-08-29T15:10:00.323Z | Fresh tower-service v0.3.1 |
934 | 2023-08-29T15:10:00.326Z | Fresh hashbrown v0.14.0 |
935 | 2023-08-29T15:10:00.329Z | Fresh equivalent v1.0.0 |
936 | 2023-08-29T15:10:00.332Z | Fresh cpufeatures v0.2.2 |
937 | 2023-08-29T15:10:00.335Z | Fresh httpdate v1.0.1 |
938 | 2023-08-29T15:10:00.338Z | Fresh hyper v0.14.27 |
939 | 2023-08-29T15:10:00.341Z | Fresh indexmap v2.0.0 |
940 | 2023-08-29T15:10:00.344Z | Fresh dirs-next v2.0.0 |
941 | 2023-08-29T15:10:00.347Z | Fresh sha1 v0.10.5 |
942 | 2023-08-29T15:10:00.350Z | Fresh rustls v0.21.6 |
943 | 2023-08-29T15:10:00.354Z | Fresh url v2.2.2 |
944 | 2023-08-29T15:10:00.357Z | Fresh rand v0.8.4 |
945 | 2023-08-29T15:10:00.360Z | Fresh num-traits v0.2.14 |
946 | 2023-08-29T15:10:00.363Z | Fresh toml_datetime v0.6.3 |
947 | 2023-08-29T15:10:00.366Z | Fresh serde_spanned v0.6.3 |
948 | 2023-08-29T15:10:00.369Z | Fresh serde_derive_internals v0.26.0 |
949 | 2023-08-29T15:10:00.373Z | Fresh thread_local v1.1.4 |
950 | 2023-08-29T15:10:00.375Z | Fresh winnow v0.4.6 |
951 | 2023-08-29T15:10:00.379Z | Fresh match_cfg v0.1.0 |
952 | 2023-08-29T15:10:00.382Z | Fresh iana-time-zone v0.1.47 |
953 | 2023-08-29T15:10:00.385Z | Fresh base64 v0.13.1 |
954 | 2023-08-29T15:10:00.388Z | Fresh toml_edit v0.19.11 |
955 | 2023-08-29T15:10:00.391Z | Fresh schemars_derive v0.8.12 |
956 | 2023-08-29T15:10:00.394Z | Fresh rustls-pemfile v0.2.1 |
957 | 2023-08-29T15:10:00.397Z | Fresh chrono v0.4.26 |
958 | 2023-08-29T15:10:00.399Z | Fresh hostname v0.3.1 |
959 | 2023-08-29T15:10:00.403Z | Fresh term v0.7.0 |
960 | 2023-08-29T15:10:00.406Z | Fresh tokio-rustls v0.24.1 |
961 | 2023-08-29T15:10:00.409Z | Fresh usdt-attr-macro v0.3.5 |
962 | 2023-08-29T15:10:00.412Z | Fresh usdt-macro v0.3.5 |
963 | 2023-08-29T15:10:00.415Z | Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
964 | 2023-08-29T15:10:00.418Z | Fresh crossbeam-channel v0.5.1 |
965 | 2023-08-29T15:10:00.421Z | Fresh slog-json v2.6.1 |
966 | 2023-08-29T15:10:00.429Z | Running `/home/build/.rustup/toolchains/1.72.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=d100877d8a303013 -C extra-filename=-d100877d8a303013 --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-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-edc90fe08b4778ac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro` |
967 | 2023-08-29T15:10:00.433Z | Fresh futures-executor v0.3.28 |
968 | 2023-08-29T15:10:00.436Z | Fresh uuid v1.4.1 |
969 | 2023-08-29T15:10:00.439Z | Fresh async-stream-impl v0.3.5 |
970 | 2023-08-29T15:10:00.442Z | Fresh errno v0.3.1 |
971 | 2023-08-29T15:10:00.445Z | Fresh atty v0.2.14 |
972 | 2023-08-29T15:10:00.448Z | Fresh unicode-segmentation v1.10.0 |
973 | 2023-08-29T15:10:00.451Z | Fresh mime v0.3.16 |
974 | 2023-08-29T15:10:00.454Z | Fresh atomic-waker v1.1.1 |
975 | 2023-08-29T15:10:00.457Z | Fresh openssl-probe v0.1.4 |
976 | 2023-08-29T15:10:00.460Z | Fresh unicode-width v0.1.9 |
977 | 2023-08-29T15:10:00.463Z | Fresh utf-8 v0.7.6 |
978 | 2023-08-29T15:10:00.466Z | Fresh bitflags v2.4.0 |
979 | 2023-08-29T15:10:00.469Z | Fresh dyn-clone v1.0.4 |
980 | 2023-08-29T15:10:00.472Z | Fresh take_mut v0.2.2 |
981 | 2023-08-29T15:10:00.475Z | Fresh data-encoding v2.4.0 |
982 | 2023-08-29T15:10:00.478Z | Fresh rustix v0.38.8 |
983 | 2023-08-29T15:10:00.481Z | Fresh waitgroup v0.1.2 |
984 | 2023-08-29T15:10:00.484Z | Fresh schemars v0.8.12 |
985 | 2023-08-29T15:10:00.487Z | Fresh tungstenite v0.20.0 |
986 | 2023-08-29T15:10:00.490Z | Fresh slog-async v2.8.0 |
987 | 2023-08-29T15:10:00.493Z | Fresh rustls-native-certs v0.6.1 |
988 | 2023-08-29T15:10:00.496Z | Fresh console v0.15.5 |
989 | 2023-08-29T15:10:00.499Z | Fresh mime_guess v2.0.4 |
990 | 2023-08-29T15:10:00.502Z | Fresh newline-converter v0.3.0 |
991 | 2023-08-29T15:10:00.505Z | Fresh async-stream v0.3.5 |
992 | 2023-08-29T15:10:00.508Z | Fresh futures v0.3.28 |
993 | 2023-08-29T15:10:00.511Z | Fresh slog-term v2.9.0 |
994 | 2023-08-29T15:10:00.514Z | Fresh usdt v0.3.5 |
995 | 2023-08-29T15:10:00.518Z | Fresh slog-bunyan v2.4.0 |
996 | 2023-08-29T15:10:00.521Z | Fresh camino v1.1.6 |
997 | 2023-08-29T15:10:00.524Z | Fresh async-trait v0.1.73 |
998 | 2023-08-29T15:10:00.527Z | Fresh toml v0.7.5 |
999 | 2023-08-29T15:10:00.530Z | Fresh rustls-pemfile v1.0.3 |
1000 | 2023-08-29T15:10:00.533Z | Fresh pem v2.0.1 |
1001 | 2023-08-29T15:10:00.536Z | Fresh concurrent-queue v2.2.0 |
1002 | 2023-08-29T15:10:00.540Z | Fresh openapiv3 v1.0.2 |
1003 | 2023-08-29T15:10:00.543Z | Fresh serde_urlencoded v0.7.1 |
1004 | 2023-08-29T15:10:00.546Z | Fresh yasna v0.5.2 |
1005 | 2023-08-29T15:10:00.550Z | Fresh basic-toml v0.1.1 |
1006 | 2023-08-29T15:10:00.553Z | Fresh serde_path_to_error v0.1.14 |
1007 | 2023-08-29T15:10:00.556Z | Fresh similar v2.2.1 |
1008 | 2023-08-29T15:10:00.559Z | Fresh fastrand v2.0.0 |
1009 | 2023-08-29T15:10:00.562Z | Fresh termcolor v1.1.2 |
1010 | 2023-08-29T15:10:00.565Z | Fresh event-listener v2.5.3 |
1011 | 2023-08-29T15:10:00.569Z | Fresh http-range v0.1.4 |
1012 | 2023-08-29T15:10:00.572Z | Fresh glob v0.3.0 |
1013 | 2023-08-29T15:10:00.575Z | Fresh debug-ignore v1.0.5 |
1014 | 2023-08-29T15:10:00.578Z | Fresh expectorate v1.0.7 |
1015 | 2023-08-29T15:10:00.581Z | Fresh rcgen v0.11.1 |
1016 | 2023-08-29T15:10:00.585Z | Fresh tempfile v3.8.0 |
1017 | 2023-08-29T15:10:00.587Z | Fresh async-channel v1.9.0 |
1018 | 2023-08-29T15:10:00.590Z | Fresh hyper-staticfile v0.9.5 |
1019 | 2023-08-29T15:10:00.594Z | Fresh trybuild v1.0.83 |
1020 | 2023-08-29T15:10:00.597Z | Fresh tokio-tungstenite v0.20.0 |
1021 | 2023-08-29T15:10:00.600Z | Fresh hyper-rustls v0.24.1 |
1022 | 2023-08-29T15:10:00.603Z | Fresh buf-list v1.0.3 |
1023 | 2023-08-29T15:10:00.606Z | Fresh pem v3.0.2 |
1024 | 2023-08-29T15:10:00.609Z | Fresh subprocess v0.2.9 |
1025 | 2023-08-29T15:10:00.612Z | Fresh schema-derive v0.1.0 |
1026 | 2023-08-29T15:10:00.615Z | Fresh schema v0.1.0 |
1027 | 2023-08-29T15:10:01.839Z | Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot) |
1028 | 2023-08-29T15:10:01.843Z | Running `/home/build/.rustup/toolchains/1.72.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=511dfccdb5d271ed -C extra-filename=-511dfccdb5d271ed --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-0cd5a840d87db2b8.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1029 | 2023-08-29T15:10:01.847Z | Running `/home/build/.rustup/toolchains/1.72.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=633b7a149515b16c -C extra-filename=-633b7a149515b16c --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1030 | 2023-08-29T15:10:10.905Z | Running `/home/build/.rustup/toolchains/1.72.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=4638f9671ab413fe -C extra-filename=-4638f9671ab413fe --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1031 | 2023-08-29T15:10:10.909Z | Running `/home/build/.rustup/toolchains/1.72.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=3792bff667bd9f5e -C extra-filename=-3792bff667bd9f5e --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1032 | 2023-08-29T15:10:10.913Z | Running `/home/build/.rustup/toolchains/1.72.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=d0db96663aa5319f -C extra-filename=-d0db96663aa5319f --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1033 | 2023-08-29T15:10:10.916Z | Running `/home/build/.rustup/toolchains/1.72.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=fa432114e3c6dca4 -C extra-filename=-fa432114e3c6dca4 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1034 | 2023-08-29T15:10:10.920Z | Running `/home/build/.rustup/toolchains/1.72.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=66a4f3a60892a7c4 -C extra-filename=-66a4f3a60892a7c4 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1035 | 2023-08-29T15:10:10.924Z | Running `/home/build/.rustup/toolchains/1.72.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=27077871c3276787 -C extra-filename=-27077871c3276787 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1036 | 2023-08-29T15:10:10.928Z | Running `/home/build/.rustup/toolchains/1.72.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=05a636c45ece9edc -C extra-filename=-05a636c45ece9edc --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1037 | 2023-08-29T15:10:34.722Z | Running `/home/build/.rustup/toolchains/1.72.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=361d6ba607d0ce42 -C extra-filename=-361d6ba607d0ce42 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1038 | 2023-08-29T15:10:45.122Z | Running `/home/build/.rustup/toolchains/1.72.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=9708cc3b47e6efd6 -C extra-filename=-9708cc3b47e6efd6 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1039 | 2023-08-29T15:10:45.426Z | Running `/home/build/.rustup/toolchains/1.72.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=d54a9538d10f9459 -C extra-filename=-d54a9538d10f9459 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1040 | 2023-08-29T15:10:45.988Z | Running `/home/build/.rustup/toolchains/1.72.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=b3509f94344a21dd -C extra-filename=-b3509f94344a21dd --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1041 | 2023-08-29T15:10:46.773Z | Running `/home/build/.rustup/toolchains/1.72.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=5ad79e8f434f5d80 -C extra-filename=-5ad79e8f434f5d80 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1042 | 2023-08-29T15:10:46.790Z | Running `/home/build/.rustup/toolchains/1.72.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=0c2fb6298b1fb0cc -C extra-filename=-0c2fb6298b1fb0cc --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1043 | 2023-08-29T15:10:46.815Z | Running `/home/build/.rustup/toolchains/1.72.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=9156b3f6a39385a7 -C extra-filename=-9156b3f6a39385a7 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1044 | 2023-08-29T15:11:07.495Z | Running `/home/build/.rustup/toolchains/1.72.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=c7ef54c8522466e6 -C extra-filename=-c7ef54c8522466e6 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1045 | 2023-08-29T15:11:13.227Z | Running `/home/build/.rustup/toolchains/1.72.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=a1d8bb1088c8b84e -C extra-filename=-a1d8bb1088c8b84e --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1046 | 2023-08-29T15:11:20.775Z | Running `/home/build/.rustup/toolchains/1.72.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=07fcab0a25961b54 -C extra-filename=-07fcab0a25961b54 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1047 | 2023-08-29T15:11:21.703Z | Running `/home/build/.rustup/toolchains/1.72.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=5fed6efb272f0edd -C extra-filename=-5fed6efb272f0edd --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1048 | 2023-08-29T15:11:23.499Z | Running `/home/build/.rustup/toolchains/1.72.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=227324bd331d488d -C extra-filename=-227324bd331d488d --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1049 | 2023-08-29T15:11:23.605Z | Running `/home/build/.rustup/toolchains/1.72.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=6148a600976b06ad -C extra-filename=-6148a600976b06ad --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1050 | 2023-08-29T15:11:30.397Z | Running `/home/build/.rustup/toolchains/1.72.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=d568cbc2017d1c40 -C extra-filename=-d568cbc2017d1c40 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1051 | 2023-08-29T15:11:31.365Z | Running `/home/build/.rustup/toolchains/1.72.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=2e74f0172b1a9098 -C extra-filename=-2e74f0172b1a9098 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1052 | 2023-08-29T15:11:46.421Z | Running `/home/build/.rustup/toolchains/1.72.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=63e8995e56a34326 -C extra-filename=-63e8995e56a34326 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1053 | 2023-08-29T15:11:54.033Z | Running `/home/build/.rustup/toolchains/1.72.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=ea81bab4e5437a9b -C extra-filename=-ea81bab4e5437a9b --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1054 | 2023-08-29T15:12:00.941Z | Running `/home/build/.rustup/toolchains/1.72.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=f5265c6a5208ee78 -C extra-filename=-f5265c6a5208ee78 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1055 | 2023-08-29T15:12:02.676Z | Running `/home/build/.rustup/toolchains/1.72.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=f184eac4cb5f12f2 -C extra-filename=-f184eac4cb5f12f2 --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-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1056 | 2023-08-29T15:12:38.143Z | Finished test [unoptimized + debuginfo] target(s) in 2m 38s |
1057 | 2023-08-29T15:12:38.171Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-633b7a149515b16c` |
1058 | 2023-08-29T15:12:38.181Z | |
1059 | 2023-08-29T15:12:38.184Z | running 94 tests |
1060 | 2023-08-29T15:12:38.187Z | test api_description::test::test_badpath4 - should panic ... ok |
1061 | 2023-08-29T15:12:38.190Z | test api_description::test::test_tags_need_one ... ok |
1062 | 2023-08-29T15:12:38.193Z | test api_description::test::test_tags_too_many ... ok |
1063 | 2023-08-29T15:12:38.196Z | test api_description::test::test_badpath1 ... ok |
1064 | 2023-08-29T15:12:38.199Z | test api_description::test::test_dup_names ... ok |
1065 | 2023-08-29T15:12:38.202Z | test api_description::test::test_badpath2 ... ok |
1066 | 2023-08-29T15:12:38.206Z | test error::test::test_serialize_error_response_body ... ok |
1067 | 2023-08-29T15:12:38.209Z | test api_description::test::test_tags_just_right ... ok |
1068 | 2023-08-29T15:12:38.212Z | test api_description::test::test_badpath3 ... ok |
1069 | 2023-08-29T15:12:38.220Z | test extractor::metadata::test::test_metadata_flattened ... ok |
1070 | 2023-08-29T15:12:38.223Z | test extractor::metadata::test::test_metadata_simple ... ok |
1071 | 2023-08-29T15:12:38.226Z | test extractor::metadata::test::test_metadata_pagination ... ok |
1072 | 2023-08-29T15:12:38.229Z | test from_map::test::test_deep ... ok |
1073 | 2023-08-29T15:12:38.232Z | test from_map::test::test_lone_literal ... ok |
1074 | 2023-08-29T15:12:38.235Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
1075 | 2023-08-29T15:12:38.239Z | test from_map::test::test_missing_data2 ... ok |
1076 | 2023-08-29T15:12:38.242Z | test from_map::test::test_missing_data1 ... ok |
1077 | 2023-08-29T15:12:38.245Z | test from_map::test::test_types ... ok |
1078 | 2023-08-29T15:12:38.248Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
1079 | 2023-08-29T15:12:38.251Z | test logging::test::test_config_bad_terminal_no_level ... ok |
1080 | 2023-08-29T15:12:38.254Z | test logging::test::test_config_bad_log_mode ... ok |
1081 | 2023-08-29T15:12:38.257Z | test logging::test::test_config_bad_file_no_file ... ok |
1082 | 2023-08-29T15:12:38.260Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
1083 | 2023-08-29T15:12:38.263Z | test logging::test::test_config_bad_file_no_level ... ok |
1084 | 2023-08-29T15:12:38.266Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
1085 | 2023-08-29T15:12:38.269Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
1086 | 2023-08-29T15:12:38.272Z | test pagination::test::test_pagination_schema ... ok |
1087 | 2023-08-29T15:12:38.275Z | test pagination::test::test_page_token_serialization ... ok |
1088 | 2023-08-29T15:12:38.278Z | test pagination::test::test_pagparams_parsing ... ok |
1089 | 2023-08-29T15:12:38.281Z | test pagination::test::test_results_page ... ok |
1090 | 2023-08-29T15:12:38.284Z | test router::test::test_bad_path_segment2 - should panic ... ok |
1091 | 2023-08-29T15:12:38.287Z | test router::test::test_bad_path_segment4 - should panic ... ok |
1092 | 2023-08-29T15:12:38.290Z | test router::test::test_bad_path_segment1 - should panic ... ok |
1093 | 2023-08-29T15:12:38.294Z | test router::test::test_bad_path_segment3 - should panic ... ok |
1094 | 2023-08-29T15:12:38.297Z | test router::test::test_bogus_regex - should panic ... ok |
1095 | 2023-08-29T15:12:38.301Z | test api_description::test::test_tags_set ... ok |
1096 | 2023-08-29T15:12:38.304Z | test router::test::test_duplicate_route1 - should panic ... ok |
1097 | 2023-08-29T15:12:38.307Z | test router::test::test_duplicate_route2 - should panic ... ok |
1098 | 2023-08-29T15:12:38.311Z | test logging::test::test_config_stderr_terminal ... ok |
1099 | 2023-08-29T15:12:38.313Z | test router::test::test_duplicate_route3 - should panic ... ok |
1100 | 2023-08-29T15:12:38.316Z | test router::test::test_duplicate_varname - should panic ... ok |
1101 | 2023-08-29T15:12:38.319Z | test router::test::test_inconsistent_varname - should panic ... ok |
1102 | 2023-08-29T15:12:38.322Z | test router::test::test_embedded_non_variable ... ok |
1103 | 2023-08-29T15:12:38.326Z | test router::test::test_empty_variable ... ok |
1104 | 2023-08-29T15:12:38.329Z | test router::test::test_iter_null ... ok |
1105 | 2023-08-29T15:12:38.331Z | test router::test::test_map ... ok |
1106 | 2023-08-29T15:12:38.334Z | test router::test::test_error_cases ... ok |
1107 | 2023-08-29T15:12:38.337Z | test router::test::test_literal_after_variable - should panic ... ok |
1108 | 2023-08-29T15:12:38.340Z | test router::test::test_iter ... ok |
1109 | 2023-08-29T15:12:38.343Z | test router::test::test_map_bad_value ... ok |
1110 | 2023-08-29T15:12:38.347Z | test router::test::test_map_bad_seq ... ok |
1111 | 2023-08-29T15:12:38.349Z | test router::test::test_literal_after_regex - should panic ... ok |
1112 | 2023-08-29T15:12:38.352Z | test router::test::test_path_segment ... ok |
1113 | 2023-08-29T15:12:38.355Z | test router::test::test_router_basic ... ok |
1114 | 2023-08-29T15:12:38.358Z | test router::test::test_more_after_regex - should panic ... ok |
1115 | 2023-08-29T15:12:38.361Z | test router::test::test_segments ... ok |
1116 | 2023-08-29T15:12:38.364Z | test router::test::test_iter2 ... ok |
1117 | 2023-08-29T15:12:38.367Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
1118 | 2023-08-29T15:12:38.370Z | test router::test::test_variable_name_bad_end - should panic ... ok |
1119 | 2023-08-29T15:12:38.373Z | test router::test::test_variable_after_literal - should panic ... ok |
1120 | 2023-08-29T15:12:38.376Z | test router::test::test_variable_name_bad_start - should panic ... ok |
1121 | 2023-08-29T15:12:38.379Z | test router::test::test_variables_glob ... ok |
1122 | 2023-08-29T15:12:38.383Z | test router::test::test_variable_name_empty - should panic ... ok |
1123 | 2023-08-29T15:12:38.386Z | test router::test::test_variables_basic ... ok |
1124 | 2023-08-29T15:12:38.389Z | test schema_util::test::test_empty_struct ... ok |
1125 | 2023-08-29T15:12:38.392Z | test router::test::test_variable_rename ... ok |
1126 | 2023-08-29T15:12:38.395Z | test schema_util::test::test_bad_schema - should panic ... ok |
1127 | 2023-08-29T15:12:38.398Z | test logging::test::test_config_file ... ok |
1128 | 2023-08-29T15:12:38.401Z | test router::test::test_variables_multi ... ok |
1129 | 2023-08-29T15:12:38.403Z | test schema_util::test::test_nullable ... ok |
1130 | 2023-08-29T15:12:38.406Z | test schema_util::test::test_additional_properties ... ok |
1131 | 2023-08-29T15:12:38.409Z | test schema_util::test::test_two_types - should panic ... ok |
1132 | 2023-08-29T15:12:38.412Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
1133 | 2023-08-29T15:12:38.415Z | test test_util::test::test_bunyan_easy_cases ... ok |
1134 | 2023-08-29T15:12:38.418Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-5fed6efb272f0edd` |
1135 | 2023-08-29T15:12:38.424Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
1136 | 2023-08-29T15:12:38.427Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
1137 | 2023-08-29T15:12:38.430Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
1138 | 2023-08-29T15:12:38.433Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
1139 | 2023-08-29T15:12:38.436Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
1140 | 2023-08-29T15:12:38.439Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
1141 | 2023-08-29T15:12:38.442Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
1142 | 2023-08-29T15:12:38.445Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
1143 | 2023-08-29T15:12:38.448Z | test to_map::test::test_to_map_num ... ok |
1144 | 2023-08-29T15:12:38.451Z | test to_map::test::test_to_map_enum ... ok |
1145 | 2023-08-29T15:12:38.454Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
1146 | 2023-08-29T15:12:38.456Z | test to_map::test::test_to_map_seq ... ok |
1147 | 2023-08-29T15:12:38.460Z | test type_util::tests::test_commented_ref ... ok |
1148 | 2023-08-29T15:12:38.463Z | test to_map::test::test_to_map_vec ... ok |
1149 | 2023-08-29T15:12:38.466Z | test to_map::test::test_to_map_valid ... ok |
1150 | 2023-08-29T15:12:38.469Z | test type_util::tests::test_reflexive_type - should panic ... ok |
1151 | 2023-08-29T15:12:38.472Z | test type_util::tests::test_recursive_type - should panic ... ok |
1152 | 2023-08-29T15:12:38.475Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
1153 | 2023-08-29T15:12:38.478Z | test server::test::test_drop_server_without_close_okay ... ok |
1154 | 2023-08-29T15:12:38.481Z | test server::test::test_server_run_then_close ... ok |
1155 | 2023-08-29T15:12:38.484Z | |
1156 | 2023-08-29T15:12:38.487Z | test result: ok. 94 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
1157 | 2023-08-29T15:12:38.490Z | |
1158 | 2023-08-29T15:12:38.493Z | |
1159 | 2023-08-29T15:12:38.496Z | running 1 test |
1160 | 2023-08-29T15:12:38.767Z | Compiling proc-macro2 v1.0.66 |
1161 | 2023-08-29T15:12:38.770Z | Compiling quote v1.0.30 |
1162 | 2023-08-29T15:12:38.773Z | Compiling unicode-ident v1.0.0 |
1163 | 2023-08-29T15:12:38.776Z | Compiling libc v0.2.147 |
1164 | 2023-08-29T15:12:38.779Z | Compiling serde v1.0.171 |
1165 | 2023-08-29T15:12:38.782Z | Checking cfg-if v1.0.0 |
1166 | 2023-08-29T15:12:38.785Z | Compiling syn v1.0.109 |
1167 | 2023-08-29T15:12:38.789Z | Compiling version_check v0.9.4 |
1168 | 2023-08-29T15:12:38.882Z | Checking itoa v1.0.1 |
1169 | 2023-08-29T15:12:39.040Z | Compiling ryu v1.0.5 |
1170 | 2023-08-29T15:12:39.190Z | Checking pin-project-lite v0.2.12 |
1171 | 2023-08-29T15:12:39.364Z | Compiling futures-core v0.3.28 |
1172 | 2023-08-29T15:12:40.037Z | Compiling autocfg v1.1.0 |
1173 | 2023-08-29T15:12:40.208Z | Compiling serde_json v1.0.99 |
1174 | 2023-08-29T15:12:40.225Z | Checking bytes v1.4.0 |
1175 | 2023-08-29T15:12:40.259Z | Compiling unicode-xid v0.2.2 |
1176 | 2023-08-29T15:12:40.503Z | Compiling ucd-trie v0.1.3 |
1177 | 2023-08-29T15:12:40.566Z | Compiling parking_lot_core v0.9.4 |
1178 | 2023-08-29T15:12:40.707Z | Compiling futures-task v0.3.28 |
1179 | 2023-08-29T15:12:41.140Z | Compiling pest v2.1.3 |
1180 | 2023-08-29T15:12:41.288Z | Checking futures-sink v0.3.28 |
1181 | 2023-08-29T15:12:41.357Z | Compiling maplit v1.0.2 |
1182 | 2023-08-29T15:12:41.474Z | Checking scopeguard v1.1.0 |
1183 | 2023-08-29T15:12:41.500Z | Compiling cc v1.0.72 |
1184 | 2023-08-29T15:12:41.640Z | Checking smallvec v1.7.0 |
1185 | 2023-08-29T15:12:41.722Z | Compiling futures-channel v0.3.28 |
1186 | 2023-08-29T15:12:41.727Z | Compiling log v0.4.17 |
1187 | 2023-08-29T15:12:42.174Z | Compiling syn v2.0.29 |
1188 | 2023-08-29T15:12:42.297Z | Checking once_cell v1.13.1 |
1189 | 2023-08-29T15:12:42.300Z | Compiling memchr v2.4.1 |
1190 | 2023-08-29T15:12:42.749Z | Checking lock_api v0.4.6 |
1191 | 2023-08-29T15:12:43.294Z | Checking lazy_static v1.4.0 |
1192 | 2023-08-29T15:12:43.339Z | Compiling futures-util v0.3.28 |
1193 | 2023-08-29T15:12:43.347Z | Compiling typenum v1.14.0 |
1194 | 2023-08-29T15:12:43.423Z | Compiling pest_meta v2.1.3 |
1195 | 2023-08-29T15:12:43.469Z | Checking parking_lot v0.12.1 |
1196 | 2023-08-29T15:12:44.824Z | Checking signal-hook-registry v1.4.0 |
1197 | 2023-08-29T15:12:44.988Z | Checking socket2 v0.5.3 |
1198 | 2023-08-29T15:12:45.199Z | Checking num_cpus v1.13.0 |
1199 | 2023-08-29T15:12:45.302Z | Checking getrandom v0.2.3 |
1200 | 2023-08-29T15:12:45.347Z | Checking mio v0.8.8 |
1201 | 2023-08-29T15:12:45.633Z | Compiling generic-array v0.14.5 |
1202 | 2023-08-29T15:12:45.713Z | Checking pin-utils v0.1.0 |
1203 | 2023-08-29T15:12:45.817Z | Checking futures-io v0.3.28 |
1204 | 2023-08-29T15:12:45.825Z | Checking fnv v1.0.7 |
1205 | 2023-08-29T15:12:45.984Z | Checking slab v0.4.5 |
1206 | 2023-08-29T15:12:46.066Z | Checking http v0.2.9 |
1207 | 2023-08-29T15:12:46.318Z | Compiling indexmap v1.9.3 |
1208 | 2023-08-29T15:12:46.448Z | Compiling usdt-impl v0.3.5 |
1209 | 2023-08-29T15:12:46.842Z | Compiling unicase v2.6.0 |
1210 | 2023-08-29T15:12:46.930Z | Compiling ring v0.16.20 |
1211 | 2023-08-29T15:12:47.027Z | Checking untrusted v0.7.1 |
1212 | 2023-08-29T15:12:47.271Z | Checking spin v0.5.2 |
1213 | 2023-08-29T15:12:47.369Z | Compiling httparse v1.8.0 |
1214 | 2023-08-29T15:12:47.583Z | Checking tracing-core v0.1.21 |
1215 | 2023-08-29T15:12:48.296Z | Compiling slog v2.7.0 |
1216 | 2023-08-29T15:12:48.318Z | Checking hashbrown v0.12.1 |
1217 | 2023-08-29T15:12:48.526Z | Checking percent-encoding v2.3.0 |
1218 | 2023-08-29T15:12:48.828Z | Compiling byteorder v1.4.3 |
1219 | 2023-08-29T15:12:49.197Z | Checking num_threads v0.1.3 |
1220 | 2023-08-29T15:12:49.345Z | Checking tinyvec_macros v0.1.0 |
1221 | 2023-08-29T15:12:49.746Z | Compiling time-macros v0.2.3 |
1222 | 2023-08-29T15:12:49.985Z | Compiling crossbeam-utils v0.8.15 |
1223 | 2023-08-29T15:12:50.174Z | Checking tinyvec v1.5.1 |
1224 | 2023-08-29T15:12:50.673Z | Checking form_urlencoded v1.2.0 |
1225 | 2023-08-29T15:12:50.921Z | Checking tracing v0.1.29 |
1226 | 2023-08-29T15:12:52.443Z | Checking unicode-normalization v0.1.19 |
1227 | 2023-08-29T15:12:53.263Z | Compiling synstructure v0.12.6 |
1228 | 2023-08-29T15:12:53.448Z | Compiling pest_generator v2.1.3 |
1229 | 2023-08-29T15:12:54.216Z | Compiling thread-id v4.0.0 |
1230 | 2023-08-29T15:12:54.542Z | Checking time v0.3.7 |
1231 | 2023-08-29T15:12:54.784Z | Checking crypto-common v0.1.6 |
1232 | 2023-08-29T15:12:55.028Z | Checking block-buffer v0.10.2 |
1233 | 2023-08-29T15:12:55.362Z | Checking rand_core v0.6.3 |
1234 | 2023-08-29T15:12:55.514Z | Compiling num-traits v0.2.14 |
1235 | 2023-08-29T15:12:55.882Z | Checking ppv-lite86 v0.2.15 |
1236 | 2023-08-29T15:12:56.036Z | Checking base64 v0.21.3 |
1237 | 2023-08-29T15:12:56.279Z | Checking matches v0.1.9 |
1238 | 2023-08-29T15:12:56.693Z | Compiling rustls v0.21.6 |
1239 | 2023-08-29T15:12:56.793Z | Checking unicode-bidi v0.3.7 |
1240 | 2023-08-29T15:12:57.005Z | Checking try-lock v0.2.3 |
1241 | 2023-08-29T15:12:57.080Z | Checking rand_chacha v0.3.1 |
1242 | 2023-08-29T15:12:57.186Z | Checking want v0.3.0 |
1243 | 2023-08-29T15:12:57.387Z | Checking idna v0.2.3 |
1244 | 2023-08-29T15:12:57.698Z | Checking digest v0.10.5 |
1245 | 2023-08-29T15:12:57.965Z | Checking http-body v0.4.3 |
1246 | 2023-08-29T15:12:58.185Z | Checking socket2 v0.4.9 |
1247 | 2023-08-29T15:12:58.188Z | Checking sct v0.7.0 |
1248 | 2023-08-29T15:12:58.280Z | Checking rustls-webpki v0.101.4 |
1249 | 2023-08-29T15:12:58.416Z | Checking dirs-sys-next v0.1.2 |
1250 | 2023-08-29T15:12:58.547Z | Checking equivalent v1.0.0 |
1251 | 2023-08-29T15:12:58.661Z | Checking httpdate v1.0.1 |
1252 | 2023-08-29T15:12:58.682Z | Checking cpufeatures v0.2.2 |
1253 | 2023-08-29T15:12:58.796Z | Checking hashbrown v0.14.0 |
1254 | 2023-08-29T15:12:58.853Z | Checking tower-service v0.3.1 |
1255 | 2023-08-29T15:12:58.870Z | Checking url v2.2.2 |
1256 | 2023-08-29T15:12:59.010Z | Checking sha1 v0.10.5 |
1257 | 2023-08-29T15:12:59.014Z | Checking dirs-next v2.0.0 |
1258 | 2023-08-29T15:12:59.360Z | Compiling mime_guess v2.0.4 |
1259 | 2023-08-29T15:13:00.208Z | Checking rand v0.8.4 |
1260 | 2023-08-29T15:13:00.527Z | Checking indexmap v2.0.0 |
1261 | 2023-08-29T15:13:01.828Z | Compiling serde_derive_internals v0.26.0 |
1262 | 2023-08-29T15:13:02.240Z | Checking thread_local v1.1.4 |
1263 | 2023-08-29T15:13:02.420Z | Compiling async-trait v0.1.73 |
1264 | 2023-08-29T15:13:02.526Z | Compiling schemars v0.8.12 |
1265 | 2023-08-29T15:13:02.647Z | Checking iana-time-zone v0.1.47 |
1266 | 2023-08-29T15:13:02.850Z | Compiling slog-async v2.8.0 |
1267 | 2023-08-29T15:13:03.119Z | Compiling rustix v0.38.8 |
1268 | 2023-08-29T15:13:03.355Z | Compiling paste v1.0.14 |
1269 | 2023-08-29T15:13:03.444Z | Compiling serde_derive v1.0.171 |
1270 | 2023-08-29T15:13:03.761Z | Compiling futures-macro v0.3.28 |
1271 | 2023-08-29T15:13:04.284Z | Compiling tokio-macros v2.1.0 |
1272 | 2023-08-29T15:13:04.564Z | Compiling camino v1.1.6 |
1273 | 2023-08-29T15:13:04.810Z | Checking match_cfg v0.1.0 |
1274 | 2023-08-29T15:13:04.926Z | Checking winnow v0.4.6 |
1275 | 2023-08-29T15:13:05.700Z | Checking base64 v0.13.1 |
1276 | 2023-08-29T15:13:06.365Z | Checking rustls-pemfile v0.2.1 |
1277 | 2023-08-29T15:13:06.694Z | Checking hostname v0.3.1 |
1278 | 2023-08-29T15:13:07.189Z | Compiling async-stream-impl v0.3.5 |
1279 | 2023-08-29T15:13:08.182Z | Checking tokio v1.32.0 |
1280 | 2023-08-29T15:13:08.467Z | Checking term v0.7.0 |
1281 | 2023-08-29T15:13:08.725Z | Checking crossbeam-channel v0.5.1 |
1282 | 2023-08-29T15:13:09.142Z | Checking atty v0.2.14 |
1283 | 2023-08-29T15:13:09.304Z | Checking errno v0.3.1 |
1284 | 2023-08-29T15:13:09.551Z | Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot) |
1285 | 2023-08-29T15:13:09.714Z | Checking dyn-clone v1.0.4 |
1286 | 2023-08-29T15:13:09.872Z | Checking bitflags v2.4.0 |
1287 | 2023-08-29T15:13:10.026Z | Checking unicode-width v0.1.9 |
1288 | 2023-08-29T15:13:10.093Z | Checking unicode-segmentation v1.10.0 |
1289 | 2023-08-29T15:13:10.142Z | Compiling thiserror-impl v1.0.30 |
1290 | 2023-08-29T15:13:10.228Z | Compiling zerocopy-derive v0.2.0 |
1291 | 2023-08-29T15:13:10.276Z | Compiling pest_derive v2.1.0 |
1292 | 2023-08-29T15:13:10.392Z | Compiling schemars_derive v0.8.12 |
1293 | 2023-08-29T15:13:11.131Z | Checking data-encoding v2.4.0 |
1294 | 2023-08-29T15:13:12.024Z | Checking atomic-waker v1.1.1 |
1295 | 2023-08-29T15:13:12.219Z | Checking openssl-probe v0.1.4 |
1296 | 2023-08-29T15:13:12.315Z | Checking mime v0.3.16 |
1297 | 2023-08-29T15:13:12.424Z | Checking take_mut v0.2.2 |
1298 | 2023-08-29T15:13:12.633Z | Compiling buf-list v1.0.3 |
1299 | 2023-08-29T15:13:12.800Z | Checking utf-8 v0.7.6 |
1300 | 2023-08-29T15:13:14.225Z | Checking rustls-native-certs v0.6.1 |
1301 | 2023-08-29T15:13:14.301Z | Checking waitgroup v0.1.2 |
1302 | 2023-08-29T15:13:14.502Z | Checking newline-converter v0.3.0 |
1303 | 2023-08-29T15:13:14.565Z | Checking async-stream v0.3.5 |
1304 | 2023-08-29T15:13:14.856Z | Checking console v0.15.5 |
1305 | 2023-08-29T15:13:15.170Z | Compiling zerocopy v0.3.0 |
1306 | 2023-08-29T15:13:16.567Z | Checking slog-term v2.9.0 |
1307 | 2023-08-29T15:13:17.256Z | Checking futures-executor v0.3.28 |
1308 | 2023-08-29T15:13:17.341Z | Checking rustls-pemfile v1.0.3 |
1309 | 2023-08-29T15:13:17.590Z | Checking futures v0.3.28 |
1310 | 2023-08-29T15:13:17.605Z | Checking pem v2.0.1 |
1311 | 2023-08-29T15:13:17.737Z | Checking yasna v0.5.2 |
1312 | 2023-08-29T15:13:17.986Z | Checking concurrent-queue v2.2.0 |
1313 | 2023-08-29T15:13:18.002Z | Checking event-listener v2.5.3 |
1314 | 2023-08-29T15:13:18.101Z | Checking thiserror v1.0.30 |
1315 | 2023-08-29T15:13:18.289Z | Checking dof v0.1.5 |
1316 | 2023-08-29T15:13:18.448Z | Compiling dtrace-parser v0.1.14 |
1317 | 2023-08-29T15:13:19.182Z | Checking tungstenite v0.20.0 |
1318 | 2023-08-29T15:13:19.415Z | Checking http-range v0.1.4 |
1319 | 2023-08-29T15:13:19.704Z | Checking debug-ignore v1.0.5 |
1320 | 2023-08-29T15:13:19.847Z | Checking tokio-util v0.7.7 |
1321 | 2023-08-29T15:13:19.850Z | Checking tokio-rustls v0.24.1 |
1322 | 2023-08-29T15:13:19.889Z | Checking similar v2.2.1 |
1323 | 2023-08-29T15:13:20.396Z | Checking fastrand v2.0.0 |
1324 | 2023-08-29T15:13:20.456Z | Checking rcgen v0.11.1 |
1325 | 2023-08-29T15:13:20.725Z | Checking tokio-tungstenite v0.20.0 |
1326 | 2023-08-29T15:13:20.894Z | Checking tempfile v3.8.0 |
1327 | 2023-08-29T15:13:20.983Z | Checking async-channel v1.9.0 |
1328 | 2023-08-29T15:13:21.058Z | Checking expectorate v1.0.7 |
1329 | 2023-08-29T15:13:21.357Z | Checking pem v3.0.2 |
1330 | 2023-08-29T15:13:21.360Z | Checking subprocess v0.2.9 |
1331 | 2023-08-29T15:13:27.301Z | Checking serde_spanned v0.6.3 |
1332 | 2023-08-29T15:13:27.304Z | Checking toml_datetime v0.6.3 |
1333 | 2023-08-29T15:13:27.307Z | Checking chrono v0.4.26 |
1334 | 2023-08-29T15:13:27.310Z | Checking uuid v1.4.1 |
1335 | 2023-08-29T15:13:27.576Z | Checking serde_path_to_error v0.1.14 |
1336 | 2023-08-29T15:13:27.705Z | Checking toml_edit v0.19.11 |
1337 | 2023-08-29T15:13:28.084Z | Checking serde_urlencoded v0.7.1 |
1338 | 2023-08-29T15:13:28.618Z | Checking h2 v0.3.17 |
1339 | 2023-08-29T15:13:28.705Z | Compiling serde_tokenstream v0.1.7 |
1340 | 2023-08-29T15:13:28.708Z | Compiling serde_tokenstream v0.2.0 |
1341 | 2023-08-29T15:13:29.587Z | Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
1342 | 2023-08-29T15:13:29.614Z | Checking slog-json v2.6.1 |
1343 | 2023-08-29T15:13:29.617Z | Checking openapiv3 v1.0.2 |
1344 | 2023-08-29T15:13:30.008Z | Checking slog-bunyan v2.4.0 |
1345 | 2023-08-29T15:13:31.355Z | Checking toml v0.7.5 |
1346 | 2023-08-29T15:13:33.858Z | Compiling usdt-macro v0.3.5 |
1347 | 2023-08-29T15:13:33.862Z | Compiling usdt-attr-macro v0.3.5 |
1348 | 2023-08-29T15:13:34.241Z | Checking hyper v0.14.27 |
1349 | 2023-08-29T15:13:36.088Z | Checking usdt v0.3.5 |
1350 | 2023-08-29T15:13:38.220Z | test fail has been running for over 60 seconds |
1351 | 2023-08-29T15:13:38.727Z | Checking hyper-rustls v0.24.1 |
1352 | 2023-08-29T15:13:38.730Z | Checking hyper-staticfile v0.9.5 |
1353 | 2023-08-29T15:13:42.327Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
1354 | 2023-08-29T15:13:42.407Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 04s |
1355 | 2023-08-29T15:13:42.447Z | |
1356 | 2023-08-29T15:13:42.450Z | |
1357 | 2023-08-29T15:13:43.264Z | test tests/fail/bad_endpoint1.rs ... ok |
1358 | 2023-08-29T15:13:44.302Z | test tests/fail/bad_endpoint10.rs ... ok |
1359 | 2023-08-29T15:13:45.037Z | test tests/fail/bad_endpoint11.rs ... ok |
1360 | 2023-08-29T15:13:45.920Z | test tests/fail/bad_endpoint12.rs ... ok |
1361 | 2023-08-29T15:13:46.890Z | test tests/fail/bad_endpoint13.rs ... ok |
1362 | 2023-08-29T15:13:47.669Z | test tests/fail/bad_endpoint14.rs ... ok |
1363 | 2023-08-29T15:13:48.587Z | test tests/fail/bad_endpoint15.rs ... ok |
1364 | 2023-08-29T15:13:49.260Z | test tests/fail/bad_endpoint16.rs ... ok |
1365 | 2023-08-29T15:13:50.206Z | test tests/fail/bad_endpoint17.rs ... ok |
1366 | 2023-08-29T15:13:51.151Z | test tests/fail/bad_endpoint18.rs ... ok |
1367 | 2023-08-29T15:13:52.097Z | test tests/fail/bad_endpoint19.rs ... ok |
1368 | 2023-08-29T15:13:52.973Z | test tests/fail/bad_endpoint2.rs ... ok |
1369 | 2023-08-29T15:13:53.873Z | test tests/fail/bad_endpoint3.rs ... ok |
1370 | 2023-08-29T15:13:54.756Z | test tests/fail/bad_endpoint4.rs ... ok |
1371 | 2023-08-29T15:13:55.642Z | test tests/fail/bad_endpoint5.rs ... ok |
1372 | 2023-08-29T15:13:56.576Z | test tests/fail/bad_endpoint6.rs ... ok |
1373 | 2023-08-29T15:13:57.449Z | test tests/fail/bad_endpoint7.rs ... ok |
1374 | 2023-08-29T15:13:58.175Z | test tests/fail/bad_endpoint8.rs ... ok |
1375 | 2023-08-29T15:13:59.077Z | test tests/fail/bad_endpoint9.rs ... ok |
1376 | 2023-08-29T15:13:59.831Z | test tests/fail/unused_endpoint.rs ... ok |
1377 | 2023-08-29T15:13:59.834Z | |
1378 | 2023-08-29T15:13:59.837Z | |
1379 | 2023-08-29T15:13:59.840Z | test fail ... ok |
1380 | 2023-08-29T15:13:59.843Z | |
1381 | 2023-08-29T15:13:59.846Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 81.61s |
1382 | 2023-08-29T15:13:59.849Z | |
1383 | 2023-08-29T15:13:59.852Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-227324bd331d488d` |
1384 | 2023-08-29T15:13:59.855Z | |
1385 | 2023-08-29T15:13:59.858Z | running 10 tests |
1386 | 2023-08-29T15:13:59.861Z | test test_config_bad_request_body_max_bytes_too_large ... ok |
1387 | 2023-08-29T15:13:59.864Z | test test_config_bad_bind_address_garbage ... ok |
1388 | 2023-08-29T15:13:59.867Z | test test_config_bad_bind_address_port_too_large ... ok |
1389 | 2023-08-29T15:13:59.870Z | test test_config_bad_request_body_max_bytes_negative ... ok |
1390 | 2023-08-29T15:13:59.873Z | test test_config_bad_bind_address_port_too_small ... ok |
1391 | 2023-08-29T15:13:59.876Z | test test_config_handler_task_mode_detached ... ok |
1392 | 2023-08-29T15:13:59.879Z | test test_config_handler_task_mode_cancel ... ok |
1393 | 2023-08-29T15:13:59.882Z | test test_config_bind_address_http ... ok |
1394 | 2023-08-29T15:13:59.885Z | test test_config_bind_address_https_buffer ... ok |
1395 | 2023-08-29T15:13:59.888Z | test test_config_bind_address_https ... ok |
1396 | 2023-08-29T15:13:59.891Z | |
1397 | 2023-08-29T15:13:59.894Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
1398 | 2023-08-29T15:13:59.897Z | |
1399 | 2023-08-29T15:13:59.900Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-63e8995e56a34326` |
1400 | 2023-08-29T15:13:59.903Z | |
1401 | 2023-08-29T15:13:59.906Z | running 20 tests |
1402 | 2023-08-29T15:13:59.917Z | test test_307_temporary_redirect ... ok |
1403 | 2023-08-29T15:13:59.920Z | test test_302_bogus ... ok |
1404 | 2023-08-29T15:13:59.923Z | test test_302_found ... ok |
1405 | 2023-08-29T15:13:59.926Z | test test_delete_request ... ok |
1406 | 2023-08-29T15:13:59.931Z | test test_demo1 ... ok |
1407 | 2023-08-29T15:13:59.934Z | test test_303_see_other ... ok |
1408 | 2023-08-29T15:13:59.938Z | test test_demo2query ... ok |
1409 | 2023-08-29T15:13:59.940Z | test test_demo_path_param_u32 ... ok |
1410 | 2023-08-29T15:13:59.943Z | test test_demo3json ... ok |
1411 | 2023-08-29T15:13:59.946Z | test test_demo_path_param_uuid ... ok |
1412 | 2023-08-29T15:13:59.949Z | test test_demo_websocket ... ok |
1413 | 2023-08-29T15:13:59.952Z | test test_demo2json ... ok |
1414 | 2023-08-29T15:13:59.955Z | test test_header_request ... ok |
1415 | 2023-08-29T15:13:59.958Z | test test_demo2urlencoded ... ok |
1416 | 2023-08-29T15:13:59.961Z | test test_request_remote_addr ... ok |
1417 | 2023-08-29T15:13:59.964Z | test test_raw_request ... ok |
1418 | 2023-08-29T15:13:59.967Z | test test_request_compat ... ok |
1419 | 2023-08-29T15:13:59.970Z | test test_demo_path_param_string ... ok |
1420 | 2023-08-29T15:13:59.973Z | test test_streaming_body ... ok |
1421 | 2023-08-29T15:14:00.179Z | test test_untyped_body ... ok |
1422 | 2023-08-29T15:14:00.183Z | |
1423 | 2023-08-29T15:14:00.190Z | test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1424 | 2023-08-29T15:14:00.193Z | |
1425 | 2023-08-29T15:14:00.196Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_detached_shutdown-361d6ba607d0ce42` |
1426 | 2023-08-29T15:14:00.199Z | |
1427 | 2023-08-29T15:14:00.202Z | running 1 test |
1428 | 2023-08-29T15:14:01.956Z | test test_graceful_shutdown_with_detached_handler ... ok |
1429 | 2023-08-29T15:14:01.959Z | |
1430 | 2023-08-29T15:14:01.963Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s |
1431 | 2023-08-29T15:14:01.966Z | |
1432 | 2023-08-29T15:14:01.969Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-27077871c3276787` |
1433 | 2023-08-29T15:14:01.972Z | |
1434 | 2023-08-29T15:14:01.977Z | running 2 tests |
1435 | 2023-08-29T15:14:01.980Z | test test_openapi_fuller ... ok |
1436 | 2023-08-29T15:14:01.983Z | test test_openapi ... ok |
1437 | 2023-08-29T15:14:01.987Z | |
1438 | 2023-08-29T15:14:01.990Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1439 | 2023-08-29T15:14:01.993Z | |
1440 | 2023-08-29T15:14:01.996Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-6148a600976b06ad` |
1441 | 2023-08-29T15:14:01.999Z | |
1442 | 2023-08-29T15:14:02.003Z | running 9 tests |
1443 | 2023-08-29T15:14:02.033Z | test test_paginate_extra_params ... ok |
1444 | 2023-08-29T15:14:02.037Z | test test_paginate_errors ... ok |
1445 | 2023-08-29T15:14:02.041Z | test test_paginate_empty ... ok |
1446 | 2023-08-29T15:14:02.044Z | test test_paginate_with_required_params ... ok |
1447 | 2023-08-29T15:14:02.097Z | test test_paginate_basic ... ok |
1448 | 2023-08-29T15:14:03.537Z | test test_example_basic ... ok |
1449 | 2023-08-29T15:14:03.850Z | test test_paginate_dictionary ... ok |
1450 | 2023-08-29T15:14:07.422Z | test test_example_multiple_sorts ... ok |
1451 | 2023-08-29T15:14:07.937Z | test test_example_multiple_resources ... ok |
1452 | 2023-08-29T15:14:07.940Z | |
1453 | 2023-08-29T15:14:07.943Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.95s |
1454 | 2023-08-29T15:14:07.946Z | |
1455 | 2023-08-29T15:14:07.949Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination_schema-fa432114e3c6dca4` |
1456 | 2023-08-29T15:14:07.952Z | |
1457 | 2023-08-29T15:14:07.955Z | running 1 test |
1458 | 2023-08-29T15:14:07.958Z | test test_pagination_schema ... ok |
1459 | 2023-08-29T15:14:07.961Z | |
1460 | 2023-08-29T15:14:07.964Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1461 | 2023-08-29T15:14:07.967Z | |
1462 | 2023-08-29T15:14:07.971Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_path_names-ea81bab4e5437a9b` |
1463 | 2023-08-29T15:14:07.974Z | |
1464 | 2023-08-29T15:14:07.977Z | running 1 test |
1465 | 2023-08-29T15:14:07.980Z | test test_path_names ... ok |
1466 | 2023-08-29T15:14:07.983Z | |
1467 | 2023-08-29T15:14:07.987Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1468 | 2023-08-29T15:14:07.990Z | |
1469 | 2023-08-29T15:14:07.993Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_streaming-c7ef54c8522466e6` |
1470 | 2023-08-29T15:14:07.996Z | |
1471 | 2023-08-29T15:14:07.999Z | running 3 tests |
1472 | 2023-08-29T15:14:08.003Z | test test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
1473 | 2023-08-29T15:14:08.021Z | test test_streaming_server_streaming_client ... ok |
1474 | 2023-08-29T15:14:08.024Z | test test_streaming_server_buffered_client ... ok |
1475 | 2023-08-29T15:14:08.027Z | |
1476 | 2023-08-29T15:14:08.030Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1477 | 2023-08-29T15:14:08.033Z | |
1478 | 2023-08-29T15:14:08.035Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_tls-2e74f0172b1a9098` |
1479 | 2023-08-29T15:14:08.038Z | |
1480 | 2023-08-29T15:14:08.042Z | running 6 tests |
1481 | 2023-08-29T15:14:08.052Z | test test_server_is_http ... ok |
1482 | 2023-08-29T15:14:08.060Z | test test_tls_certificate_loading ... ok |
1483 | 2023-08-29T15:14:08.062Z | test test_tls_only ... ok |
1484 | 2023-08-29T15:14:08.065Z | test test_server_is_https ... ok |
1485 | 2023-08-29T15:14:08.072Z | test test_tls_aborted_negotiation ... ok |
1486 | 2023-08-29T15:14:08.075Z | test test_tls_refresh_certificates ... ok |
1487 | 2023-08-29T15:14:08.078Z | |
1488 | 2023-08-29T15:14:08.081Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
1489 | 2023-08-29T15:14:08.084Z | |
1490 | 2023-08-29T15:14:08.087Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-85252dc575d07e6f` |
1491 | 2023-08-29T15:14:08.090Z | |
1492 | 2023-08-29T15:14:08.093Z | running 15 tests |
1493 | 2023-08-29T15:14:08.096Z | test tests::test_endpoint_bad_metadata ... ok |
1494 | 2023-08-29T15:14:08.099Z | test tests::test_endpoint_bad_string ... ok |
1495 | 2023-08-29T15:14:08.102Z | test tests::test_endpoint_invalid_item ... ok |
1496 | 2023-08-29T15:14:08.104Z | test syn_parsing::tests::test_busted_function ... ok |
1497 | 2023-08-29T15:14:08.107Z | test tests::test_endpoint_bad_context_receiver ... ok |
1498 | 2023-08-29T15:14:08.110Z | test tests::test_endpoint_no_arguments ... ok |
1499 | 2023-08-29T15:14:08.113Z | test tests::test_endpoint_not_async ... ok |
1500 | 2023-08-29T15:14:08.116Z | test tests::test_endpoint_content_type ... ok |
1501 | 2023-08-29T15:14:08.119Z | test tests::test_endpoint_basic ... ok |
1502 | 2023-08-29T15:14:08.122Z | test tests::test_extract_summary_description ... ok |
1503 | 2023-08-29T15:14:08.125Z | test tests::test_endpoint_context_fully_qualified_names ... ok |
1504 | 2023-08-29T15:14:08.128Z | test tests::test_endpoint_with_tags ... ok |
1505 | 2023-08-29T15:14:08.131Z | test tests::test_endpoint_with_doc ... ok |
1506 | 2023-08-29T15:14:08.134Z | test tests::test_endpoint_with_query ... ok |
1507 | 2023-08-29T15:14:08.137Z | test tests::test_endpoint_pub_crate ... ok |
1508 | 2023-08-29T15:14:08.139Z | |
1509 | 2023-08-29T15:14:08.142Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1510 | 2023-08-29T15:14:08.145Z | |
1511 | 2023-08-29T15:14:08.148Z | Doc-tests dropshot |
1512 | 2023-08-29T15:14:08.152Z | Running `/home/build/.rustup/toolchains/1.72.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-7340081683e33e76/out --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b8ef52014f9f644b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-0cd5a840d87db2b8.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-611e04b0f49b549b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-61fe435958798f11.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-78cf643a1c5ddb02.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-c2fb0ba5207debf3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-aa7316e57f257d1c.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-da70dbb7128b0d82.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-511dfccdb5d271ed.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-88fdfa926222b9fe.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-e3ecf74a75157aae.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-a7bb51c9beec93d3.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b21a34e6f1b25b5f.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-95bf8ee894281149.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-3f439b5a877aad3b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-93becddcd66147e8.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-31fc94f4d760252d.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-a8c51ff79180f898.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-fc2f87e9bd38c530.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-7798b615e0aae3cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-60186f369661f247.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-594b4ef3385eb9df.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-6b095cc642ba91ff.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1210b020c44e48a0.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0532297992a37cba.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2b3d30cf58f7e8b8.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1b6b5dee8c365ca2.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efa2cd901ab05dac.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-d9b22fc8517d0859.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-2176f0ec74d5d38b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-3f1954382b4397cc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-d9311f03891a06df.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-583cdbbd56bdd274.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-50d2070633bf38e1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0ab7b17b9724f491.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-32905ccf3d4c38be.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d5316d8ab6544f9a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e09cc9e7dea0a849.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-9c4b294426926450.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-274874b3e1cfc2f4.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-14986b32c65556a8.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-8c08e08bea9edf6e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-85bd643781738986.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-b7c2a8683bf8f15f.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6d4eb61862652ea2.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --error-format human` |
1513 | 2023-08-29T15:14:08.851Z | |
1514 | 2023-08-29T15:14:08.855Z | running 13 tests |
1515 | 2023-08-29T15:14:08.858Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored |
1516 | 2023-08-29T15:14:08.866Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored |
1517 | 2023-08-29T15:14:08.869Z | test dropshot/src/lib.rs - (line 187) ... ignored |
1518 | 2023-08-29T15:14:08.873Z | test dropshot/src/lib.rs - (line 210) ... ignored |
1519 | 2023-08-29T15:14:09.245Z | test dropshot/src/lib.rs - (line 44) - compile ... ok |
1520 | 2023-08-29T15:14:11.103Z | test dropshot/src/lib.rs - (line 260) ... ok |
1521 | 2023-08-29T15:14:11.250Z | test dropshot/src/lib.rs - (line 470) ... ok |
1522 | 2023-08-29T15:14:11.410Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 190) ... ok |
1523 | 2023-08-29T15:14:15.835Z | test dropshot/src/test_util.rs - test_util::LogContext (line 355) ... ok |
1524 | 2023-08-29T15:14:16.067Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 251) ... ok |
1525 | 2023-08-29T15:14:16.393Z | test dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok |
1526 | 2023-08-29T15:14:16.562Z | test dropshot/src/lib.rs - (line 118) ... ok |
1527 | 2023-08-29T15:14:16.592Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 276) ... ok |
1528 | 2023-08-29T15:14:16.595Z | |
1529 | 2023-08-29T15:14:16.598Z | test result: ok. 9 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 7.74s |
1530 | 2023-08-29T15:14:16.601Z | |
1531 | 2023-08-29T15:14:16.626Z | Doc-tests dropshot_endpoint |
1532 | 2023-08-29T15:14:16.629Z | Running `/home/build/.rustup/toolchains/1.72.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-7340081683e33e76/out --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-d100877d8a303013.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-48584e482e86d3b6.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-2ac18830084444d8.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-2913da13dbc6418e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-adeaef8d0fc89282.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-edc90fe08b4778ac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro -C embed-bitcode=no --error-format human` |
1533 | 2023-08-29T15:14:16.816Z | |
1534 | 2023-08-29T15:14:16.819Z | running 2 tests |
1535 | 2023-08-29T15:14:16.822Z | test dropshot_endpoint/src/lib.rs - channel (line 153) ... ignored |
1536 | 2023-08-29T15:14:16.825Z | test dropshot_endpoint/src/lib.rs - endpoint (line 99) ... ignored |
1537 | 2023-08-29T15:14:16.828Z | |
1538 | 2023-08-29T15:14:16.831Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1539 | 2023-08-29T15:14:16.834Z | |
1540 | 2023-08-29T15:14:16.847Z | |
1541 | 2023-08-29T15:14:16.850Z | real 4:17.256271446 |
1542 | 2023-08-29T15:14:16.853Z | user 22:54.872939531 |
1543 | 2023-08-29T15:14:16.856Z | sys 3:18.529336745 |
1544 | 2023-08-29T15:14:16.858Z | trap 1.311382248 |
1545 | 2023-08-29T15:14:16.861Z | tflt 0.184863339 |
1546 | 2023-08-29T15:14:16.864Z | dflt 0.850669217 |
1547 | 2023-08-29T15:14:16.867Z | kflt 0.000488469 |
1548 | 2023-08-29T15:14:16.870Z | lock 59:51.819388995 |
1549 | 2023-08-29T15:14:16.873Z | slp 1:29:46.630173312 |
1550 | 2023-08-29T15:14:16.876Z | lat 1:21.880625886 |
1551 | 2023-08-29T15:14:16.879Z | stop 19.025147932 |
1552 | 2023-08-29T15:14:16.881Z | process exited: duration 510560 ms, exit code 0 |
|
1553 | 2023-08-29T15:14:16.888Z | found 0 output files |