|
|
|
1 | 2023-09-01T19:45:12.385Z | job assigned to worker 01H994CR5VH6H0S8WZSDG076BJ (queued for 54 s) |
|
2 | 2023-09-01T19:45:12.502Z | starting task 0: "setup" |
3 | 2023-09-01T19:45:12.555Z | ++ uname -s |
4 | 2023-09-01T19:45:12.558Z | + kern=SunOS |
5 | 2023-09-01T19:45:12.561Z | + case "$kern" in |
6 | 2023-09-01T19:45:12.564Z | + groupadd -g 12345 build |
7 | 2023-09-01T19:45:12.567Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-09-01T19:45:14.574Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-09-01T19:45:14.781Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-09-01T19:45:14.785Z | + home_fs=zfs |
11 | 2023-09-01T19:45:14.787Z | + [[ zfs == autofs ]] |
12 | 2023-09-01T19:45:14.790Z | + mkdir -p /home/build |
13 | 2023-09-01T19:45:14.793Z | + chown build:build /home/build /work |
14 | 2023-09-01T19:45:16.791Z | + chmod 0700 /home/build /work |
15 | 2023-09-01T19:45:16.795Z | process exited: duration 4290 ms, exit code 0 |
|
16 | 2023-09-01T19:45:16.803Z | starting task 1: "rust-toolchain" |
17 | 2023-09-01T19:45:16.816Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-09-01T19:45:16.819Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-09-01T19:45:16.941Z | info: downloading installer |
20 | 2023-09-01T19:45:18.378Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-09-01T19:45:18.381Z | warning: /opt/ooce/bin |
22 | 2023-09-01T19:45:18.384Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-09-01T19:45:18.387Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-09-01T19:45:18.389Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-09-01T19:45:18.392Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-09-01T19:45:18.394Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-09-01T19:45:18.397Z | error: cannot install while Rust is installed |
28 | 2023-09-01T19:45:18.400Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-09-01T19:45:18.517Z | info: profile set to 'default' |
30 | 2023-09-01T19:45:18.521Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-09-01T19:45:18.524Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-09-01T19:45:18.712Z | info: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23) |
33 | 2023-09-01T19:45:18.715Z | info: downloading component 'cargo' |
34 | 2023-09-01T19:45:19.794Z | info: downloading component 'clippy' |
35 | 2023-09-01T19:45:20.105Z | info: downloading component 'rust-docs' |
36 | 2023-09-01T19:45:21.226Z | info: downloading component 'rust-std' |
37 | 2023-09-01T19:45:24.067Z | info: downloading component 'rustc' |
38 | 2023-09-01T19:45:30.144Z | info: downloading component 'rustfmt' |
39 | 2023-09-01T19:45:30.784Z | info: installing component 'cargo' |
40 | 2023-09-01T19:45:32.412Z | info: installing component 'clippy' |
41 | 2023-09-01T19:45:33.121Z | info: installing component 'rust-docs' |
42 | 2023-09-01T19:45:36.028Z | info: installing component 'rust-std' |
43 | 2023-09-01T19:45:38.908Z | info: installing component 'rustc' |
44 | 2023-09-01T19:45:45.294Z | info: installing component 'rustfmt' |
45 | 2023-09-01T19:45:45.754Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-09-01T19:45:45.756Z | |
47 | 2023-09-01T19:45:45.903Z | stable-x86_64-unknown-illumos installed - rustc 1.72.0 (5680fa18f 2023-08-23) |
48 | 2023-09-01T19:45:45.906Z | |
49 | 2023-09-01T19:45:45.909Z | |
50 | 2023-09-01T19:45:45.912Z | Rust is installed now. Great! |
51 | 2023-09-01T19:45:45.914Z | |
52 | 2023-09-01T19:45:45.917Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-09-01T19:45:45.920Z | environment variable. This has not been done automatically. |
54 | 2023-09-01T19:45:45.922Z | |
55 | 2023-09-01T19:45:45.925Z | To configure your current shell, run: |
56 | 2023-09-01T19:45:45.928Z | source "$HOME/.cargo/env" |
57 | 2023-09-01T19:45:46.022Z | + rustc --version |
58 | 2023-09-01T19:45:46.166Z | rustc 1.72.0 (5680fa18f 2023-08-23) |
59 | 2023-09-01T19:45:46.173Z | process exited: duration 29368 ms, exit code 0 |
|
60 | 2023-09-01T19:45:46.179Z | starting task 2: "authentication" |
61 | 2023-09-01T19:45:46.237Z | process exited: duration 55 ms, exit code 0 |
|
62 | 2023-09-01T19:45:46.243Z | starting task 3: "clone repository" |
63 | 2023-09-01T19:45:46.254Z | + mkdir -p /work/oxidecomputer/dropshot |
64 | 2023-09-01T19:45:46.257Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
65 | 2023-09-01T19:45:46.418Z | Cloning into '/work/oxidecomputer/dropshot'... |
66 | 2023-09-01T19:45:47.317Z | + cd /work/oxidecomputer/dropshot |
67 | 2023-09-01T19:45:47.320Z | + [[ -n dependabot/cargo/indexmap-2.0.0 ]] |
68 | 2023-09-01T19:45:47.323Z | + git fetch origin dependabot/cargo/indexmap-2.0.0 |
69 | 2023-09-01T19:45:47.634Z | From https://github.com/oxidecomputer/dropshot |
70 | 2023-09-01T19:45:47.637Z | * branch dependabot/cargo/indexmap-2.0.0 -> FETCH_HEAD |
71 | 2023-09-01T19:45:47.645Z | + git checkout -B dependabot/cargo/indexmap-2.0.0 remotes/origin/dependabot/cargo/indexmap-2.0.0 |
72 | 2023-09-01T19:45:47.659Z | Switched to a new branch 'dependabot/cargo/indexmap-2.0.0' |
73 | 2023-09-01T19:45:47.662Z | Branch 'dependabot/cargo/indexmap-2.0.0' set up to track remote branch 'dependabot/cargo/indexmap-2.0.0' from 'origin'. |
74 | 2023-09-01T19:45:47.665Z | + git reset --hard 9ecb923fd345abc4da03c9db64dee95d332e2548 |
75 | 2023-09-01T19:45:47.681Z | HEAD is now at 9ecb923 Merge branch 'main' into dependabot/cargo/indexmap-2.0.0 |
76 | 2023-09-01T19:45:47.684Z | process exited: duration 1437 ms, exit code 0 |
|
77 | 2023-09-01T19:45:47.690Z | starting task 4: "build" |
78 | 2023-09-01T19:45:47.700Z | + cargo --version |
79 | 2023-09-01T19:45:47.708Z | info: syncing channel updates for '1.72.0-x86_64-unknown-illumos' |
80 | 2023-09-01T19:45:47.947Z | info: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23) |
81 | 2023-09-01T19:45:47.950Z | info: downloading component 'cargo' |
82 | 2023-09-01T19:45:48.840Z | info: downloading component 'clippy' |
83 | 2023-09-01T19:45:49.142Z | info: downloading component 'rust-docs' |
84 | 2023-09-01T19:45:50.209Z | info: downloading component 'rust-std' |
85 | 2023-09-01T19:45:52.034Z | info: downloading component 'rustc' |
86 | 2023-09-01T19:45:56.471Z | info: downloading component 'rustfmt' |
87 | 2023-09-01T19:45:56.732Z | info: installing component 'cargo' |
88 | 2023-09-01T19:45:58.064Z | info: installing component 'clippy' |
89 | 2023-09-01T19:45:58.598Z | info: installing component 'rust-docs' |
90 | 2023-09-01T19:46:01.527Z | info: installing component 'rust-std' |
91 | 2023-09-01T19:46:04.296Z | info: installing component 'rustc' |
92 | 2023-09-01T19:46:10.789Z | info: installing component 'rustfmt' |
93 | 2023-09-01T19:46:11.405Z | cargo 1.72.0 (103a7ff2e 2023-08-15) |
94 | 2023-09-01T19:46:11.408Z | + rustc --version |
95 | 2023-09-01T19:46:11.586Z | rustc 1.72.0 (5680fa18f 2023-08-23) |
96 | 2023-09-01T19:46:11.595Z | + banner build |
97 | 2023-09-01T19:46:11.600Z | |
98 | 2023-09-01T19:46:11.602Z | ##### # # # # ##### |
99 | 2023-09-01T19:46:11.605Z | # # # # # # # # |
100 | 2023-09-01T19:46:11.612Z | ##### # # # # # # |
101 | 2023-09-01T19:46:11.615Z | # # # # # # # # |
102 | 2023-09-01T19:46:11.618Z | # # # # # # # # |
103 | 2023-09-01T19:46:11.621Z | ##### #### # ###### ##### |
104 | 2023-09-01T19:46:11.623Z | |
105 | 2023-09-01T19:46:11.626Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
106 | 2023-09-01T19:46:11.982Z | Updating crates.io index |
107 | 2023-09-01T19:46:13.135Z | Downloading crates ... |
108 | 2023-09-01T19:46:13.368Z | Downloaded toml_datetime v0.6.3 |
109 | 2023-09-01T19:46:13.372Z | Downloaded ucd-trie v0.1.3 |
110 | 2023-09-01T19:46:13.375Z | Downloaded opaque-debug v0.2.3 |
111 | 2023-09-01T19:46:13.378Z | Downloaded num_threads v0.1.3 |
112 | 2023-09-01T19:46:13.381Z | Downloaded async-stream-impl v0.3.5 |
113 | 2023-09-01T19:46:13.383Z | Downloaded hostname v0.3.1 |
114 | 2023-09-01T19:46:13.386Z | Downloaded byte-tools v0.3.1 |
115 | 2023-09-01T19:46:13.388Z | Downloaded pem v3.0.2 |
116 | 2023-09-01T19:46:13.391Z | Downloaded num_cpus v1.13.0 |
117 | 2023-09-01T19:46:13.394Z | Downloaded serde_urlencoded v0.7.1 |
118 | 2023-09-01T19:46:13.396Z | Downloaded slog-bunyan v2.4.0 |
119 | 2023-09-01T19:46:13.399Z | Downloaded parking_lot v0.12.1 |
120 | 2023-09-01T19:46:13.402Z | Downloaded lock_api v0.4.6 |
121 | 2023-09-01T19:46:13.405Z | Downloaded async-stream v0.3.5 |
122 | 2023-09-01T19:46:13.408Z | Downloaded serde_path_to_error v0.1.14 |
123 | 2023-09-01T19:46:13.411Z | Downloaded httpdate v1.0.1 |
124 | 2023-09-01T19:46:13.413Z | Downloaded socket2 v0.5.3 |
125 | 2023-09-01T19:46:13.416Z | Downloaded block-padding v0.1.5 |
126 | 2023-09-01T19:46:13.419Z | Downloaded futures-task v0.3.28 |
127 | 2023-09-01T19:46:13.422Z | Downloaded parking_lot_core v0.9.4 |
128 | 2023-09-01T19:46:13.425Z | Downloaded futures-channel v0.3.28 |
129 | 2023-09-01T19:46:13.429Z | Downloaded serde_spanned v0.6.3 |
130 | 2023-09-01T19:46:13.432Z | Downloaded serde_derive v1.0.188 |
131 | 2023-09-01T19:46:13.436Z | Downloaded tower-service v0.3.1 |
132 | 2023-09-01T19:46:13.439Z | Downloaded match_cfg v0.1.0 |
133 | 2023-09-01T19:46:13.441Z | Downloaded slab v0.4.5 |
134 | 2023-09-01T19:46:13.444Z | Downloaded fnv v1.0.7 |
135 | 2023-09-01T19:46:13.447Z | Downloaded sha-1 v0.8.2 |
136 | 2023-09-01T19:46:13.458Z | Downloaded futures-core v0.3.28 |
137 | 2023-09-01T19:46:13.468Z | Downloaded subprocess v0.2.9 |
138 | 2023-09-01T19:46:13.471Z | Downloaded maplit v1.0.2 |
139 | 2023-09-01T19:46:13.474Z | Downloaded equivalent v1.0.0 |
140 | 2023-09-01T19:46:13.477Z | Downloaded block-buffer v0.7.3 |
141 | 2023-09-01T19:46:13.480Z | Downloaded byteorder v1.4.3 |
142 | 2023-09-01T19:46:13.482Z | Downloaded form_urlencoded v1.2.0 |
143 | 2023-09-01T19:46:13.485Z | Downloaded tinyvec_macros v0.1.0 |
144 | 2023-09-01T19:46:13.488Z | Downloaded pest_generator v2.1.3 |
145 | 2023-09-01T19:46:13.490Z | Downloaded usdt v0.3.5 |
146 | 2023-09-01T19:46:13.493Z | Downloaded debug-ignore v1.0.5 |
147 | 2023-09-01T19:46:13.496Z | Downloaded want v0.3.0 |
148 | 2023-09-01T19:46:13.499Z | Downloaded version_check v0.9.4 |
149 | 2023-09-01T19:46:13.502Z | Downloaded generic-array v0.12.4 |
150 | 2023-09-01T19:46:13.504Z | Downloaded utf-8 v0.7.6 |
151 | 2023-09-01T19:46:13.507Z | Downloaded rustls-pemfile v1.0.3 |
152 | 2023-09-01T19:46:13.510Z | Downloaded usdt-attr-macro v0.3.5 |
153 | 2023-09-01T19:46:13.512Z | Downloaded rustls-pemfile v0.2.1 |
154 | 2023-09-01T19:46:13.515Z | Downloaded thread-id v4.0.0 |
155 | 2023-09-01T19:46:13.519Z | Downloaded rustls-native-certs v0.6.1 |
156 | 2023-09-01T19:46:13.522Z | Downloaded newline-converter v0.3.0 |
157 | 2023-09-01T19:46:13.524Z | Downloaded pest_derive v2.1.0 |
158 | 2023-09-01T19:46:13.527Z | Downloaded futures-macro v0.3.28 |
159 | 2023-09-01T19:46:13.530Z | Downloaded tempfile v3.8.0 |
160 | 2023-09-01T19:46:13.533Z | Downloaded httparse v1.8.0 |
161 | 2023-09-01T19:46:13.535Z | Downloaded mime v0.3.16 |
162 | 2023-09-01T19:46:13.538Z | Downloaded rand_core v0.6.3 |
163 | 2023-09-01T19:46:13.541Z | Downloaded sct v0.7.0 |
164 | 2023-09-01T19:46:13.544Z | Downloaded concurrent-queue v2.2.0 |
165 | 2023-09-01T19:46:13.546Z | Downloaded waitgroup v0.1.2 |
166 | 2023-09-01T19:46:13.549Z | Downloaded pem v2.0.1 |
167 | 2023-09-01T19:46:13.551Z | Downloaded ppv-lite86 v0.2.15 |
168 | 2023-09-01T19:46:13.554Z | Downloaded typenum v1.14.0 |
169 | 2023-09-01T19:46:13.556Z | Downloaded bitflags v2.4.0 |
170 | 2023-09-01T19:46:13.559Z | Downloaded camino v1.1.6 |
171 | 2023-09-01T19:46:13.562Z | Downloaded unicode-ident v1.0.0 |
172 | 2023-09-01T19:46:13.567Z | Downloaded tracing-core v0.1.21 |
173 | 2023-09-01T19:46:13.572Z | Downloaded slog-async v2.8.0 |
174 | 2023-09-01T19:46:13.575Z | Downloaded uuid v1.4.1 |
175 | 2023-09-01T19:46:13.584Z | Downloaded cc v1.0.72 |
176 | 2023-09-01T19:46:13.589Z | Downloaded schema v0.1.0 |
177 | 2023-09-01T19:46:13.592Z | Downloaded bytes v1.4.0 |
178 | 2023-09-01T19:46:13.598Z | Downloaded base64 v0.13.1 |
179 | 2023-09-01T19:46:13.604Z | Downloaded url v2.2.2 |
180 | 2023-09-01T19:46:13.609Z | Downloaded base64 v0.21.3 |
181 | 2023-09-01T19:46:13.617Z | Downloaded serde v1.0.188 |
182 | 2023-09-01T19:46:13.623Z | Downloaded crossbeam-channel v0.5.1 |
183 | 2023-09-01T19:46:13.633Z | Downloaded unicode-normalization v0.1.19 |
184 | 2023-09-01T19:46:13.642Z | Downloaded serde_json v1.0.99 |
185 | 2023-09-01T19:46:13.657Z | Downloaded winnow v0.5.15 |
186 | 2023-09-01T19:46:13.672Z | Downloaded futures-util v0.3.28 |
187 | 2023-09-01T19:46:13.695Z | Downloaded h2 v0.3.17 |
188 | 2023-09-01T19:46:13.708Z | Downloaded hyper v0.14.27 |
189 | 2023-09-01T19:46:13.731Z | Downloaded syn v2.0.29 |
190 | 2023-09-01T19:46:13.745Z | Downloaded rustix v0.38.8 |
191 | 2023-09-01T19:46:13.786Z | Downloaded zerocopy-derive v0.2.0 |
192 | 2023-09-01T19:46:13.804Z | Downloaded libc v0.2.147 |
193 | 2023-09-01T19:46:13.851Z | Downloaded tokio v1.32.0 |
194 | 2023-09-01T19:46:13.919Z | Downloaded rustls v0.21.6 |
195 | 2023-09-01T19:46:13.941Z | Downloaded idna v0.2.3 |
196 | 2023-09-01T19:46:13.953Z | Downloaded openapiv3 v1.0.3 |
197 | 2023-09-01T19:46:13.974Z | Downloaded syn v1.0.109 |
198 | 2023-09-01T19:46:13.994Z | Downloaded rustls-webpki v0.101.4 |
199 | 2023-09-01T19:46:14.021Z | Downloaded chrono v0.4.26 |
200 | 2023-09-01T19:46:14.036Z | Downloaded rand v0.8.4 |
201 | 2023-09-01T19:46:14.043Z | Downloaded unicode-segmentation v1.10.0 |
202 | 2023-09-01T19:46:14.049Z | Downloaded tokio-util v0.7.7 |
203 | 2023-09-01T19:46:14.060Z | Downloaded memchr v2.6.0 |
204 | 2023-09-01T19:46:14.070Z | Downloaded hashbrown v0.12.1 |
205 | 2023-09-01T19:46:14.078Z | Downloaded pest v2.1.3 |
206 | 2023-09-01T19:46:14.084Z | Downloaded expectorate v1.0.7 |
207 | 2023-09-01T19:46:14.088Z | Downloaded hashbrown v0.14.0 |
208 | 2023-09-01T19:46:14.097Z | Downloaded http v0.2.9 |
209 | 2023-09-01T19:46:14.104Z | Downloaded time v0.3.7 |
210 | 2023-09-01T19:46:14.113Z | Downloaded crypto-common v0.1.6 |
211 | 2023-09-01T19:46:14.116Z | Downloaded futures v0.3.28 |
212 | 2023-09-01T19:46:14.124Z | Downloaded yasna v0.5.2 |
213 | 2023-09-01T19:46:14.128Z | Downloaded toml v0.7.6 |
214 | 2023-09-01T19:46:14.133Z | Downloaded slog v2.7.0 |
215 | 2023-09-01T19:46:14.139Z | Downloaded schemars v0.8.13 |
216 | 2023-09-01T19:46:14.165Z | Downloaded ryu v1.0.5 |
217 | 2023-09-01T19:46:14.170Z | Downloaded basic-toml v0.1.1 |
218 | 2023-09-01T19:46:14.188Z | Downloaded trybuild v1.0.83 |
219 | 2023-09-01T19:46:14.196Z | Downloaded unicode-bidi v0.3.7 |
220 | 2023-09-01T19:46:14.200Z | Downloaded rcgen v0.11.1 |
221 | 2023-09-01T19:46:14.204Z | Downloaded pest_meta v2.1.3 |
222 | 2023-09-01T19:46:14.207Z | Downloaded tracing v0.1.29 |
223 | 2023-09-01T19:46:14.214Z | Downloaded paste v1.0.14 |
224 | 2023-09-01T19:46:14.219Z | Downloaded ring v0.16.20 |
225 | 2023-09-01T19:46:14.375Z | Downloaded generic-array v0.14.5 |
226 | 2023-09-01T19:46:14.378Z | Downloaded indexmap v1.9.3 |
227 | 2023-09-01T19:46:14.383Z | Downloaded digest v0.10.5 |
228 | 2023-09-01T19:46:14.386Z | Downloaded crossbeam-utils v0.8.15 |
229 | 2023-09-01T19:46:14.390Z | Downloaded zerocopy v0.3.0 |
230 | 2023-09-01T19:46:14.393Z | Downloaded similar v2.2.1 |
231 | 2023-09-01T19:46:14.400Z | Downloaded proc-macro2 v1.0.66 |
232 | 2023-09-01T19:46:14.404Z | Downloaded tinyvec v1.5.1 |
233 | 2023-09-01T19:46:14.409Z | Downloaded serde_derive_internals v0.26.0 |
234 | 2023-09-01T19:46:14.411Z | Downloaded getrandom v0.2.3 |
235 | 2023-09-01T19:46:14.415Z | Downloaded term v0.7.0 |
236 | 2023-09-01T19:46:14.421Z | Downloaded percent-encoding v2.3.0 |
237 | 2023-09-01T19:46:14.423Z | Downloaded serde_tokenstream v0.2.0 |
238 | 2023-09-01T19:46:14.427Z | Downloaded iana-time-zone v0.1.47 |
239 | 2023-09-01T19:46:14.430Z | Downloaded mime_guess v2.0.4 |
240 | 2023-09-01T19:46:14.433Z | Downloaded usdt-impl v0.3.5 |
241 | 2023-09-01T19:46:14.435Z | Downloaded unicode-xid v0.2.2 |
242 | 2023-09-01T19:46:14.438Z | Downloaded atomic-waker v1.1.1 |
243 | 2023-09-01T19:46:14.441Z | Downloaded slog-json v2.6.1 |
244 | 2023-09-01T19:46:14.444Z | Downloaded unicode-width v0.1.9 |
245 | 2023-09-01T19:46:14.446Z | Downloaded termcolor v1.1.2 |
246 | 2023-09-01T19:46:14.449Z | Downloaded glob v0.3.0 |
247 | 2023-09-01T19:46:14.452Z | Downloaded async-trait v0.1.73 |
248 | 2023-09-01T19:46:14.455Z | Downloaded tungstenite v0.20.0 |
249 | 2023-09-01T19:46:14.458Z | Downloaded socket2 v0.4.9 |
250 | 2023-09-01T19:46:14.461Z | Downloaded tokio-tungstenite v0.20.0 |
251 | 2023-09-01T19:46:14.465Z | Downloaded futures-sink v0.3.28 |
252 | 2023-09-01T19:46:14.468Z | Downloaded thiserror v1.0.30 |
253 | 2023-09-01T19:46:14.473Z | Downloaded pin-project-lite v0.2.12 |
254 | 2023-09-01T19:46:14.481Z | Downloaded dtrace-parser v0.1.14 |
255 | 2023-09-01T19:46:14.483Z | Downloaded console v0.15.5 |
256 | 2023-09-01T19:46:14.486Z | Downloaded schemars_derive v0.8.13 |
257 | 2023-09-01T19:46:14.489Z | Downloaded serde_tokenstream v0.1.7 |
258 | 2023-09-01T19:46:14.494Z | Downloaded log v0.4.17 |
259 | 2023-09-01T19:46:14.497Z | Downloaded time-macros v0.2.3 |
260 | 2023-09-01T19:46:14.500Z | Downloaded once_cell v1.13.1 |
261 | 2023-09-01T19:46:14.503Z | Downloaded signal-hook-registry v1.4.0 |
262 | 2023-09-01T19:46:14.506Z | Downloaded scopeguard v1.1.0 |
263 | 2023-09-01T19:46:14.510Z | Downloaded itoa v1.0.1 |
264 | 2023-09-01T19:46:14.512Z | Downloaded dof v0.1.5 |
265 | 2023-09-01T19:46:14.515Z | Downloaded cfg-if v1.0.0 |
266 | 2023-09-01T19:46:14.518Z | Downloaded buf-list v1.0.3 |
267 | 2023-09-01T19:46:14.521Z | Downloaded rand_chacha v0.3.1 |
268 | 2023-09-01T19:46:14.524Z | Downloaded errno v0.3.1 |
269 | 2023-09-01T19:46:14.526Z | Downloaded quote v1.0.30 |
270 | 2023-09-01T19:46:14.529Z | Downloaded data-encoding v2.4.0 |
271 | 2023-09-01T19:46:14.531Z | Downloaded cpufeatures v0.2.2 |
272 | 2023-09-01T19:46:14.534Z | Downloaded futures-executor v0.3.28 |
273 | 2023-09-01T19:46:14.537Z | Downloaded synstructure v0.12.6 |
274 | 2023-09-01T19:46:14.539Z | Downloaded lazy_static v1.4.0 |
275 | 2023-09-01T19:46:14.542Z | Downloaded digest v0.8.1 |
276 | 2023-09-01T19:46:14.545Z | Downloaded unicase v2.6.0 |
277 | 2023-09-01T19:46:14.548Z | Downloaded usdt-macro v0.3.5 |
278 | 2023-09-01T19:46:14.551Z | Downloaded openssl-probe v0.1.4 |
279 | 2023-09-01T19:46:14.554Z | Downloaded pin-utils v0.1.0 |
280 | 2023-09-01T19:46:14.557Z | Downloaded toml_edit v0.19.14 |
281 | 2023-09-01T19:46:14.571Z | Downloaded fastrand v2.0.0 |
282 | 2023-09-01T19:46:14.574Z | Downloaded block-buffer v0.10.2 |
283 | 2023-09-01T19:46:14.576Z | Downloaded sha1 v0.10.5 |
284 | 2023-09-01T19:46:14.579Z | Downloaded fake-simd v0.1.2 |
285 | 2023-09-01T19:46:14.581Z | Downloaded hyper-rustls v0.24.1 |
286 | 2023-09-01T19:46:14.584Z | Downloaded untrusted v0.7.1 |
287 | 2023-09-01T19:46:14.587Z | Downloaded tokio-macros v2.1.0 |
288 | 2023-09-01T19:46:14.590Z | Downloaded take_mut v0.2.2 |
289 | 2023-09-01T19:46:14.592Z | Downloaded hyper-staticfile v0.9.5 |
290 | 2023-09-01T19:46:14.595Z | Downloaded async-channel v1.9.0 |
291 | 2023-09-01T19:46:14.599Z | Downloaded atty v0.2.14 |
292 | 2023-09-01T19:46:14.602Z | Downloaded thiserror-impl v1.0.30 |
293 | 2023-09-01T19:46:14.604Z | Downloaded thread_local v1.1.4 |
294 | 2023-09-01T19:46:14.607Z | Downloaded http-range v0.1.4 |
295 | 2023-09-01T19:46:14.610Z | Downloaded dirs-sys-next v0.1.2 |
296 | 2023-09-01T19:46:14.613Z | Downloaded spin v0.5.2 |
297 | 2023-09-01T19:46:14.615Z | Downloaded schema-derive v0.1.0 |
298 | 2023-09-01T19:46:14.618Z | Downloaded matches v0.1.9 |
299 | 2023-09-01T19:46:14.620Z | Downloaded event-listener v2.5.3 |
300 | 2023-09-01T19:46:14.623Z | Downloaded futures-io v0.3.28 |
301 | 2023-09-01T19:46:14.626Z | Downloaded dyn-clone v1.0.4 |
302 | 2023-09-01T19:46:14.628Z | Downloaded slog-term v2.9.0 |
303 | 2023-09-01T19:46:14.631Z | Downloaded autocfg v1.1.0 |
304 | 2023-09-01T19:46:14.634Z | Downloaded dirs-next v2.0.0 |
305 | 2023-09-01T19:46:14.636Z | Downloaded http-body v0.4.3 |
306 | 2023-09-01T19:46:14.639Z | Downloaded try-lock v0.2.3 |
307 | 2023-09-01T19:46:14.642Z | Downloaded indexmap v2.0.0 |
308 | 2023-09-01T19:46:14.644Z | Downloaded smallvec v1.7.0 |
309 | 2023-09-01T19:46:14.647Z | Downloaded num-traits v0.2.14 |
310 | 2023-09-01T19:46:14.650Z | Downloaded tokio-rustls v0.24.1 |
311 | 2023-09-01T19:46:14.653Z | Downloaded mio v0.8.8 |
312 | 2023-09-01T19:46:14.812Z | Compiling proc-macro2 v1.0.66 |
313 | 2023-09-01T19:46:14.815Z | Compiling quote v1.0.30 |
314 | 2023-09-01T19:46:14.818Z | Compiling unicode-ident v1.0.0 |
315 | 2023-09-01T19:46:14.821Z | Compiling libc v0.2.147 |
316 | 2023-09-01T19:46:14.824Z | Compiling cfg-if v1.0.0 |
317 | 2023-09-01T19:46:14.827Z | Compiling serde v1.0.188 |
318 | 2023-09-01T19:46:14.830Z | Compiling itoa v1.0.1 |
319 | 2023-09-01T19:46:14.832Z | Compiling version_check v0.9.4 |
320 | 2023-09-01T19:46:14.835Z | 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-09-01T19:46:14.838Z | 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-09-01T19:46:14.841Z | 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-09-01T19:46:14.844Z | 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-09-01T19:46:14.847Z | 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` |
325 | 2023-09-01T19:46:14.850Z | 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-1.0.188/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=6bce033b1a12ef57 -C extra-filename=-6bce033b1a12ef57 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-6bce033b1a12ef57 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
326 | 2023-09-01T19:46:14.853Z | 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` |
327 | 2023-09-01T19:46:14.856Z | 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` |
328 | 2023-09-01T19:46:14.977Z | Compiling syn v1.0.109 |
329 | 2023-09-01T19:46:14.992Z | 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-09-01T19:46:15.166Z | Compiling pin-project-lite v0.2.12 |
331 | 2023-09-01T19:46:15.169Z | 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-09-01T19:46:15.227Z | Compiling futures-core v0.3.28 |
333 | 2023-09-01T19:46:15.230Z | 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-09-01T19:46:15.365Z | Compiling ryu v1.0.5 |
335 | 2023-09-01T19:46:15.368Z | 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` |
336 | 2023-09-01T19:46:15.806Z | Compiling bytes v1.4.0 |
337 | 2023-09-01T19:46:15.809Z | 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` |
338 | 2023-09-01T19:46:17.428Z | Compiling autocfg v1.1.0 |
339 | 2023-09-01T19:46:17.431Z | 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` |
340 | 2023-09-01T19:46:18.269Z | Compiling serde_json v1.0.99 |
341 | 2023-09-01T19:46:18.273Z | 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-09-01T19:46:18.671Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-core-c0c4b83660fbb006/build-script-build` |
343 | 2023-09-01T19:46:18.674Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-ab9b7a7058094487/build-script-build` |
344 | 2023-09-01T19:46:18.677Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-ec5a213ecaef4351/build-script-build` |
345 | 2023-09-01T19:46:18.679Z | Running `/work/oxidecomputer/dropshot/target/debug/build/syn-0f499b1a6c66648a/build-script-build` |
346 | 2023-09-01T19:46:18.682Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-b32dde950af09773/build-script-build` |
347 | 2023-09-01T19:46:18.685Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-6bce033b1a12ef57/build-script-build` |
348 | 2023-09-01T19:46:18.688Z | Running `/work/oxidecomputer/dropshot/target/debug/build/quote-473e00d6050f1144/build-script-build` |
349 | 2023-09-01T19:46:18.717Z | 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` |
350 | 2023-09-01T19:46:18.802Z | Compiling once_cell v1.13.1 |
351 | 2023-09-01T19:46:18.805Z | Compiling parking_lot_core v0.9.4 |
352 | 2023-09-01T19:46:18.808Z | Compiling log v0.4.17 |
353 | 2023-09-01T19:46:18.810Z | 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` |
354 | 2023-09-01T19:46:18.813Z | 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` |
355 | 2023-09-01T19:46:18.816Z | 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` |
356 | 2023-09-01T19:46:18.819Z | 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` |
357 | 2023-09-01T19:46:18.822Z | 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` |
358 | 2023-09-01T19:46:18.845Z | 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` |
359 | 2023-09-01T19:46:18.965Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-fdec603a00cb2398/build-script-build` |
360 | 2023-09-01T19:46:19.056Z | Compiling futures-task v0.3.28 |
361 | 2023-09-01T19:46:19.059Z | 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` |
362 | 2023-09-01T19:46:19.090Z | Compiling futures-sink v0.3.28 |
363 | 2023-09-01T19:46:19.094Z | 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-09-01T19:46:19.312Z | Compiling scopeguard v1.1.0 |
365 | 2023-09-01T19:46:19.321Z | 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` |
366 | 2023-09-01T19:46:19.375Z | Compiling futures-channel v0.3.28 |
367 | 2023-09-01T19:46:19.379Z | 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` |
368 | 2023-09-01T19:46:19.388Z | Compiling smallvec v1.7.0 |
369 | 2023-09-01T19:46:19.390Z | 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` |
370 | 2023-09-01T19:46:19.460Z | Compiling cc v1.0.72 |
371 | 2023-09-01T19:46:19.470Z | 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-09-01T19:46:19.504Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-71383c52a4479393/build-script-build` |
373 | 2023-09-01T19:46:19.507Z | Compiling lock_api v0.4.6 |
374 | 2023-09-01T19:46:19.510Z | 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` |
375 | 2023-09-01T19:46:19.536Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-15800028587452c8/build-script-build` |
376 | 2023-09-01T19:46:19.546Z | Compiling ucd-trie v0.1.3 |
377 | 2023-09-01T19:46:19.556Z | 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` |
378 | 2023-09-01T19:46:19.622Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-task-e953e070b17f1f47/build-script-build` |
379 | 2023-09-01T19:46:19.642Z | Compiling typenum v1.14.0 |
380 | 2023-09-01T19:46:19.646Z | 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` |
381 | 2023-09-01T19:46:19.951Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-channel-807d24965405ab34/build-script-build` |
382 | 2023-09-01T19:46:19.973Z | Compiling lazy_static v1.4.0 |
383 | 2023-09-01T19:46:19.977Z | 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` |
384 | 2023-09-01T19:46:20.042Z | Compiling futures-util v0.3.28 |
385 | 2023-09-01T19:46:20.052Z | 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-09-01T19:46:20.177Z | 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` |
387 | 2023-09-01T19:46:20.230Z | 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` |
388 | 2023-09-01T19:46:20.634Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-util-fed76e67fb65cebe/build-script-build` |
389 | 2023-09-01T19:46:20.655Z | Compiling pest v2.1.3 |
390 | 2023-09-01T19:46:20.665Z | 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` |
391 | 2023-09-01T19:46:20.939Z | Compiling syn v2.0.29 |
392 | 2023-09-01T19:46:20.943Z | 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` |
393 | 2023-09-01T19:46:21.086Z | 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` |
394 | 2023-09-01T19:46:21.456Z | 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` |
395 | 2023-09-01T19:46:21.621Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-2f7aab635b4f4800/build-script-main` |
396 | 2023-09-01T19:46:21.926Z | Compiling num_cpus v1.13.0 |
397 | 2023-09-01T19:46:21.929Z | 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` |
398 | 2023-09-01T19:46:21.939Z | Compiling mio v0.8.8 |
399 | 2023-09-01T19:46:21.942Z | 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` |
400 | 2023-09-01T19:46:22.108Z | Compiling parking_lot v0.12.1 |
401 | 2023-09-01T19:46:22.113Z | 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` |
402 | 2023-09-01T19:46:22.420Z | Compiling getrandom v0.2.3 |
403 | 2023-09-01T19:46:22.430Z | 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` |
404 | 2023-09-01T19:46:22.815Z | Compiling signal-hook-registry v1.4.0 |
405 | 2023-09-01T19:46:22.818Z | 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` |
406 | 2023-09-01T19:46:23.058Z | Compiling socket2 v0.5.3 |
407 | 2023-09-01T19:46:23.061Z | 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` |
408 | 2023-09-01T19:46:23.361Z | Compiling ring v0.16.20 |
409 | 2023-09-01T19:46:23.364Z | 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` |
410 | 2023-09-01T19:46:23.888Z | 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` |
411 | 2023-09-01T19:46:24.063Z | 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` |
412 | 2023-09-01T19:46:24.347Z | Compiling generic-array v0.14.5 |
413 | 2023-09-01T19:46:24.350Z | 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` |
414 | 2023-09-01T19:46:24.432Z | Compiling unicode-xid v0.2.2 |
415 | 2023-09-01T19:46:24.436Z | 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` |
416 | 2023-09-01T19:46:24.655Z | Compiling futures-io v0.3.28 |
417 | 2023-09-01T19:46:24.658Z | 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` |
418 | 2023-09-01T19:46:24.690Z | Compiling pin-utils v0.1.0 |
419 | 2023-09-01T19:46:24.701Z | 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` |
420 | 2023-09-01T19:46:24.822Z | Compiling maplit v1.0.2 |
421 | 2023-09-01T19:46:24.829Z | 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` |
422 | 2023-09-01T19:46:24.833Z | Compiling slab v0.4.5 |
423 | 2023-09-01T19:46:24.836Z | 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` |
424 | 2023-09-01T19:46:24.872Z | Compiling memchr v2.6.0 |
425 | 2023-09-01T19:46:24.884Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4bc19e3ae1b435ec -C extra-filename=-4bc19e3ae1b435ec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
426 | 2023-09-01T19:46:24.887Z | Compiling byteorder v1.4.3 |
427 | 2023-09-01T19:46:24.895Z | 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` |
428 | 2023-09-01T19:46:24.976Z | Compiling fnv v1.0.7 |
429 | 2023-09-01T19:46:24.980Z | 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` |
430 | 2023-09-01T19:46:25.079Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-a8093ec0b6ccb87a/build-script-build` |
431 | 2023-09-01T19:46:25.169Z | Compiling http v0.2.9 |
432 | 2023-09-01T19:46:25.172Z | 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` |
433 | 2023-09-01T19:46:25.196Z | Compiling pest_meta v2.1.3 |
434 | 2023-09-01T19:46:25.200Z | 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` |
435 | 2023-09-01T19:46:25.288Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-d65e75b54edd8ca3/build-script-build` |
436 | 2023-09-01T19:46:25.357Z | 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` |
437 | 2023-09-01T19:46:25.699Z | Compiling httparse v1.8.0 |
438 | 2023-09-01T19:46:25.702Z | 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` |
439 | 2023-09-01T19:46:26.420Z | Compiling spin v0.5.2 |
440 | 2023-09-01T19:46:26.424Z | 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` |
441 | 2023-09-01T19:46:26.810Z | Compiling untrusted v0.7.1 |
442 | 2023-09-01T19:46:26.813Z | 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` |
443 | 2023-09-01T19:46:27.148Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-4d40bc340490b5bf/build-script-build` |
444 | 2023-09-01T19:46:27.169Z | Compiling tracing-core v0.1.21 |
445 | 2023-09-01T19:46:27.172Z | 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` |
446 | 2023-09-01T19:46:28.099Z | 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` |
447 | 2023-09-01T19:46:28.554Z | Compiling indexmap v1.9.3 |
448 | 2023-09-01T19:46:28.557Z | 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="std"' -C metadata=c092a66279ba4f17 -C extra-filename=-c092a66279ba4f17 --out-dir /work/oxidecomputer/dropshot/target/debug/build/indexmap-c092a66279ba4f17 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-6e83747e49904154.rlib --cap-lints allow` |
449 | 2023-09-01T19:46:29.065Z | Compiling time-macros v0.2.3 |
450 | 2023-09-01T19:46:29.068Z | 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` |
451 | 2023-09-01T19:46:29.482Z | Compiling slog v2.7.0 |
452 | 2023-09-01T19:46:29.486Z | 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` |
453 | 2023-09-01T19:46:29.946Z | Compiling percent-encoding v2.3.0 |
454 | 2023-09-01T19:46:29.949Z | 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` |
455 | 2023-09-01T19:46:30.252Z | Compiling crossbeam-utils v0.8.15 |
456 | 2023-09-01T19:46:30.255Z | 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` |
457 | 2023-09-01T19:46:30.264Z | Compiling num_threads v0.1.3 |
458 | 2023-09-01T19:46:30.267Z | 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` |
459 | 2023-09-01T19:46:30.450Z | Compiling tinyvec_macros v0.1.0 |
460 | 2023-09-01T19:46:30.453Z | 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` |
461 | 2023-09-01T19:46:30.583Z | Compiling tinyvec v1.5.1 |
462 | 2023-09-01T19:46:30.586Z | 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` |
463 | 2023-09-01T19:46:30.589Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-5f95137556116b0e/build-script-build` |
464 | 2023-09-01T19:46:30.675Z | Compiling form_urlencoded v1.2.0 |
465 | 2023-09-01T19:46:30.678Z | 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` |
466 | 2023-09-01T19:46:31.055Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-7216345819e80b8e/build-script-build` |
467 | 2023-09-01T19:46:31.077Z | Running `/work/oxidecomputer/dropshot/target/debug/build/indexmap-c092a66279ba4f17/build-script-build` |
468 | 2023-09-01T19:46:31.111Z | Compiling tracing v0.1.29 |
469 | 2023-09-01T19:46:31.115Z | 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` |
470 | 2023-09-01T19:46:31.118Z | 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` |
471 | 2023-09-01T19:46:31.279Z | Compiling usdt-impl v0.3.5 |
472 | 2023-09-01T19:46:31.282Z | 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` |
473 | 2023-09-01T19:46:31.847Z | Compiling unicase v2.6.0 |
474 | 2023-09-01T19:46:31.850Z | 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` |
475 | 2023-09-01T19:46:31.889Z | Compiling paste v1.0.14 |
476 | 2023-09-01T19:46:31.892Z | 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` |
477 | 2023-09-01T19:46:32.353Z | Compiling synstructure v0.12.6 |
478 | 2023-09-01T19:46:32.357Z | 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` |
479 | 2023-09-01T19:46:32.383Z | Compiling pest_generator v2.1.3 |
480 | 2023-09-01T19:46:32.389Z | 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` |
481 | 2023-09-01T19:46:32.646Z | Compiling hashbrown v0.12.1 |
482 | 2023-09-01T19:46:32.649Z | 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` |
483 | 2023-09-01T19:46:33.168Z | Compiling unicode-normalization v0.1.19 |
484 | 2023-09-01T19:46:33.172Z | 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` |
485 | 2023-09-01T19:46:33.619Z | Compiling time v0.3.7 |
486 | 2023-09-01T19:46:33.622Z | 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` |
487 | 2023-09-01T19:46:34.328Z | 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="std"' -C metadata=16594b125810215b -C extra-filename=-16594b125810215b --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 --cap-lints allow --cfg has_std` |
488 | 2023-09-01T19:46:34.858Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-39c8a3d2c25b3b9a/build-script-build` |
489 | 2023-09-01T19:46:34.956Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-99260f3bd70d827b/build-script-build` |
490 | 2023-09-01T19:46:35.025Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-4f860a90aabc1647/build-script-build` |
491 | 2023-09-01T19:46:35.244Z | 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` |
492 | 2023-09-01T19:46:35.256Z | 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` |
493 | 2023-09-01T19:46:35.934Z | Compiling block-buffer v0.10.2 |
494 | 2023-09-01T19:46:35.937Z | 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-09-01T19:46:36.257Z | Compiling crypto-common v0.1.6 |
496 | 2023-09-01T19:46:36.261Z | 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-09-01T19:46:36.386Z | Compiling rand_core v0.6.3 |
498 | 2023-09-01T19:46:36.389Z | 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` |
499 | 2023-09-01T19:46:36.548Z | Compiling thread-id v4.0.0 |
500 | 2023-09-01T19:46:36.552Z | 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` |
501 | 2023-09-01T19:46:36.604Z | Compiling num-traits v0.2.14 |
502 | 2023-09-01T19:46:36.607Z | 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` |
503 | 2023-09-01T19:46:36.682Z | Compiling rustls v0.21.6 |
504 | 2023-09-01T19:46:36.685Z | 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` |
505 | 2023-09-01T19:46:37.077Z | Compiling try-lock v0.2.3 |
506 | 2023-09-01T19:46:37.080Z | 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` |
507 | 2023-09-01T19:46:37.126Z | Compiling unicode-bidi v0.3.7 |
508 | 2023-09-01T19:46:37.129Z | 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` |
509 | 2023-09-01T19:46:37.144Z | Compiling equivalent v1.0.0 |
510 | 2023-09-01T19:46:37.146Z | 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` |
511 | 2023-09-01T19:46:37.283Z | Compiling matches v0.1.9 |
512 | 2023-09-01T19:46:37.286Z | 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` |
513 | 2023-09-01T19:46:37.293Z | Compiling hashbrown v0.14.0 |
514 | 2023-09-01T19:46:37.297Z | 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` |
515 | 2023-09-01T19:46:37.328Z | Compiling base64 v0.21.3 |
516 | 2023-09-01T19:46:37.331Z | 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` |
517 | 2023-09-01T19:46:37.410Z | Compiling ppv-lite86 v0.2.15 |
518 | 2023-09-01T19:46:37.414Z | 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` |
519 | 2023-09-01T19:46:37.503Z | Compiling want v0.3.0 |
520 | 2023-09-01T19:46:37.506Z | 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` |
521 | 2023-09-01T19:46:38.009Z | Compiling idna v0.2.3 |
522 | 2023-09-01T19:46:38.012Z | 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` |
523 | 2023-09-01T19:46:38.695Z | Compiling rand_chacha v0.3.1 |
524 | 2023-09-01T19:46:38.705Z | 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` |
525 | 2023-09-01T19:46:38.708Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-612fd448519c96c0/build-script-build` |
526 | 2023-09-01T19:46:39.174Z | Compiling digest v0.10.5 |
527 | 2023-09-01T19:46:39.178Z | 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` |
528 | 2023-09-01T19:46:39.322Z | 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` |
529 | 2023-09-01T19:46:39.349Z | 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` |
530 | 2023-09-01T19:46:39.771Z | Compiling http-body v0.4.3 |
531 | 2023-09-01T19:46:39.841Z | 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` |
532 | 2023-09-01T19:46:39.950Z | Compiling socket2 v0.4.9 |
533 | 2023-09-01T19:46:39.953Z | 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` |
534 | 2023-09-01T19:46:40.327Z | Compiling dirs-sys-next v0.1.2 |
535 | 2023-09-01T19:46:40.331Z | 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` |
536 | 2023-09-01T19:46:41.057Z | Compiling httpdate v1.0.1 |
537 | 2023-09-01T19:46:41.061Z | 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` |
538 | 2023-09-01T19:46:41.277Z | Compiling tower-service v0.3.1 |
539 | 2023-09-01T19:46:41.280Z | 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` |
540 | 2023-09-01T19:46:41.435Z | Compiling cpufeatures v0.2.2 |
541 | 2023-09-01T19:46:41.443Z | 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` |
542 | 2023-09-01T19:46:41.463Z | Compiling dirs-next v2.0.0 |
543 | 2023-09-01T19:46:41.474Z | 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` |
544 | 2023-09-01T19:46:41.575Z | Compiling sha1 v0.10.5 |
545 | 2023-09-01T19:46:41.578Z | 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` |
546 | 2023-09-01T19:46:41.691Z | Compiling mime_guess v2.0.4 |
547 | 2023-09-01T19:46:41.694Z | 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` |
548 | 2023-09-01T19:46:41.756Z | Compiling url v2.2.2 |
549 | 2023-09-01T19:46:41.767Z | 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` |
550 | 2023-09-01T19:46:41.773Z | Compiling rand v0.8.4 |
551 | 2023-09-01T19:46:41.776Z | 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` |
552 | 2023-09-01T19:46:41.996Z | 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` |
553 | 2023-09-01T19:46:42.116Z | Compiling serde_derive v1.0.188 |
554 | 2023-09-01T19:46:42.119Z | 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.188/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=231415958a8af752 -C extra-filename=-231415958a8af752 --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` |
555 | 2023-09-01T19:46:42.297Z | Compiling futures-macro v0.3.28 |
556 | 2023-09-01T19:46:42.301Z | 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` |
557 | 2023-09-01T19:46:43.787Z | Compiling tokio-macros v2.1.0 |
558 | 2023-09-01T19:46:43.790Z | 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` |
559 | 2023-09-01T19:46:44.222Z | 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` |
560 | 2023-09-01T19:46:44.850Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-b0ee5dfbb49c9aef/build-script-build` |
561 | 2023-09-01T19:46:44.872Z | Compiling serde_derive_internals v0.26.0 |
562 | 2023-09-01T19:46:44.875Z | 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` |
563 | 2023-09-01T19:46:45.017Z | Compiling thread_local v1.1.4 |
564 | 2023-09-01T19:46:45.022Z | 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` |
565 | 2023-09-01T19:46:45.373Z | Compiling match_cfg v0.1.0 |
566 | 2023-09-01T19:46:45.376Z | 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` |
567 | 2023-09-01T19:46:45.512Z | Compiling base64 v0.13.1 |
568 | 2023-09-01T19:46:45.515Z | 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` |
569 | 2023-09-01T19:46:45.916Z | 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=de77e774e007deb2 -C extra-filename=-de77e774e007deb2 --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-4bc19e3ae1b435ec.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` |
570 | 2023-09-01T19:46:46.194Z | Compiling async-trait v0.1.73 |
571 | 2023-09-01T19:46:46.198Z | 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-09-01T19:46:46.731Z | Compiling tokio v1.32.0 |
573 | 2023-09-01T19:46:46.734Z | 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-09-01T19:46:46.758Z | Compiling iana-time-zone v0.1.47 |
575 | 2023-09-01T19:46:46.763Z | 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` |
576 | 2023-09-01T19:46:46.963Z | Compiling slog-async v2.8.0 |
577 | 2023-09-01T19:46:46.973Z | 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` |
578 | 2023-09-01T19:46:47.660Z | Compiling camino v1.1.6 |
579 | 2023-09-01T19:46:47.663Z | 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` |
580 | 2023-09-01T19:46:47.743Z | Compiling schemars v0.8.13 |
581 | 2023-09-01T19:46:47.746Z | 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/schemars-0.8.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=1dcb600e3bcf3c11 -C extra-filename=-1dcb600e3bcf3c11 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-1dcb600e3bcf3c11 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
582 | 2023-09-01T19:46:48.324Z | Compiling sct v0.7.0 |
583 | 2023-09-01T19:46:48.327Z | 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` |
584 | 2023-09-01T19:46:48.601Z | Compiling rustls-webpki v0.101.4 |
585 | 2023-09-01T19:46:48.604Z | 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` |
586 | 2023-09-01T19:46:48.905Z | Compiling rustix v0.38.8 |
587 | 2023-09-01T19:46:48.909Z | 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` |
588 | 2023-09-01T19:46:49.310Z | Compiling winnow v0.5.15 |
589 | 2023-09-01T19:46:49.320Z | 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.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f0275cea71a64a47 -C extra-filename=-f0275cea71a64a47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
590 | 2023-09-01T19:46:50.045Z | 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` |
591 | 2023-09-01T19:46:50.734Z | Compiling thiserror-impl v1.0.30 |
592 | 2023-09-01T19:46:50.737Z | 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` |
593 | 2023-09-01T19:46:52.399Z | Compiling zerocopy-derive v0.2.0 |
594 | 2023-09-01T19:46:52.402Z | 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` |
595 | 2023-09-01T19:46:53.006Z | Compiling pest_derive v2.1.0 |
596 | 2023-09-01T19:46:53.009Z | 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` |
597 | 2023-09-01T19:46:54.906Z | Compiling schemars_derive v0.8.13 |
598 | 2023-09-01T19:46:54.909Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.13/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=66be52fd559725f9 -C extra-filename=-66be52fd559725f9 --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` |
599 | 2023-09-01T19:46:56.145Z | Compiling zerocopy v0.3.0 |
600 | 2023-09-01T19:46:56.148Z | 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` |
601 | 2023-09-01T19:46:56.439Z | Compiling futures-executor v0.3.28 |
602 | 2023-09-01T19:46:56.442Z | 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=9e214980abbec6e7 -C extra-filename=-9e214980abbec6e7 --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-de77e774e007deb2.rmeta --cap-lints allow` |
603 | 2023-09-01T19:46:56.589Z | Compiling thiserror v1.0.30 |
604 | 2023-09-01T19:46:56.599Z | 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` |
605 | 2023-09-01T19:46:56.819Z | Compiling dtrace-parser v0.1.14 |
606 | 2023-09-01T19:46:56.822Z | 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` |
607 | 2023-09-01T19:46:56.825Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs --error-format=json --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=8c504c9ae9772bc1 -C extra-filename=-8c504c9ae9772bc1 --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-231415958a8af752.so --cap-lints allow` |
608 | 2023-09-01T19:46:57.356Z | Compiling dof v0.1.5 |
609 | 2023-09-01T19:46:57.359Z | 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` |
610 | 2023-09-01T19:46:57.494Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-8b72c6491f6212e2/build-script-build` |
611 | 2023-09-01T19:46:57.617Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-583e1272002499c5/build-script-build` |
612 | 2023-09-01T19:46:57.687Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-1dcb600e3bcf3c11/build-script-build` |
613 | 2023-09-01T19:46:57.700Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-b9ca013f0fac9b14/build-script-build` |
614 | 2023-09-01T19:46:57.710Z | Running `/work/oxidecomputer/dropshot/target/debug/build/async-trait-47b7f9f2aad89bfd/build-script-build` |
615 | 2023-09-01T19:46:57.792Z | Compiling rustls-pemfile v0.2.1 |
616 | 2023-09-01T19:46:57.795Z | 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` |
617 | 2023-09-01T19:46:57.805Z | Compiling hostname v0.3.1 |
618 | 2023-09-01T19:46:57.816Z | 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` |
619 | 2023-09-01T19:46:58.223Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-bda17ca024a50fbd/build-script-build` |
620 | 2023-09-01T19:46:58.266Z | Compiling async-stream-impl v0.3.5 |
621 | 2023-09-01T19:46:58.269Z | 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` |
622 | 2023-09-01T19:46:58.782Z | Compiling term v0.7.0 |
623 | 2023-09-01T19:46:58.785Z | 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` |
624 | 2023-09-01T19:46:59.343Z | Compiling crossbeam-channel v0.5.1 |
625 | 2023-09-01T19:46:59.346Z | 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` |
626 | 2023-09-01T19:47:00.646Z | Compiling atty v0.2.14 |
627 | 2023-09-01T19:47:00.649Z | 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` |
628 | 2023-09-01T19:47:00.965Z | Compiling errno v0.3.1 |
629 | 2023-09-01T19:47:00.968Z | 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` |
630 | 2023-09-01T19:47:00.979Z | Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot) |
631 | 2023-09-01T19:47:00.982Z | 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` |
632 | 2023-09-01T19:47:01.011Z | Compiling bitflags v2.4.0 |
633 | 2023-09-01T19:47:01.014Z | 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` |
634 | 2023-09-01T19:47:01.290Z | Compiling buf-list v1.0.3 |
635 | 2023-09-01T19:47:01.294Z | 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` |
636 | 2023-09-01T19:47:01.606Z | Compiling tokio-util v0.7.7 |
637 | 2023-09-01T19:47:01.609Z | 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` |
638 | 2023-09-01T19:47:01.636Z | Compiling tokio-rustls v0.24.1 |
639 | 2023-09-01T19:47:01.639Z | 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` |
640 | 2023-09-01T19:47:01.808Z | Compiling unicode-width v0.1.9 |
641 | 2023-09-01T19:47:01.812Z | 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` |
642 | 2023-09-01T19:47:02.054Z | Compiling utf-8 v0.7.6 |
643 | 2023-09-01T19:47:02.057Z | 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` |
644 | 2023-09-01T19:47:02.244Z | Compiling take_mut v0.2.2 |
645 | 2023-09-01T19:47:02.247Z | 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` |
646 | 2023-09-01T19:47:02.356Z | Compiling dyn-clone v1.0.4 |
647 | 2023-09-01T19:47:02.359Z | 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` |
648 | 2023-09-01T19:47:02.430Z | Compiling atomic-waker v1.1.1 |
649 | 2023-09-01T19:47:02.433Z | 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` |
650 | 2023-09-01T19:47:02.501Z | Compiling unicode-segmentation v1.10.0 |
651 | 2023-09-01T19:47:02.505Z | 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` |
652 | 2023-09-01T19:47:02.545Z | Compiling trybuild v1.0.83 |
653 | 2023-09-01T19:47:02.556Z | 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` |
654 | 2023-09-01T19:47:02.666Z | Compiling mime v0.3.16 |
655 | 2023-09-01T19:47:02.670Z | 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` |
656 | 2023-09-01T19:47:02.739Z | Compiling data-encoding v2.4.0 |
657 | 2023-09-01T19:47:02.742Z | 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` |
658 | 2023-09-01T19:47:03.226Z | Compiling h2 v0.3.17 |
659 | 2023-09-01T19:47:03.229Z | 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=dbfe519229bf3fb1 -C extra-filename=-dbfe519229bf3fb1 --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-de77e774e007deb2.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-16594b125810215b.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` |
660 | 2023-09-01T19:47:03.824Z | Compiling openssl-probe v0.1.4 |
661 | 2023-09-01T19:47:03.828Z | 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` |
662 | 2023-09-01T19:47:03.895Z | Compiling tungstenite v0.20.0 |
663 | 2023-09-01T19:47:03.898Z | 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` |
664 | 2023-09-01T19:47:04.109Z | Compiling rustls-native-certs v0.6.1 |
665 | 2023-09-01T19:47:04.112Z | 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` |
666 | 2023-09-01T19:47:04.431Z | Compiling newline-converter v0.3.0 |
667 | 2023-09-01T19:47:04.434Z | 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` |
668 | 2023-09-01T19:47:04.666Z | Running `/work/oxidecomputer/dropshot/target/debug/build/trybuild-e9927726edef6730/build-script-build` |
669 | 2023-09-01T19:47:04.698Z | 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` |
670 | 2023-09-01T19:47:04.956Z | Compiling waitgroup v0.1.2 |
671 | 2023-09-01T19:47:04.959Z | 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` |
672 | 2023-09-01T19:47:05.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` |
673 | 2023-09-01T19:47:06.776Z | Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-afa664f04224cc20/build-script-build` |
674 | 2023-09-01T19:47:06.890Z | Compiling console v0.15.5 |
675 | 2023-09-01T19:47:06.893Z | 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` |
676 | 2023-09-01T19:47:07.912Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-04a7c8f33701eb3c/build-script-build` |
677 | 2023-09-01T19:47:07.928Z | 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` |
678 | 2023-09-01T19:47:07.998Z | Compiling slog-term v2.9.0 |
679 | 2023-09-01T19:47:08.001Z | 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` |
680 | 2023-09-01T19:47:08.346Z | 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=4236c07885e4d927 -C extra-filename=-4236c07885e4d927 --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-8c504c9ae9772bc1.rmeta --cap-lints allow --cfg limb_width_64` |
681 | 2023-09-01T19:47:09.011Z | Compiling indexmap v2.0.0 |
682 | 2023-09-01T19:47:09.015Z | 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="serde"' --cfg 'feature="std"' -C metadata=d3e610f881f56761 -C extra-filename=-d3e610f881f56761 --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 --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --cap-lints allow` |
683 | 2023-09-01T19:47:10.144Z | Compiling serde_tokenstream v0.1.7 |
684 | 2023-09-01T19:47:10.147Z | 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=46312a2f509089c9 -C extra-filename=-46312a2f509089c9 --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-8c504c9ae9772bc1.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rmeta --cap-lints allow` |
685 | 2023-09-01T19:47:10.235Z | Compiling serde_tokenstream v0.2.0 |
686 | 2023-09-01T19:47:10.246Z | 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=d26a41068a55d660 -C extra-filename=-d26a41068a55d660 --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-8c504c9ae9772bc1.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rmeta --cap-lints allow` |
687 | 2023-09-01T19:47:10.389Z | Compiling serde_spanned v0.6.3 |
688 | 2023-09-01T19:47:10.392Z | 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=1a5a3f645a0d102e -C extra-filename=-1a5a3f645a0d102e --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-8c504c9ae9772bc1.rmeta --cap-lints allow` |
689 | 2023-09-01T19:47:10.871Z | Compiling toml_datetime v0.6.3 |
690 | 2023-09-01T19:47:10.874Z | 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=ebbebda6a609a9e2 -C extra-filename=-ebbebda6a609a9e2 --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-8c504c9ae9772bc1.rmeta --cap-lints allow` |
691 | 2023-09-01T19:47:10.994Z | Compiling chrono v0.4.26 |
692 | 2023-09-01T19:47:10.997Z | 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=d7995c065cfd490b -C extra-filename=-d7995c065cfd490b --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-8c504c9ae9772bc1.rmeta --cap-lints allow` |
693 | 2023-09-01T19:47:11.160Z | Compiling uuid v1.4.1 |
694 | 2023-09-01T19:47:11.163Z | 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=bd55fe1a9b23e3cb -C extra-filename=-bd55fe1a9b23e3cb --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-8c504c9ae9772bc1.rmeta --cap-lints allow` |
695 | 2023-09-01T19:47:11.291Z | Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
696 | 2023-09-01T19:47:11.302Z | 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=8343798485d0d717 -C extra-filename=-8343798485d0d717 --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-8c504c9ae9772bc1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d26a41068a55d660.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro` |
697 | 2023-09-01T19:47:11.764Z | 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=ef0d0d643372d5ec -C extra-filename=-ef0d0d643372d5ec --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-8c504c9ae9772bc1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.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` |
698 | 2023-09-01T19:47:12.038Z | Compiling hyper v0.14.27 |
699 | 2023-09-01T19:47:12.041Z | 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=f37f7f712757740c -C extra-filename=-f37f7f712757740c --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-de77e774e007deb2.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-dbfe519229bf3fb1.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` |
700 | 2023-09-01T19:47:12.445Z | Compiling slog-json v2.6.1 |
701 | 2023-09-01T19:47:12.456Z | 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=dbe6e74bc1248fe6 -C extra-filename=-dbe6e74bc1248fe6 --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-8c504c9ae9772bc1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.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` |
702 | 2023-09-01T19:47:13.141Z | Compiling toml_edit v0.19.14 |
703 | 2023-09-01T19:47:13.144Z | 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.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 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=4a1da9d409c04a0a -C extra-filename=-4a1da9d409c04a0a --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-d3e610f881f56761.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-1a5a3f645a0d102e.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-ebbebda6a609a9e2.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-f0275cea71a64a47.rmeta --cap-lints allow` |
704 | 2023-09-01T19:47:14.085Z | Compiling slog-bunyan v2.4.0 |
705 | 2023-09-01T19:47:14.088Z | 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=44edb1492582facd -C extra-filename=-44edb1492582facd --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-dbe6e74bc1248fe6.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-44ed5e3774836f48.rmeta --cap-lints allow` |
706 | 2023-09-01T19:47:14.396Z | Compiling openapiv3 v1.0.3 |
707 | 2023-09-01T19:47:14.400Z | 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.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="skip_serializing_defaults"' -C metadata=e892f75c5077b8c0 -C extra-filename=-e892f75c5077b8c0 --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-d3e610f881f56761.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rmeta --cap-lints allow` |
708 | 2023-09-01T19:47:16.032Z | Compiling usdt-attr-macro v0.3.5 |
709 | 2023-09-01T19:47:16.035Z | 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=d691695e79411bb1 -C extra-filename=-d691695e79411bb1 --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-46312a2f509089c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ef0d0d643372d5ec.rlib --extern proc_macro --cap-lints allow` |
710 | 2023-09-01T19:47:17.809Z | Compiling usdt-macro v0.3.5 |
711 | 2023-09-01T19:47:17.813Z | 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=32545ec465129929 -C extra-filename=-32545ec465129929 --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-46312a2f509089c9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2f2e09f9e7c584c1.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ef0d0d643372d5ec.rlib --extern proc_macro --cap-lints allow` |
712 | 2023-09-01T19:47:18.149Z | Running `/home/build/.rustup/toolchains/1.72.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=c7ae8cf63bb9477d -C extra-filename=-c7ae8cf63bb9477d --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-d7995c065cfd490b.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-66be52fd559725f9.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
713 | 2023-09-01T19:47:18.892Z | Compiling toml v0.7.6 |
714 | 2023-09-01T19:47:18.895Z | 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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=08fc9de030edc219 -C extra-filename=-08fc9de030edc219 --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-8c504c9ae9772bc1.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-1a5a3f645a0d102e.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-ebbebda6a609a9e2.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-4a1da9d409c04a0a.rmeta --cap-lints allow` |
715 | 2023-09-01T19:47:19.317Z | Compiling serde_urlencoded v0.7.1 |
716 | 2023-09-01T19:47:19.327Z | 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=13fbe8ff6ab62a1a -C extra-filename=-13fbe8ff6ab62a1a --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-8c504c9ae9772bc1.rmeta --cap-lints allow` |
717 | 2023-09-01T19:47:19.430Z | Compiling basic-toml v0.1.1 |
718 | 2023-09-01T19:47:19.440Z | 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=798d4dec52e60e0e -C extra-filename=-798d4dec52e60e0e --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-8c504c9ae9772bc1.rmeta --cap-lints allow` |
719 | 2023-09-01T19:47:20.238Z | 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=aecb4a68d8933172 -C extra-filename=-aecb4a68d8933172 --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-8c504c9ae9772bc1.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
720 | 2023-09-01T19:47:20.859Z | Compiling usdt v0.3.5 |
721 | 2023-09-01T19:47:20.977Z | 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=d1ed1cf4bde53069 -C extra-filename=-d1ed1cf4bde53069 --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-8c504c9ae9772bc1.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-d691695e79411bb1.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ef0d0d643372d5ec.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-32545ec465129929.so --cap-lints allow` |
722 | 2023-09-01T19:47:21.468Z | Compiling serde_path_to_error v0.1.14 |
723 | 2023-09-01T19:47:21.472Z | 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=b989a2d5d6457a5c -C extra-filename=-b989a2d5d6457a5c --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-8c504c9ae9772bc1.rmeta --cap-lints allow` |
724 | 2023-09-01T19:47:22.300Z | Compiling async-stream v0.3.5 |
725 | 2023-09-01T19:47:22.304Z | 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` |
726 | 2023-09-01T19:47:22.607Z | 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` |
727 | 2023-09-01T19:47:22.894Z | Compiling futures v0.3.28 |
728 | 2023-09-01T19:47:22.897Z | 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=ac6d6b0ac04ced40 -C extra-filename=-ac6d6b0ac04ced40 --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-9e214980abbec6e7.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-de77e774e007deb2.rmeta --cap-lints allow` |
729 | 2023-09-01T19:47:23.068Z | Compiling pem v2.0.1 |
730 | 2023-09-01T19:47:23.072Z | 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` |
731 | 2023-09-01T19:47:23.127Z | Compiling rustls-pemfile v1.0.3 |
732 | 2023-09-01T19:47:23.136Z | 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` |
733 | 2023-09-01T19:47:23.855Z | Compiling concurrent-queue v2.2.0 |
734 | 2023-09-01T19:47:23.858Z | 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` |
735 | 2023-09-01T19:47:23.913Z | Compiling yasna v0.5.2 |
736 | 2023-09-01T19:47:23.916Z | 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` |
737 | 2023-09-01T19:47:24.170Z | Compiling glob v0.3.0 |
738 | 2023-09-01T19:47:24.174Z | 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` |
739 | 2023-09-01T19:47:24.450Z | Compiling event-listener v2.5.3 |
740 | 2023-09-01T19:47:24.453Z | 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` |
741 | 2023-09-01T19:47:24.704Z | Compiling termcolor v1.1.2 |
742 | 2023-09-01T19:47:24.707Z | 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` |
743 | 2023-09-01T19:47:25.239Z | Compiling fastrand v2.0.0 |
744 | 2023-09-01T19:47:25.242Z | 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` |
745 | 2023-09-01T19:47:26.015Z | Compiling similar v2.2.1 |
746 | 2023-09-01T19:47:26.019Z | 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` |
747 | 2023-09-01T19:47:26.369Z | Compiling debug-ignore v1.0.5 |
748 | 2023-09-01T19:47:26.387Z | 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` |
749 | 2023-09-01T19:47:26.419Z | Compiling http-range v0.1.4 |
750 | 2023-09-01T19:47:26.429Z | 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` |
751 | 2023-09-01T19:47:26.442Z | Compiling tempfile v3.8.0 |
752 | 2023-09-01T19:47:26.468Z | 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` |
753 | 2023-09-01T19:47:26.598Z | Compiling rcgen v0.11.1 |
754 | 2023-09-01T19:47:26.601Z | 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` |
755 | 2023-09-01T19:47:27.085Z | Compiling hyper-staticfile v0.9.5 |
756 | 2023-09-01T19:47:27.089Z | 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=35a1f176db38e12e -C extra-filename=-35a1f176db38e12e --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-de77e774e007deb2.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-f37f7f712757740c.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` |
757 | 2023-09-01T19:47:27.221Z | 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=0951bac5388625e5 -C extra-filename=-0951bac5388625e5 --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-798d4dec52e60e0e.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-8c504c9ae9772bc1.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-231415958a8af752.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-21f2152978d96980.rmeta --cap-lints allow` |
758 | 2023-09-01T19:47:27.642Z | Compiling expectorate v1.0.7 |
759 | 2023-09-01T19:47:27.645Z | 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` |
760 | 2023-09-01T19:47:27.886Z | Compiling async-channel v1.9.0 |
761 | 2023-09-01T19:47:27.890Z | 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` |
762 | 2023-09-01T19:47:28.045Z | Compiling hyper-rustls v0.24.1 |
763 | 2023-09-01T19:47:28.056Z | 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=5aa997f174165d59 -C extra-filename=-5aa997f174165d59 --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-de77e774e007deb2.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-235f917d2d408e58.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f37f7f712757740c.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` |
764 | 2023-09-01T19:47:28.183Z | 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-09-01T19:47:28.382Z | Compiling tokio-tungstenite v0.20.0 |
766 | 2023-09-01T19:47:28.385Z | 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=90185b3bb84e8831 -C extra-filename=-90185b3bb84e8831 --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-de77e774e007deb2.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` |
767 | 2023-09-01T19:47:29.003Z | Compiling pem v3.0.2 |
768 | 2023-09-01T19:47:29.006Z | 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` |
769 | 2023-09-01T19:47:29.274Z | Compiling subprocess v0.2.9 |
770 | 2023-09-01T19:47:29.281Z | 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` |
771 | 2023-09-01T19:47:29.321Z | 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=36ec122479fc3e9d -C extra-filename=-36ec122479fc3e9d --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-aecb4a68d8933172.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.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-8343798485d0d717.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.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-f37f7f712757740c.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-08fc9de030edc219.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
772 | 2023-09-01T19:47:29.606Z | Compiling schema-derive v0.1.0 |
773 | 2023-09-01T19:47:29.612Z | 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` |
774 | 2023-09-01T19:47:32.748Z | Compiling schema v0.1.0 |
775 | 2023-09-01T19:47:32.751Z | 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` |
776 | 2023-09-01T19:47:32.909Z | 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=2f9e0bb22868b075 -C extra-filename=-2f9e0bb22868b075 --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-8c504c9ae9772bc1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d26a41068a55d660.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro` |
777 | 2023-09-01T19:47:37.456Z | 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=c6cfe62a1abd349d -C extra-filename=-c6cfe62a1abd349d --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.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-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
778 | 2023-09-01T19:47:41.584Z | 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=183a46362ad757f0 -C extra-filename=-183a46362ad757f0 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
779 | 2023-09-01T19:47:41.588Z | 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=688478be78bffa47 -C extra-filename=-688478be78bffa47 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:47:41.593Z | 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=ce53568f3e7fce4a -C extra-filename=-ce53568f3e7fce4a --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:47:41.596Z | 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=c67c177e307130d1 -C extra-filename=-c67c177e307130d1 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:47:41.602Z | 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=e74dec472f66b587 -C extra-filename=-e74dec472f66b587 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:47:41.607Z | 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=90dfa4c2960e29ff -C extra-filename=-90dfa4c2960e29ff --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:47:41.611Z | 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=dbb1f316d851c522 -C extra-filename=-dbb1f316d851c522 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:48:10.267Z | 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=d09229dd65693de6 -C extra-filename=-d09229dd65693de6 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:48:20.909Z | 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=ba65ca19092b75d5 -C extra-filename=-ba65ca19092b75d5 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:48:22.212Z | 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=2f4bfc93ec15fe52 -C extra-filename=-2f4bfc93ec15fe52 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:48:23.339Z | 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=2c9b1469e3f3464c -C extra-filename=-2c9b1469e3f3464c --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:48:23.453Z | 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=e410dafb7faac577 -C extra-filename=-e410dafb7faac577 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:48:24.775Z | 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=bdf1342d766cd065 -C extra-filename=-bdf1342d766cd065 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:48:27.438Z | 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=3b1a6402f150f29f -C extra-filename=-3b1a6402f150f29f --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:48:40.252Z | 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=d0d1f45f00e7e8e0 -C extra-filename=-d0d1f45f00e7e8e0 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:48:43.189Z | 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=e10439f45a785d88 -C extra-filename=-e10439f45a785d88 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:48:50.280Z | 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=647f024aa83b787f -C extra-filename=-647f024aa83b787f --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:49:04.685Z | 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=10f277b7ddba8b8b -C extra-filename=-10f277b7ddba8b8b --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:49:08.316Z | 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=dd27aeb839862442 -C extra-filename=-dd27aeb839862442 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:49:22.211Z | 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=d9c41d8f0c8b08ee -C extra-filename=-d9c41d8f0c8b08ee --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:49:23.674Z | 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=fcc1c6f4dfbdaf67 -C extra-filename=-fcc1c6f4dfbdaf67 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:49:24.152Z | 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=4fab680b16610323 -C extra-filename=-4fab680b16610323 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:49:30.468Z | 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=3e5f82cf3b086219 -C extra-filename=-3e5f82cf3b086219 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:49:38.886Z | 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=0bf3f9fec4c483cb -C extra-filename=-0bf3f9fec4c483cb --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:49:39.978Z | 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=7dd20f74d350bff8 -C extra-filename=-7dd20f74d350bff8 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:49:55.432Z | 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=449d06396b513c28 -C extra-filename=-449d06396b513c28 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-36ec122479fc3e9d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-8343798485d0d717.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:50:36.256Z | Finished dev [unoptimized + debuginfo] target(s) in 4m 24s |
805 | 2023-09-01T19:50:36.421Z | |
806 | 2023-09-01T19:50:36.424Z | real 4:24.702670880 |
807 | 2023-09-01T19:50:36.426Z | user 27:14.220185578 |
808 | 2023-09-01T19:50:36.429Z | sys 3:27.709472606 |
809 | 2023-09-01T19:50:36.432Z | trap 1.403827696 |
810 | 2023-09-01T19:50:36.435Z | tflt 6.937300690 |
811 | 2023-09-01T19:50:36.437Z | dflt 9.900271838 |
812 | 2023-09-01T19:50:36.440Z | kflt 0.116078483 |
813 | 2023-09-01T19:50:36.444Z | lock 1:01:01.946238357 |
814 | 2023-09-01T19:50:36.446Z | slp 1:39:31.867365392 |
815 | 2023-09-01T19:50:36.449Z | lat 1:27.154585559 |
816 | 2023-09-01T19:50:36.451Z | stop 35.944934096 |
817 | 2023-09-01T19:50:36.454Z | + banner test |
818 | 2023-09-01T19:50:36.457Z | |
819 | 2023-09-01T19:50:36.460Z | ##### ###### #### ##### |
820 | 2023-09-01T19:50:36.462Z | # # # # |
821 | 2023-09-01T19:50:36.465Z | # ##### #### # |
822 | 2023-09-01T19:50:36.468Z | # # # # |
823 | 2023-09-01T19:50:36.470Z | # # # # # |
824 | 2023-09-01T19:50:36.473Z | # ###### #### # |
825 | 2023-09-01T19:50:36.476Z | |
826 | 2023-09-01T19:50:36.478Z | + ptime -m cargo test --all-features --locked --verbose |
827 | 2023-09-01T19:50:36.850Z | Fresh unicode-ident v1.0.0 |
828 | 2023-09-01T19:50:37.886Z | Fresh cfg-if v1.0.0 |
829 | 2023-09-01T19:50:37.895Z | Fresh itoa v1.0.1 |
830 | 2023-09-01T19:50:37.899Z | Fresh version_check v0.9.4 |
831 | 2023-09-01T19:50:37.904Z | Fresh proc-macro2 v1.0.66 |
832 | 2023-09-01T19:50:38.320Z | Fresh pin-project-lite v0.2.12 |
833 | 2023-09-01T19:50:38.331Z | Fresh quote v1.0.30 |
834 | 2023-09-01T19:50:38.338Z | Fresh libc v0.2.147 |
835 | 2023-09-01T19:50:38.341Z | Fresh bytes v1.4.0 |
836 | 2023-09-01T19:50:38.344Z | Fresh autocfg v1.1.0 |
837 | 2023-09-01T19:50:38.348Z | Fresh once_cell v1.13.1 |
838 | 2023-09-01T19:50:38.351Z | Fresh syn v2.0.29 |
839 | 2023-09-01T19:50:38.354Z | Fresh syn v1.0.109 |
840 | 2023-09-01T19:50:38.357Z | Fresh futures-core v0.3.28 |
841 | 2023-09-01T19:50:38.361Z | Fresh ryu v1.0.5 |
842 | 2023-09-01T19:50:38.364Z | Fresh futures-sink v0.3.28 |
843 | 2023-09-01T19:50:38.367Z | Fresh serde_derive v1.0.188 |
844 | 2023-09-01T19:50:38.371Z | Fresh cc v1.0.72 |
845 | 2023-09-01T19:50:38.375Z | Fresh scopeguard v1.1.0 |
846 | 2023-09-01T19:50:38.378Z | Fresh smallvec v1.7.0 |
847 | 2023-09-01T19:50:38.382Z | Fresh serde v1.0.188 |
848 | 2023-09-01T19:50:38.388Z | Fresh parking_lot_core v0.9.4 |
849 | 2023-09-01T19:50:38.399Z | Fresh lock_api v0.4.6 |
850 | 2023-09-01T19:50:38.406Z | Fresh thiserror-impl v1.0.30 |
851 | 2023-09-01T19:50:38.412Z | Fresh serde_json v1.0.99 |
852 | 2023-09-01T19:50:38.417Z | Fresh ucd-trie v0.1.3 |
853 | 2023-09-01T19:50:38.421Z | Fresh lazy_static v1.4.0 |
854 | 2023-09-01T19:50:38.424Z | Fresh futures-channel v0.3.28 |
855 | 2023-09-01T19:50:38.427Z | Fresh thiserror v1.0.30 |
856 | 2023-09-01T19:50:38.430Z | Fresh pest v2.1.3 |
857 | 2023-09-01T19:50:38.433Z | Fresh futures-task v0.3.28 |
858 | 2023-09-01T19:50:38.436Z | Fresh log v0.4.17 |
859 | 2023-09-01T19:50:38.438Z | Fresh parking_lot v0.12.1 |
860 | 2023-09-01T19:50:38.441Z | Fresh tokio-macros v2.1.0 |
861 | 2023-09-01T19:50:38.443Z | Fresh futures-macro v0.3.28 |
862 | 2023-09-01T19:50:38.446Z | Fresh num_cpus v1.13.0 |
863 | 2023-09-01T19:50:38.449Z | Fresh getrandom v0.2.3 |
864 | 2023-09-01T19:50:38.452Z | Fresh signal-hook-registry v1.4.0 |
865 | 2023-09-01T19:50:38.455Z | Fresh socket2 v0.5.3 |
866 | 2023-09-01T19:50:38.458Z | Fresh mio v0.8.8 |
867 | 2023-09-01T19:50:38.460Z | Fresh memchr v2.6.0 |
868 | 2023-09-01T19:50:38.463Z | Fresh fnv v1.0.7 |
869 | 2023-09-01T19:50:38.466Z | Fresh unicode-xid v0.2.2 |
870 | 2023-09-01T19:50:38.470Z | Fresh futures-io v0.3.28 |
871 | 2023-09-01T19:50:38.472Z | Fresh maplit v1.0.2 |
872 | 2023-09-01T19:50:38.475Z | Fresh slab v0.4.5 |
873 | 2023-09-01T19:50:38.478Z | Fresh byteorder v1.4.3 |
874 | 2023-09-01T19:50:38.480Z | Fresh pin-utils v0.1.0 |
875 | 2023-09-01T19:50:38.483Z | Fresh http v0.2.9 |
876 | 2023-09-01T19:50:38.486Z | Fresh synstructure v0.12.6 |
877 | 2023-09-01T19:50:38.488Z | Fresh futures-util v0.3.28 |
878 | 2023-09-01T19:50:38.491Z | Fresh pest_meta v2.1.3 |
879 | 2023-09-01T19:50:38.494Z | Fresh tokio v1.32.0 |
880 | 2023-09-01T19:50:38.499Z | Fresh typenum v1.14.0 |
881 | 2023-09-01T19:50:38.502Z | Fresh spin v0.5.2 |
882 | 2023-09-01T19:50:38.505Z | Fresh untrusted v0.7.1 |
883 | 2023-09-01T19:50:38.507Z | Fresh pest_generator v2.1.3 |
884 | 2023-09-01T19:50:38.511Z | Fresh ring v0.16.20 |
885 | 2023-09-01T19:50:38.514Z | Fresh generic-array v0.14.5 |
886 | 2023-09-01T19:50:38.517Z | Fresh zerocopy-derive v0.2.0 |
887 | 2023-09-01T19:50:38.519Z | Fresh tracing-core v0.1.21 |
888 | 2023-09-01T19:50:38.522Z | Fresh percent-encoding v2.3.0 |
889 | 2023-09-01T19:50:38.525Z | Fresh num_threads v0.1.3 |
890 | 2023-09-01T19:50:38.527Z | Fresh time-macros v0.2.3 |
891 | 2023-09-01T19:50:38.530Z | Fresh tinyvec_macros v0.1.0 |
892 | 2023-09-01T19:50:38.534Z | Fresh pest_derive v2.1.0 |
893 | 2023-09-01T19:50:38.537Z | Fresh tinyvec v1.5.1 |
894 | 2023-09-01T19:50:38.540Z | Fresh time v0.3.7 |
895 | 2023-09-01T19:50:38.542Z | Fresh form_urlencoded v1.2.0 |
896 | 2023-09-01T19:50:38.545Z | Fresh httparse v1.8.0 |
897 | 2023-09-01T19:50:38.548Z | Fresh tracing v0.1.29 |
898 | 2023-09-01T19:50:38.550Z | Fresh zerocopy v0.3.0 |
899 | 2023-09-01T19:50:38.553Z | Fresh hashbrown v0.12.1 |
900 | 2023-09-01T19:50:38.556Z | Fresh unicode-normalization v0.1.19 |
901 | 2023-09-01T19:50:38.559Z | Fresh paste v1.0.14 |
902 | 2023-09-01T19:50:38.562Z | Fresh tokio-util v0.7.7 |
903 | 2023-09-01T19:50:38.565Z | Fresh slog v2.7.0 |
904 | 2023-09-01T19:50:38.567Z | Fresh dof v0.1.5 |
905 | 2023-09-01T19:50:38.570Z | Fresh indexmap v1.9.3 |
906 | 2023-09-01T19:50:38.573Z | Fresh crossbeam-utils v0.8.15 |
907 | 2023-09-01T19:50:38.576Z | Fresh dtrace-parser v0.1.14 |
908 | 2023-09-01T19:50:38.579Z | Fresh crypto-common v0.1.6 |
909 | 2023-09-01T19:50:38.581Z | Fresh block-buffer v0.10.2 |
910 | 2023-09-01T19:50:38.584Z | Fresh rand_core v0.6.3 |
911 | 2023-09-01T19:50:38.587Z | Fresh thread-id v4.0.0 |
912 | 2023-09-01T19:50:38.590Z | Fresh matches v0.1.9 |
913 | 2023-09-01T19:50:38.593Z | Fresh ppv-lite86 v0.2.15 |
914 | 2023-09-01T19:50:38.596Z | Fresh try-lock v0.2.3 |
915 | 2023-09-01T19:50:38.598Z | Fresh equivalent v1.0.0 |
916 | 2023-09-01T19:50:38.601Z | Fresh hashbrown v0.14.0 |
917 | 2023-09-01T19:50:38.603Z | Fresh unicode-bidi v0.3.7 |
918 | 2023-09-01T19:50:38.606Z | Fresh base64 v0.21.3 |
919 | 2023-09-01T19:50:38.610Z | Fresh want v0.3.0 |
920 | 2023-09-01T19:50:38.612Z | Fresh usdt-impl v0.3.5 |
921 | 2023-09-01T19:50:38.615Z | Fresh rand_chacha v0.3.1 |
922 | 2023-09-01T19:50:38.618Z | Fresh indexmap v2.0.0 |
923 | 2023-09-01T19:50:38.621Z | Fresh idna v0.2.3 |
924 | 2023-09-01T19:50:38.624Z | Fresh h2 v0.3.17 |
925 | 2023-09-01T19:50:38.627Z | Fresh digest v0.10.5 |
926 | 2023-09-01T19:50:38.630Z | Fresh unicase v2.6.0 |
927 | 2023-09-01T19:50:38.633Z | Fresh sct v0.7.0 |
928 | 2023-09-01T19:50:38.635Z | Fresh rustls-webpki v0.101.4 |
929 | 2023-09-01T19:50:38.638Z | Fresh http-body v0.4.3 |
930 | 2023-09-01T19:50:38.641Z | Fresh serde_tokenstream v0.1.7 |
931 | 2023-09-01T19:50:38.643Z | Fresh serde_tokenstream v0.2.0 |
932 | 2023-09-01T19:50:38.645Z | Fresh socket2 v0.4.9 |
933 | 2023-09-01T19:50:38.650Z | Fresh dirs-sys-next v0.1.2 |
934 | 2023-09-01T19:50:38.654Z | Fresh cpufeatures v0.2.2 |
935 | 2023-09-01T19:50:38.657Z | Fresh httpdate v1.0.1 |
936 | 2023-09-01T19:50:38.659Z | Fresh tower-service v0.3.1 |
937 | 2023-09-01T19:50:38.662Z | Fresh rustls v0.21.6 |
938 | 2023-09-01T19:50:38.665Z | Fresh hyper v0.14.27 |
939 | 2023-09-01T19:50:38.668Z | Fresh sha1 v0.10.5 |
940 | 2023-09-01T19:50:38.671Z | Fresh dirs-next v2.0.0 |
941 | 2023-09-01T19:50:38.673Z | Fresh url v2.2.2 |
942 | 2023-09-01T19:50:38.677Z | Fresh num-traits v0.2.14 |
943 | 2023-09-01T19:50:38.680Z | Fresh rand v0.8.4 |
944 | 2023-09-01T19:50:38.683Z | Fresh serde_spanned v0.6.3 |
945 | 2023-09-01T19:50:38.685Z | Fresh toml_datetime v0.6.3 |
946 | 2023-09-01T19:50:38.688Z | Fresh serde_derive_internals v0.26.0 |
947 | 2023-09-01T19:50:38.691Z | Fresh thread_local v1.1.4 |
948 | 2023-09-01T19:50:38.694Z | Fresh winnow v0.5.15 |
949 | 2023-09-01T19:50:38.697Z | Fresh match_cfg v0.1.0 |
950 | 2023-09-01T19:50:38.701Z | Fresh base64 v0.13.1 |
951 | 2023-09-01T19:50:38.703Z | Fresh iana-time-zone v0.1.47 |
952 | 2023-09-01T19:50:38.706Z | Fresh schemars_derive v0.8.13 |
953 | 2023-09-01T19:50:38.709Z | Fresh rustls-pemfile v0.2.1 |
954 | 2023-09-01T19:50:38.711Z | Fresh chrono v0.4.26 |
955 | 2023-09-01T19:50:38.714Z | Fresh toml_edit v0.19.14 |
956 | 2023-09-01T19:50:38.717Z | Fresh hostname v0.3.1 |
957 | 2023-09-01T19:50:38.719Z | Fresh term v0.7.0 |
958 | 2023-09-01T19:50:38.722Z | Fresh tokio-rustls v0.24.1 |
959 | 2023-09-01T19:50:38.725Z | Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
960 | 2023-09-01T19:50:38.727Z | Fresh usdt-macro v0.3.5 |
961 | 2023-09-01T19:50:38.730Z | Fresh usdt-attr-macro v0.3.5 |
962 | 2023-09-01T19:50:38.733Z | Fresh crossbeam-channel v0.5.1 |
963 | 2023-09-01T19:50:38.735Z | Fresh slog-json v2.6.1 |
964 | 2023-09-01T19:50:38.738Z | Fresh futures-executor v0.3.28 |
965 | 2023-09-01T19:50:38.741Z | Fresh uuid v1.4.1 |
966 | 2023-09-01T19:50:38.744Z | 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=5045a804b4294d8e -C extra-filename=-5045a804b4294d8e --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-8c504c9ae9772bc1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d26a41068a55d660.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro` |
967 | 2023-09-01T19:50:38.747Z | Fresh async-stream-impl v0.3.5 |
968 | 2023-09-01T19:50:38.749Z | Fresh atty v0.2.14 |
969 | 2023-09-01T19:50:38.752Z | Fresh errno v0.3.1 |
970 | 2023-09-01T19:50:38.754Z | Fresh unicode-segmentation v1.10.0 |
971 | 2023-09-01T19:50:38.757Z | Fresh data-encoding v2.4.0 |
972 | 2023-09-01T19:50:38.760Z | Fresh take_mut v0.2.2 |
973 | 2023-09-01T19:50:38.763Z | Fresh atomic-waker v1.1.1 |
974 | 2023-09-01T19:50:38.766Z | Fresh openssl-probe v0.1.4 |
975 | 2023-09-01T19:50:38.769Z | Fresh unicode-width v0.1.9 |
976 | 2023-09-01T19:50:38.772Z | Fresh dyn-clone v1.0.4 |
977 | 2023-09-01T19:50:38.774Z | Fresh bitflags v2.4.0 |
978 | 2023-09-01T19:50:38.777Z | Fresh utf-8 v0.7.6 |
979 | 2023-09-01T19:50:38.779Z | Fresh mime v0.3.16 |
980 | 2023-09-01T19:50:38.782Z | Fresh waitgroup v0.1.2 |
981 | 2023-09-01T19:50:38.785Z | Fresh console v0.15.5 |
982 | 2023-09-01T19:50:38.787Z | Fresh rustls-native-certs v0.6.1 |
983 | 2023-09-01T19:50:38.790Z | Fresh mime_guess v2.0.4 |
984 | 2023-09-01T19:50:38.793Z | Fresh tungstenite v0.20.0 |
985 | 2023-09-01T19:50:38.796Z | Fresh schemars v0.8.13 |
986 | 2023-09-01T19:50:38.798Z | Fresh rustix v0.38.8 |
987 | 2023-09-01T19:50:38.801Z | Fresh slog-term v2.9.0 |
988 | 2023-09-01T19:50:38.804Z | Fresh newline-converter v0.3.0 |
989 | 2023-09-01T19:50:38.806Z | Fresh async-stream v0.3.5 |
990 | 2023-09-01T19:50:38.809Z | Fresh slog-async v2.8.0 |
991 | 2023-09-01T19:50:38.813Z | Fresh usdt v0.3.5 |
992 | 2023-09-01T19:50:39.230Z | Fresh futures v0.3.28 |
993 | 2023-09-01T19:50:39.235Z | Fresh slog-bunyan v2.4.0 |
994 | 2023-09-01T19:50:39.238Z | Fresh toml v0.7.6 |
995 | 2023-09-01T19:50:39.245Z | Fresh camino v1.1.6 |
996 | 2023-09-01T19:50:39.247Z | Fresh async-trait v0.1.73 |
997 | 2023-09-01T19:50:39.251Z | Fresh openapiv3 v1.0.3 |
998 | 2023-09-01T19:50:39.266Z | Fresh rustls-pemfile v1.0.3 |
999 | 2023-09-01T19:50:39.270Z | Fresh pem v2.0.1 |
1000 | 2023-09-01T19:50:39.273Z | Fresh concurrent-queue v2.2.0 |
1001 | 2023-09-01T19:50:39.275Z | Fresh yasna v0.5.2 |
1002 | 2023-09-01T19:50:39.278Z | Fresh serde_urlencoded v0.7.1 |
1003 | 2023-09-01T19:50:39.282Z | Fresh serde_path_to_error v0.1.14 |
1004 | 2023-09-01T19:50:39.286Z | Fresh basic-toml v0.1.1 |
1005 | 2023-09-01T19:50:39.291Z | Fresh similar v2.2.1 |
1006 | 2023-09-01T19:50:39.295Z | Fresh debug-ignore v1.0.5 |
1007 | 2023-09-01T19:50:39.299Z | Fresh glob v0.3.0 |
1008 | 2023-09-01T19:50:39.303Z | Fresh http-range v0.1.4 |
1009 | 2023-09-01T19:50:39.307Z | Fresh event-listener v2.5.3 |
1010 | 2023-09-01T19:50:39.311Z | Fresh fastrand v2.0.0 |
1011 | 2023-09-01T19:50:39.314Z | Fresh termcolor v1.1.2 |
1012 | 2023-09-01T19:50:39.318Z | Fresh async-channel v1.9.0 |
1013 | 2023-09-01T19:50:39.321Z | Fresh expectorate v1.0.7 |
1014 | 2023-09-01T19:50:39.326Z | Fresh hyper-staticfile v0.9.5 |
1015 | 2023-09-01T19:50:39.329Z | Fresh rcgen v0.11.1 |
1016 | 2023-09-01T19:50:39.332Z | Fresh tokio-tungstenite v0.20.0 |
1017 | 2023-09-01T19:50:39.337Z | Fresh tempfile v3.8.0 |
1018 | 2023-09-01T19:50:39.342Z | Fresh trybuild v1.0.83 |
1019 | 2023-09-01T19:50:39.345Z | Fresh buf-list v1.0.3 |
1020 | 2023-09-01T19:50:39.349Z | Fresh hyper-rustls v0.24.1 |
1021 | 2023-09-01T19:50:39.351Z | Fresh pem v3.0.2 |
1022 | 2023-09-01T19:50:39.354Z | Fresh subprocess v0.2.9 |
1023 | 2023-09-01T19:50:39.356Z | Fresh schema-derive v0.1.0 |
1024 | 2023-09-01T19:50:39.359Z | Fresh schema v0.1.0 |
1025 | 2023-09-01T19:50:39.362Z | Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot) |
1026 | 2023-09-01T19:50:39.365Z | 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=253adf86513b932e -C extra-filename=-253adf86513b932e --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-aecb4a68d8933172.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.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-5045a804b4294d8e.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-647d4479e6a72494.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-ac6d6b0ac04ced40.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-f37f7f712757740c.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-08fc9de030edc219.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1027 | 2023-09-01T19:50:39.368Z | 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=15cc20d35dc8eb31 -C extra-filename=-15cc20d35dc8eb31 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.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-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1028 | 2023-09-01T19:50:49.224Z | 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=7c4b9c65a7c379cb -C extra-filename=-7c4b9c65a7c379cb --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-cd16c766d6c8aacf.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-7340081683e33e76/out` |
1029 | 2023-09-01T19:50:49.228Z | 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=7ef94d6f7c743095 -C extra-filename=-7ef94d6f7c743095 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:50:49.232Z | 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=c51483cf01e881b7 -C extra-filename=-c51483cf01e881b7 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:50:49.236Z | 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=7e5e18d6c5f1f30f -C extra-filename=-7e5e18d6c5f1f30f --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:50:49.240Z | 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=5ddd8696336447c1 -C extra-filename=-5ddd8696336447c1 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:50:49.243Z | 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=806268a3a695937e -C extra-filename=-806268a3a695937e --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:50:49.247Z | 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=7fb6ed2eae56101d -C extra-filename=-7fb6ed2eae56101d --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:51:05.496Z | 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=a01e71f440922ccf -C extra-filename=-a01e71f440922ccf --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:51:28.004Z | 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=cf6ae35d360b7234 -C extra-filename=-cf6ae35d360b7234 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:51:28.657Z | 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=140c93e6194813cf -C extra-filename=-140c93e6194813cf --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:51:30.083Z | 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=4fdacd150937cac7 -C extra-filename=-4fdacd150937cac7 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:51:32.441Z | 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=74c8c7a0a9cf46f7 -C extra-filename=-74c8c7a0a9cf46f7 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:51:52.662Z | 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=023f27219aa1bbe9 -C extra-filename=-023f27219aa1bbe9 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:52:01.031Z | 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=500f18afc0483cbd -C extra-filename=-500f18afc0483cbd --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:52:07.592Z | 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=97754b693d3e0074 -C extra-filename=-97754b693d3e0074 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:52:10.342Z | 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=403b651b682bb41a -C extra-filename=-403b651b682bb41a --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:52:11.038Z | 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=adcd366d54eafd36 -C extra-filename=-adcd366d54eafd36 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:52:12.410Z | 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=988d18e7b529bc4d -C extra-filename=-988d18e7b529bc4d --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:52:32.606Z | 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=9c89709b14e59fde -C extra-filename=-9c89709b14e59fde --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:52:36.391Z | 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=082f1f73250ae9ee -C extra-filename=-082f1f73250ae9ee --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:52:38.259Z | 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=e55904ebbf7fb0f2 -C extra-filename=-e55904ebbf7fb0f2 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:52:42.168Z | 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=18752a5b8d0c0dda -C extra-filename=-18752a5b8d0c0dda --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:52:48.440Z | 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=62a3e7ec45587cae -C extra-filename=-62a3e7ec45587cae --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:52:56.651Z | 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=fb4f00ad63aa00e2 -C extra-filename=-fb4f00ad63aa00e2 --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:52:59.144Z | 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=6170aed42919e91c -C extra-filename=-6170aed42919e91c --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:53:05.545Z | 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=90b854f5e378f85f -C extra-filename=-90b854f5e378f85f --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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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-09-01T19:53:44.284Z | Finished test [unoptimized + debuginfo] target(s) in 3m 07s |
1055 | 2023-09-01T19:53:44.327Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-15cc20d35dc8eb31` |
1056 | 2023-09-01T19:53:44.330Z | |
1057 | 2023-09-01T19:53:44.333Z | running 94 tests |
1058 | 2023-09-01T19:53:44.336Z | test api_description::test::test_badpath4 - should panic ... ok |
1059 | 2023-09-01T19:53:44.339Z | test api_description::test::test_tags_need_one ... ok |
1060 | 2023-09-01T19:53:44.342Z | test api_description::test::test_badpath2 ... ok |
1061 | 2023-09-01T19:53:44.345Z | test api_description::test::test_badpath1 ... ok |
1062 | 2023-09-01T19:53:44.360Z | test api_description::test::test_badpath3 ... ok |
1063 | 2023-09-01T19:53:44.363Z | test api_description::test::test_tags_too_many ... ok |
1064 | 2023-09-01T19:53:44.366Z | test api_description::test::test_dup_names ... ok |
1065 | 2023-09-01T19:53:44.369Z | test api_description::test::test_tags_just_right ... ok |
1066 | 2023-09-01T19:53:44.372Z | test error::test::test_serialize_error_response_body ... ok |
1067 | 2023-09-01T19:53:44.375Z | test extractor::metadata::test::test_metadata_flattened ... ok |
1068 | 2023-09-01T19:53:44.378Z | test from_map::test::test_lone_literal ... ok |
1069 | 2023-09-01T19:53:44.381Z | test from_map::test::test_deep ... ok |
1070 | 2023-09-01T19:53:44.383Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
1071 | 2023-09-01T19:53:44.386Z | test extractor::metadata::test::test_metadata_simple ... ok |
1072 | 2023-09-01T19:53:44.389Z | test from_map::test::test_missing_data1 ... ok |
1073 | 2023-09-01T19:53:44.392Z | test extractor::metadata::test::test_metadata_pagination ... ok |
1074 | 2023-09-01T19:53:44.394Z | test from_map::test::test_missing_data2 ... ok |
1075 | 2023-09-01T19:53:44.397Z | test from_map::test::test_types ... ok |
1076 | 2023-09-01T19:53:44.400Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
1077 | 2023-09-01T19:53:44.402Z | test logging::test::test_config_bad_terminal_no_level ... ok |
1078 | 2023-09-01T19:53:44.405Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
1079 | 2023-09-01T19:53:44.408Z | test logging::test::test_config_bad_file_no_level ... ok |
1080 | 2023-09-01T19:53:44.411Z | test logging::test::test_config_bad_file_no_file ... ok |
1081 | 2023-09-01T19:53:44.414Z | test logging::test::test_config_bad_log_mode ... ok |
1082 | 2023-09-01T19:53:44.416Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
1083 | 2023-09-01T19:53:44.419Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
1084 | 2023-09-01T19:53:44.422Z | test pagination::test::test_pagination_schema ... ok |
1085 | 2023-09-01T19:53:44.424Z | test pagination::test::test_results_page ... ok |
1086 | 2023-09-01T19:53:44.427Z | test pagination::test::test_page_token_serialization ... ok |
1087 | 2023-09-01T19:53:44.430Z | test pagination::test::test_pagparams_parsing ... ok |
1088 | 2023-09-01T19:53:44.433Z | test router::test::test_bad_path_segment2 - should panic ... ok |
1089 | 2023-09-01T19:53:44.436Z | test router::test::test_bad_path_segment1 - should panic ... ok |
1090 | 2023-09-01T19:53:44.438Z | test router::test::test_bad_path_segment3 - should panic ... ok |
1091 | 2023-09-01T19:53:44.441Z | test router::test::test_bad_path_segment4 - should panic ... ok |
1092 | 2023-09-01T19:53:44.444Z | test router::test::test_bogus_regex - should panic ... ok |
1093 | 2023-09-01T19:53:44.446Z | test logging::test::test_config_stderr_terminal ... ok |
1094 | 2023-09-01T19:53:44.449Z | test router::test::test_duplicate_route1 - should panic ... ok |
1095 | 2023-09-01T19:53:44.452Z | test router::test::test_duplicate_route2 - should panic ... ok |
1096 | 2023-09-01T19:53:44.455Z | test router::test::test_duplicate_route3 - should panic ... ok |
1097 | 2023-09-01T19:53:44.458Z | test router::test::test_duplicate_varname - should panic ... ok |
1098 | 2023-09-01T19:53:44.460Z | test router::test::test_embedded_non_variable ... ok |
1099 | 2023-09-01T19:53:44.463Z | test router::test::test_empty_variable ... ok |
1100 | 2023-09-01T19:53:44.466Z | test router::test::test_error_cases ... ok |
1101 | 2023-09-01T19:53:44.469Z | test router::test::test_inconsistent_varname - should panic ... ok |
1102 | 2023-09-01T19:53:44.471Z | test api_description::test::test_tags_set ... ok |
1103 | 2023-09-01T19:53:44.474Z | test router::test::test_iter_null ... ok |
1104 | 2023-09-01T19:53:44.477Z | test router::test::test_iter ... ok |
1105 | 2023-09-01T19:53:44.480Z | test router::test::test_literal_after_regex - should panic ... ok |
1106 | 2023-09-01T19:53:44.482Z | test router::test::test_iter2 ... ok |
1107 | 2023-09-01T19:53:44.485Z | test router::test::test_literal_after_variable - should panic ... ok |
1108 | 2023-09-01T19:53:44.488Z | test router::test::test_path_segment ... ok |
1109 | 2023-09-01T19:53:44.490Z | test router::test::test_map ... ok |
1110 | 2023-09-01T19:53:44.493Z | test router::test::test_map_bad_value ... ok |
1111 | 2023-09-01T19:53:44.496Z | test router::test::test_more_after_regex - should panic ... ok |
1112 | 2023-09-01T19:53:44.499Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
1113 | 2023-09-01T19:53:44.502Z | test router::test::test_router_basic ... ok |
1114 | 2023-09-01T19:53:44.505Z | test router::test::test_segments ... ok |
1115 | 2023-09-01T19:53:44.508Z | test router::test::test_map_bad_seq ... ok |
1116 | 2023-09-01T19:53:44.510Z | test router::test::test_variable_after_literal - should panic ... ok |
1117 | 2023-09-01T19:53:44.513Z | test router::test::test_variable_name_bad_start - should panic ... ok |
1118 | 2023-09-01T19:53:44.516Z | test router::test::test_variable_name_empty - should panic ... ok |
1119 | 2023-09-01T19:53:44.519Z | test router::test::test_variable_name_bad_end - should panic ... ok |
1120 | 2023-09-01T19:53:44.521Z | test router::test::test_variable_rename ... ok |
1121 | 2023-09-01T19:53:44.524Z | test router::test::test_variables_glob ... ok |
1122 | 2023-09-01T19:53:44.528Z | test router::test::test_variables_basic ... ok |
1123 | 2023-09-01T19:53:44.531Z | test router::test::test_variables_multi ... ok |
1124 | 2023-09-01T19:53:44.534Z | test schema_util::test::test_empty_struct ... ok |
1125 | 2023-09-01T19:53:44.537Z | test schema_util::test::test_additional_properties ... ok |
1126 | 2023-09-01T19:53:44.540Z | test logging::test::test_config_file ... ok |
1127 | 2023-09-01T19:53:44.543Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-403b651b682bb41a` |
1128 | 2023-09-01T19:53:44.547Z | test schema_util::test::test_two_types - should panic ... ok |
1129 | 2023-09-01T19:53:44.551Z | test schema_util::test::test_nullable ... ok |
1130 | 2023-09-01T19:53:44.556Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
1131 | 2023-09-01T19:53:44.559Z | test test_util::test::test_bunyan_easy_cases ... ok |
1132 | 2023-09-01T19:53:44.562Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
1133 | 2023-09-01T19:53:44.564Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
1134 | 2023-09-01T19:53:44.567Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
1135 | 2023-09-01T19:53:44.570Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
1136 | 2023-09-01T19:53:44.573Z | test schema_util::test::test_bad_schema - should panic ... ok |
1137 | 2023-09-01T19:53:44.576Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
1138 | 2023-09-01T19:53:44.579Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
1139 | 2023-09-01T19:53:44.582Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
1140 | 2023-09-01T19:53:44.585Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
1141 | 2023-09-01T19:53:44.588Z | test to_map::test::test_to_map_seq ... ok |
1142 | 2023-09-01T19:53:44.591Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
1143 | 2023-09-01T19:53:44.593Z | test to_map::test::test_to_map_num ... ok |
1144 | 2023-09-01T19:53:44.597Z | test to_map::test::test_to_map_enum ... ok |
1145 | 2023-09-01T19:53:44.600Z | test to_map::test::test_to_map_valid ... ok |
1146 | 2023-09-01T19:53:44.602Z | test to_map::test::test_to_map_vec ... ok |
1147 | 2023-09-01T19:53:44.605Z | test type_util::tests::test_commented_ref ... ok |
1148 | 2023-09-01T19:53:44.608Z | test type_util::tests::test_recursive_type - should panic ... ok |
1149 | 2023-09-01T19:53:44.611Z | test type_util::tests::test_reflexive_type - should panic ... ok |
1150 | 2023-09-01T19:53:44.614Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
1151 | 2023-09-01T19:53:44.617Z | test server::test::test_drop_server_without_close_okay ... ok |
1152 | 2023-09-01T19:53:44.619Z | test server::test::test_server_run_then_close ... ok |
1153 | 2023-09-01T19:53:44.622Z | |
1154 | 2023-09-01T19:53:44.625Z | test result: ok. 94 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
1155 | 2023-09-01T19:53:44.627Z | |
1156 | 2023-09-01T19:53:44.630Z | |
1157 | 2023-09-01T19:53:44.633Z | running 1 test |
1158 | 2023-09-01T19:53:45.003Z | Compiling proc-macro2 v1.0.66 |
1159 | 2023-09-01T19:53:45.006Z | Compiling quote v1.0.30 |
1160 | 2023-09-01T19:53:45.009Z | Compiling unicode-ident v1.0.0 |
1161 | 2023-09-01T19:53:45.012Z | Compiling libc v0.2.147 |
1162 | 2023-09-01T19:53:45.015Z | Checking cfg-if v1.0.0 |
1163 | 2023-09-01T19:53:45.018Z | Compiling syn v1.0.109 |
1164 | 2023-09-01T19:53:45.021Z | Compiling version_check v0.9.4 |
1165 | 2023-09-01T19:53:45.024Z | Compiling serde v1.0.188 |
1166 | 2023-09-01T19:53:45.139Z | Checking itoa v1.0.1 |
1167 | 2023-09-01T19:53:45.312Z | Compiling ryu v1.0.5 |
1168 | 2023-09-01T19:53:45.478Z | Checking pin-project-lite v0.2.12 |
1169 | 2023-09-01T19:53:45.660Z | Compiling futures-core v0.3.28 |
1170 | 2023-09-01T19:53:46.116Z | Compiling serde_json v1.0.99 |
1171 | 2023-09-01T19:53:46.195Z | Compiling autocfg v1.1.0 |
1172 | 2023-09-01T19:53:46.371Z | Checking bytes v1.4.0 |
1173 | 2023-09-01T19:53:46.383Z | Compiling ucd-trie v0.1.3 |
1174 | 2023-09-01T19:53:46.629Z | Compiling parking_lot_core v0.9.4 |
1175 | 2023-09-01T19:53:46.709Z | Compiling unicode-xid v0.2.2 |
1176 | 2023-09-01T19:53:46.992Z | Compiling pest v2.1.3 |
1177 | 2023-09-01T19:53:47.181Z | Checking scopeguard v1.1.0 |
1178 | 2023-09-01T19:53:47.392Z | Checking futures-sink v0.3.28 |
1179 | 2023-09-01T19:53:47.516Z | Checking once_cell v1.13.1 |
1180 | 2023-09-01T19:53:47.603Z | Compiling cc v1.0.72 |
1181 | 2023-09-01T19:53:47.662Z | Compiling log v0.4.17 |
1182 | 2023-09-01T19:53:47.693Z | Compiling futures-channel v0.3.28 |
1183 | 2023-09-01T19:53:48.075Z | Checking smallvec v1.7.0 |
1184 | 2023-09-01T19:53:48.299Z | Compiling futures-task v0.3.28 |
1185 | 2023-09-01T19:53:48.360Z | Compiling maplit v1.0.2 |
1186 | 2023-09-01T19:53:48.567Z | Checking lock_api v0.4.6 |
1187 | 2023-09-01T19:53:48.628Z | Compiling syn v2.0.29 |
1188 | 2023-09-01T19:53:49.510Z | Compiling futures-util v0.3.28 |
1189 | 2023-09-01T19:53:49.547Z | Checking lazy_static v1.4.0 |
1190 | 2023-09-01T19:53:49.666Z | Compiling pest_meta v2.1.3 |
1191 | 2023-09-01T19:53:49.741Z | Compiling typenum v1.14.0 |
1192 | 2023-09-01T19:53:50.057Z | Checking parking_lot v0.12.1 |
1193 | 2023-09-01T19:53:50.565Z | Checking signal-hook-registry v1.4.0 |
1194 | 2023-09-01T19:53:50.655Z | Checking num_cpus v1.13.0 |
1195 | 2023-09-01T19:53:50.658Z | Checking socket2 v0.5.3 |
1196 | 2023-09-01T19:53:50.831Z | Checking mio v0.8.8 |
1197 | 2023-09-01T19:53:50.973Z | Checking getrandom v0.2.3 |
1198 | 2023-09-01T19:53:51.790Z | Compiling generic-array v0.14.5 |
1199 | 2023-09-01T19:53:51.926Z | Checking futures-io v0.3.28 |
1200 | 2023-09-01T19:53:52.105Z | Checking pin-utils v0.1.0 |
1201 | 2023-09-01T19:53:52.228Z | Checking fnv v1.0.7 |
1202 | 2023-09-01T19:53:52.239Z | Checking slab v0.4.5 |
1203 | 2023-09-01T19:53:52.382Z | Checking memchr v2.6.0 |
1204 | 2023-09-01T19:53:52.424Z | Checking http v0.2.9 |
1205 | 2023-09-01T19:53:52.858Z | Compiling unicase v2.6.0 |
1206 | 2023-09-01T19:53:53.466Z | Compiling usdt-impl v0.3.5 |
1207 | 2023-09-01T19:53:53.580Z | Compiling ring v0.16.20 |
1208 | 2023-09-01T19:53:54.098Z | Compiling httparse v1.8.0 |
1209 | 2023-09-01T19:53:54.214Z | Checking spin v0.5.2 |
1210 | 2023-09-01T19:53:54.548Z | Checking untrusted v0.7.1 |
1211 | 2023-09-01T19:53:54.811Z | Checking tracing-core v0.1.21 |
1212 | 2023-09-01T19:53:54.947Z | Compiling indexmap v1.9.3 |
1213 | 2023-09-01T19:53:55.186Z | Checking byteorder v1.4.3 |
1214 | 2023-09-01T19:53:55.510Z | Checking percent-encoding v2.3.0 |
1215 | 2023-09-01T19:53:55.805Z | Checking tinyvec_macros v0.1.0 |
1216 | 2023-09-01T19:53:55.862Z | Compiling crossbeam-utils v0.8.15 |
1217 | 2023-09-01T19:53:55.927Z | Compiling slog v2.7.0 |
1218 | 2023-09-01T19:53:55.935Z | Compiling time-macros v0.2.3 |
1219 | 2023-09-01T19:53:56.964Z | Checking num_threads v0.1.3 |
1220 | 2023-09-01T19:53:57.178Z | Checking tinyvec v1.5.1 |
1221 | 2023-09-01T19:53:57.225Z | Checking form_urlencoded v1.2.0 |
1222 | 2023-09-01T19:53:57.540Z | Checking tracing v0.1.29 |
1223 | 2023-09-01T19:53:59.193Z | Checking hashbrown v0.12.1 |
1224 | 2023-09-01T19:53:59.794Z | Checking unicode-normalization v0.1.19 |
1225 | 2023-09-01T19:54:00.581Z | Compiling thread-id v4.0.0 |
1226 | 2023-09-01T19:54:00.886Z | Compiling synstructure v0.12.6 |
1227 | 2023-09-01T19:54:01.127Z | Compiling pest_generator v2.1.3 |
1228 | 2023-09-01T19:54:01.166Z | Checking time v0.3.7 |
1229 | 2023-09-01T19:54:02.880Z | Checking block-buffer v0.10.2 |
1230 | 2023-09-01T19:54:03.079Z | Checking crypto-common v0.1.6 |
1231 | 2023-09-01T19:54:03.464Z | Checking rand_core v0.6.3 |
1232 | 2023-09-01T19:54:03.566Z | Compiling num-traits v0.2.14 |
1233 | 2023-09-01T19:54:03.800Z | Checking matches v0.1.9 |
1234 | 2023-09-01T19:54:03.938Z | Checking ppv-lite86 v0.2.15 |
1235 | 2023-09-01T19:54:04.229Z | Checking base64 v0.21.3 |
1236 | 2023-09-01T19:54:04.333Z | Compiling rustls v0.21.6 |
1237 | 2023-09-01T19:54:04.874Z | Checking unicode-bidi v0.3.7 |
1238 | 2023-09-01T19:54:05.069Z | Checking hashbrown v0.14.0 |
1239 | 2023-09-01T19:54:05.101Z | Checking equivalent v1.0.0 |
1240 | 2023-09-01T19:54:05.250Z | Checking try-lock v0.2.3 |
1241 | 2023-09-01T19:54:05.268Z | Checking rand_chacha v0.3.1 |
1242 | 2023-09-01T19:54:05.445Z | Checking want v0.3.0 |
1243 | 2023-09-01T19:54:05.580Z | Checking idna v0.2.3 |
1244 | 2023-09-01T19:54:05.797Z | Checking sct v0.7.0 |
1245 | 2023-09-01T19:54:05.896Z | Checking rustls-webpki v0.101.4 |
1246 | 2023-09-01T19:54:06.685Z | Checking digest v0.10.5 |
1247 | 2023-09-01T19:54:06.848Z | Checking http-body v0.4.3 |
1248 | 2023-09-01T19:54:06.972Z | Checking socket2 v0.4.9 |
1249 | 2023-09-01T19:54:07.190Z | Checking dirs-sys-next v0.1.2 |
1250 | 2023-09-01T19:54:07.311Z | Checking tower-service v0.3.1 |
1251 | 2023-09-01T19:54:07.320Z | Checking httpdate v1.0.1 |
1252 | 2023-09-01T19:54:07.327Z | Checking cpufeatures v0.2.2 |
1253 | 2023-09-01T19:54:07.575Z | Checking sha1 v0.10.5 |
1254 | 2023-09-01T19:54:07.579Z | Checking dirs-next v2.0.0 |
1255 | 2023-09-01T19:54:07.659Z | Checking url v2.2.2 |
1256 | 2023-09-01T19:54:07.720Z | Compiling mime_guess v2.0.4 |
1257 | 2023-09-01T19:54:07.894Z | Checking rand v0.8.4 |
1258 | 2023-09-01T19:54:09.143Z | Compiling serde_derive_internals v0.26.0 |
1259 | 2023-09-01T19:54:10.673Z | Checking thread_local v1.1.4 |
1260 | 2023-09-01T19:54:10.774Z | Checking base64 v0.13.1 |
1261 | 2023-09-01T19:54:10.794Z | Compiling rustix v0.38.8 |
1262 | 2023-09-01T19:54:11.155Z | Compiling async-trait v0.1.73 |
1263 | 2023-09-01T19:54:11.458Z | Compiling paste v1.0.14 |
1264 | 2023-09-01T19:54:12.224Z | Checking iana-time-zone v0.1.47 |
1265 | 2023-09-01T19:54:12.339Z | Checking winnow v0.5.15 |
1266 | 2023-09-01T19:54:12.453Z | Compiling slog-async v2.8.0 |
1267 | 2023-09-01T19:54:12.466Z | Compiling camino v1.1.6 |
1268 | 2023-09-01T19:54:12.680Z | Compiling serde_derive v1.0.188 |
1269 | 2023-09-01T19:54:13.497Z | Compiling tokio-macros v2.1.0 |
1270 | 2023-09-01T19:54:13.704Z | Compiling futures-macro v0.3.28 |
1271 | 2023-09-01T19:54:13.819Z | Compiling schemars v0.8.13 |
1272 | 2023-09-01T19:54:14.561Z | Checking match_cfg v0.1.0 |
1273 | 2023-09-01T19:54:14.697Z | Checking hostname v0.3.1 |
1274 | 2023-09-01T19:54:15.090Z | Compiling async-stream-impl v0.3.5 |
1275 | 2023-09-01T19:54:16.587Z | Checking rustls-pemfile v0.2.1 |
1276 | 2023-09-01T19:54:17.376Z | Checking term v0.7.0 |
1277 | 2023-09-01T19:54:17.744Z | Checking crossbeam-channel v0.5.1 |
1278 | 2023-09-01T19:54:17.759Z | Checking errno v0.3.1 |
1279 | 2023-09-01T19:54:17.801Z | Checking tokio v1.32.0 |
1280 | 2023-09-01T19:54:17.985Z | Checking atty v0.2.14 |
1281 | 2023-09-01T19:54:18.100Z | Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot) |
1282 | 2023-09-01T19:54:18.164Z | Checking dyn-clone v1.0.4 |
1283 | 2023-09-01T19:54:18.344Z | Checking unicode-width v0.1.9 |
1284 | 2023-09-01T19:54:18.485Z | Checking take_mut v0.2.2 |
1285 | 2023-09-01T19:54:18.585Z | Checking bitflags v2.4.0 |
1286 | 2023-09-01T19:54:18.677Z | Checking atomic-waker v1.1.1 |
1287 | 2023-09-01T19:54:18.713Z | Compiling buf-list v1.0.3 |
1288 | 2023-09-01T19:54:18.872Z | Checking unicode-segmentation v1.10.0 |
1289 | 2023-09-01T19:54:19.139Z | Checking data-encoding v2.4.0 |
1290 | 2023-09-01T19:54:19.142Z | Checking mime v0.3.16 |
1291 | 2023-09-01T19:54:19.581Z | Compiling thiserror-impl v1.0.30 |
1292 | 2023-09-01T19:54:19.640Z | Compiling zerocopy-derive v0.2.0 |
1293 | 2023-09-01T19:54:20.032Z | Compiling pest_derive v2.1.0 |
1294 | 2023-09-01T19:54:20.065Z | Compiling schemars_derive v0.8.13 |
1295 | 2023-09-01T19:54:20.109Z | Checking openssl-probe v0.1.4 |
1296 | 2023-09-01T19:54:20.329Z | Checking utf-8 v0.7.6 |
1297 | 2023-09-01T19:54:20.648Z | Checking rustls-native-certs v0.6.1 |
1298 | 2023-09-01T19:54:20.886Z | Checking newline-converter v0.3.0 |
1299 | 2023-09-01T19:54:22.818Z | Checking waitgroup v0.1.2 |
1300 | 2023-09-01T19:54:23.132Z | Checking console v0.15.5 |
1301 | 2023-09-01T19:54:24.242Z | Checking async-stream v0.3.5 |
1302 | 2023-09-01T19:54:24.561Z | Checking slog-term v2.9.0 |
1303 | 2023-09-01T19:54:25.039Z | Compiling zerocopy v0.3.0 |
1304 | 2023-09-01T19:54:26.471Z | Checking rustls-pemfile v1.0.3 |
1305 | 2023-09-01T19:54:26.783Z | Checking pem v2.0.1 |
1306 | 2023-09-01T19:54:27.265Z | Checking concurrent-queue v2.2.0 |
1307 | 2023-09-01T19:54:27.740Z | Checking yasna v0.5.2 |
1308 | 2023-09-01T19:54:28.129Z | Checking futures-executor v0.3.28 |
1309 | 2023-09-01T19:54:28.186Z | Checking thiserror v1.0.30 |
1310 | 2023-09-01T19:54:28.466Z | Checking dof v0.1.5 |
1311 | 2023-09-01T19:54:28.513Z | Checking dtrace-parser v0.1.14 |
1312 | 2023-09-01T19:54:29.365Z | Checking futures v0.3.28 |
1313 | 2023-09-01T19:54:29.377Z | Checking tungstenite v0.20.0 |
1314 | 2023-09-01T19:54:29.501Z | Checking event-listener v2.5.3 |
1315 | 2023-09-01T19:54:29.524Z | Checking http-range v0.1.4 |
1316 | 2023-09-01T19:54:29.803Z | Checking similar v2.2.1 |
1317 | 2023-09-01T19:54:29.838Z | Checking debug-ignore v1.0.5 |
1318 | 2023-09-01T19:54:30.047Z | Checking fastrand v2.0.0 |
1319 | 2023-09-01T19:54:30.633Z | Checking tempfile v3.8.0 |
1320 | 2023-09-01T19:54:30.661Z | Checking async-channel v1.9.0 |
1321 | 2023-09-01T19:54:30.713Z | Checking tokio-util v0.7.7 |
1322 | 2023-09-01T19:54:30.961Z | Checking tokio-rustls v0.24.1 |
1323 | 2023-09-01T19:54:31.065Z | Checking tokio-tungstenite v0.20.0 |
1324 | 2023-09-01T19:54:31.086Z | Checking expectorate v1.0.7 |
1325 | 2023-09-01T19:54:31.220Z | Checking rcgen v0.11.1 |
1326 | 2023-09-01T19:54:31.552Z | Checking pem v3.0.2 |
1327 | 2023-09-01T19:54:31.764Z | Checking subprocess v0.2.9 |
1328 | 2023-09-01T19:54:32.025Z | Checking h2 v0.3.17 |
1329 | 2023-09-01T19:54:36.613Z | Checking hyper v0.14.27 |
1330 | 2023-09-01T19:54:38.735Z | Checking indexmap v2.0.0 |
1331 | 2023-09-01T19:54:38.738Z | Checking toml_datetime v0.6.3 |
1332 | 2023-09-01T19:54:38.762Z | Checking serde_spanned v0.6.3 |
1333 | 2023-09-01T19:54:38.766Z | Checking uuid v1.4.1 |
1334 | 2023-09-01T19:54:38.769Z | Checking chrono v0.4.26 |
1335 | 2023-09-01T19:54:39.043Z | Checking serde_path_to_error v0.1.14 |
1336 | 2023-09-01T19:54:39.628Z | Checking serde_urlencoded v0.7.1 |
1337 | 2023-09-01T19:54:40.250Z | Compiling serde_tokenstream v0.1.7 |
1338 | 2023-09-01T19:54:40.342Z | Compiling serde_tokenstream v0.2.0 |
1339 | 2023-09-01T19:54:40.569Z | Checking toml_edit v0.19.14 |
1340 | 2023-09-01T19:54:41.288Z | Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
1341 | 2023-09-01T19:54:41.352Z | Checking slog-json v2.6.1 |
1342 | 2023-09-01T19:54:41.356Z | Checking openapiv3 v1.0.3 |
1343 | 2023-09-01T19:54:41.786Z | Checking slog-bunyan v2.4.0 |
1344 | 2023-09-01T19:54:42.820Z | Checking hyper-rustls v0.24.1 |
1345 | 2023-09-01T19:54:42.974Z | Checking hyper-staticfile v0.9.5 |
1346 | 2023-09-01T19:54:44.360Z | test fail has been running for over 60 seconds |
1347 | 2023-09-01T19:54:44.834Z | Checking toml v0.7.6 |
1348 | 2023-09-01T19:54:45.832Z | Compiling usdt-macro v0.3.5 |
1349 | 2023-09-01T19:54:45.835Z | Compiling usdt-attr-macro v0.3.5 |
1350 | 2023-09-01T19:54:48.330Z | Checking usdt v0.3.5 |
1351 | 2023-09-01T19:54:52.652Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
1352 | 2023-09-01T19:54:52.748Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 08s |
1353 | 2023-09-01T19:54:52.793Z | |
1354 | 2023-09-01T19:54:52.796Z | |
1355 | 2023-09-01T19:54:53.683Z | test tests/fail/bad_endpoint1.rs ... ok |
1356 | 2023-09-01T19:54:54.788Z | test tests/fail/bad_endpoint10.rs ... ok |
1357 | 2023-09-01T19:54:55.542Z | test tests/fail/bad_endpoint11.rs ... ok |
1358 | 2023-09-01T19:54:56.451Z | test tests/fail/bad_endpoint12.rs ... ok |
1359 | 2023-09-01T19:54:57.486Z | test tests/fail/bad_endpoint13.rs ... ok |
1360 | 2023-09-01T19:54:58.319Z | test tests/fail/bad_endpoint14.rs ... ok |
1361 | 2023-09-01T19:54:59.282Z | test tests/fail/bad_endpoint15.rs ... ok |
1362 | 2023-09-01T19:55:00.003Z | test tests/fail/bad_endpoint16.rs ... ok |
1363 | 2023-09-01T19:55:01.038Z | test tests/fail/bad_endpoint17.rs ... ok |
1364 | 2023-09-01T19:55:02.091Z | test tests/fail/bad_endpoint18.rs ... ok |
1365 | 2023-09-01T19:55:03.172Z | test tests/fail/bad_endpoint19.rs ... ok |
1366 | 2023-09-01T19:55:04.142Z | test tests/fail/bad_endpoint2.rs ... ok |
1367 | 2023-09-01T19:55:05.130Z | test tests/fail/bad_endpoint3.rs ... ok |
1368 | 2023-09-01T19:55:06.097Z | test tests/fail/bad_endpoint4.rs ... ok |
1369 | 2023-09-01T19:55:07.058Z | test tests/fail/bad_endpoint5.rs ... ok |
1370 | 2023-09-01T19:55:08.078Z | test tests/fail/bad_endpoint6.rs ... ok |
1371 | 2023-09-01T19:55:09.038Z | test tests/fail/bad_endpoint7.rs ... ok |
1372 | 2023-09-01T19:55:09.826Z | test tests/fail/bad_endpoint8.rs ... ok |
1373 | 2023-09-01T19:55:10.808Z | test tests/fail/bad_endpoint9.rs ... ok |
1374 | 2023-09-01T19:55:11.626Z | test tests/fail/unused_endpoint.rs ... ok |
1375 | 2023-09-01T19:55:11.630Z | |
1376 | 2023-09-01T19:55:11.633Z | |
1377 | 2023-09-01T19:55:11.637Z | test fail ... ok |
1378 | 2023-09-01T19:55:11.643Z | |
1379 | 2023-09-01T19:55:11.646Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 87.27s |
1380 | 2023-09-01T19:55:11.649Z | |
1381 | 2023-09-01T19:55:11.656Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-90b854f5e378f85f` |
1382 | 2023-09-01T19:55:11.659Z | |
1383 | 2023-09-01T19:55:11.663Z | running 10 tests |
1384 | 2023-09-01T19:55:11.666Z | test test_config_bad_request_body_max_bytes_too_large ... ok |
1385 | 2023-09-01T19:55:11.670Z | test test_config_bad_bind_address_garbage ... ok |
1386 | 2023-09-01T19:55:11.672Z | test test_config_bad_bind_address_port_too_large ... ok |
1387 | 2023-09-01T19:55:11.675Z | test test_config_bad_bind_address_port_too_small ... ok |
1388 | 2023-09-01T19:55:11.680Z | test test_config_bad_request_body_max_bytes_negative ... ok |
1389 | 2023-09-01T19:55:11.683Z | test test_config_handler_task_mode_detached ... ok |
1390 | 2023-09-01T19:55:11.686Z | test test_config_handler_task_mode_cancel ... ok |
1391 | 2023-09-01T19:55:11.691Z | test test_config_bind_address_http ... ok |
1392 | 2023-09-01T19:55:11.694Z | test test_config_bind_address_https_buffer ... ok |
1393 | 2023-09-01T19:55:11.697Z | test test_config_bind_address_https ... ok |
1394 | 2023-09-01T19:55:11.700Z | |
1395 | 2023-09-01T19:55:11.705Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
1396 | 2023-09-01T19:55:11.709Z | |
1397 | 2023-09-01T19:55:11.712Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-7c4b9c65a7c379cb` |
1398 | 2023-09-01T19:55:11.717Z | |
1399 | 2023-09-01T19:55:11.721Z | running 20 tests |
1400 | 2023-09-01T19:55:11.725Z | test test_demo1 ... ok |
1401 | 2023-09-01T19:55:11.730Z | test test_302_bogus ... ok |
1402 | 2023-09-01T19:55:11.740Z | test test_delete_request ... ok |
1403 | 2023-09-01T19:55:11.744Z | test test_307_temporary_redirect ... ok |
1404 | 2023-09-01T19:55:11.748Z | test test_302_found ... ok |
1405 | 2023-09-01T19:55:11.750Z | test test_303_see_other ... ok |
1406 | 2023-09-01T19:55:11.753Z | test test_demo_path_param_u32 ... ok |
1407 | 2023-09-01T19:55:11.757Z | test test_demo_path_param_uuid ... ok |
1408 | 2023-09-01T19:55:11.760Z | test test_demo2query ... ok |
1409 | 2023-09-01T19:55:11.764Z | test test_demo2json ... ok |
1410 | 2023-09-01T19:55:11.768Z | test test_demo3json ... ok |
1411 | 2023-09-01T19:55:11.772Z | test test_demo_websocket ... ok |
1412 | 2023-09-01T19:55:11.775Z | test test_demo2urlencoded ... ok |
1413 | 2023-09-01T19:55:11.779Z | test test_header_request ... ok |
1414 | 2023-09-01T19:55:11.782Z | test test_request_compat ... ok |
1415 | 2023-09-01T19:55:11.785Z | test test_raw_request ... ok |
1416 | 2023-09-01T19:55:11.790Z | test test_request_remote_addr ... ok |
1417 | 2023-09-01T19:55:11.793Z | test test_demo_path_param_string ... ok |
1418 | 2023-09-01T19:55:11.796Z | test test_streaming_body ... ok |
1419 | 2023-09-01T19:55:11.799Z | test test_untyped_body ... ok |
1420 | 2023-09-01T19:55:11.803Z | |
1421 | 2023-09-01T19:55:11.806Z | test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1422 | 2023-09-01T19:55:11.809Z | |
1423 | 2023-09-01T19:55:11.812Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_detached_shutdown-74c8c7a0a9cf46f7` |
1424 | 2023-09-01T19:55:11.815Z | |
1425 | 2023-09-01T19:55:11.818Z | running 1 test |
1426 | 2023-09-01T19:55:13.756Z | test test_graceful_shutdown_with_detached_handler ... ok |
1427 | 2023-09-01T19:55:13.759Z | |
1428 | 2023-09-01T19:55:13.762Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s |
1429 | 2023-09-01T19:55:13.765Z | |
1430 | 2023-09-01T19:55:13.768Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-500f18afc0483cbd` |
1431 | 2023-09-01T19:55:13.770Z | |
1432 | 2023-09-01T19:55:13.773Z | running 2 tests |
1433 | 2023-09-01T19:55:13.782Z | test test_openapi ... ok |
1434 | 2023-09-01T19:55:13.785Z | test test_openapi_fuller ... ok |
1435 | 2023-09-01T19:55:13.788Z | |
1436 | 2023-09-01T19:55:13.791Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1437 | 2023-09-01T19:55:13.794Z | |
1438 | 2023-09-01T19:55:13.797Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-7fb6ed2eae56101d` |
1439 | 2023-09-01T19:55:13.800Z | |
1440 | 2023-09-01T19:55:13.804Z | running 9 tests |
1441 | 2023-09-01T19:55:13.835Z | test test_paginate_errors ... ok |
1442 | 2023-09-01T19:55:13.838Z | test test_paginate_empty ... ok |
1443 | 2023-09-01T19:55:13.841Z | test test_paginate_extra_params ... ok |
1444 | 2023-09-01T19:55:13.844Z | test test_paginate_with_required_params ... ok |
1445 | 2023-09-01T19:55:13.893Z | test test_paginate_basic ... ok |
1446 | 2023-09-01T19:55:15.310Z | test test_example_basic ... ok |
1447 | 2023-09-01T19:55:15.612Z | test test_paginate_dictionary ... ok |
1448 | 2023-09-01T19:55:18.995Z | test test_example_multiple_sorts ... ok |
1449 | 2023-09-01T19:55:19.496Z | test test_example_multiple_resources ... ok |
1450 | 2023-09-01T19:55:19.499Z | |
1451 | 2023-09-01T19:55:19.502Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.70s |
1452 | 2023-09-01T19:55:19.505Z | |
1453 | 2023-09-01T19:55:19.508Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination_schema-082f1f73250ae9ee` |
1454 | 2023-09-01T19:55:19.511Z | |
1455 | 2023-09-01T19:55:19.514Z | running 1 test |
1456 | 2023-09-01T19:55:19.516Z | test test_pagination_schema ... ok |
1457 | 2023-09-01T19:55:19.519Z | |
1458 | 2023-09-01T19:55:19.525Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1459 | 2023-09-01T19:55:19.528Z | |
1460 | 2023-09-01T19:55:19.531Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_path_names-7ef94d6f7c743095` |
1461 | 2023-09-01T19:55:19.534Z | |
1462 | 2023-09-01T19:55:19.537Z | running 1 test |
1463 | 2023-09-01T19:55:19.540Z | test test_path_names ... ok |
1464 | 2023-09-01T19:55:19.543Z | |
1465 | 2023-09-01T19:55:19.547Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1466 | 2023-09-01T19:55:19.550Z | |
1467 | 2023-09-01T19:55:19.553Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_streaming-adcd366d54eafd36` |
1468 | 2023-09-01T19:55:19.556Z | |
1469 | 2023-09-01T19:55:19.559Z | running 3 tests |
1470 | 2023-09-01T19:55:19.561Z | test test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
1471 | 2023-09-01T19:55:19.583Z | test test_streaming_server_streaming_client ... ok |
1472 | 2023-09-01T19:55:19.587Z | test test_streaming_server_buffered_client ... ok |
1473 | 2023-09-01T19:55:19.590Z | |
1474 | 2023-09-01T19:55:19.593Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1475 | 2023-09-01T19:55:19.596Z | |
1476 | 2023-09-01T19:55:19.599Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_tls-cf6ae35d360b7234` |
1477 | 2023-09-01T19:55:19.602Z | |
1478 | 2023-09-01T19:55:19.605Z | running 6 tests |
1479 | 2023-09-01T19:55:19.618Z | test test_server_is_http ... ok |
1480 | 2023-09-01T19:55:19.622Z | test test_tls_certificate_loading ... ok |
1481 | 2023-09-01T19:55:19.625Z | test test_tls_only ... ok |
1482 | 2023-09-01T19:55:19.628Z | test test_server_is_https ... ok |
1483 | 2023-09-01T19:55:19.631Z | test test_tls_aborted_negotiation ... ok |
1484 | 2023-09-01T19:55:19.634Z | test test_tls_refresh_certificates ... ok |
1485 | 2023-09-01T19:55:19.637Z | |
1486 | 2023-09-01T19:55:19.640Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
1487 | 2023-09-01T19:55:19.666Z | |
1488 | 2023-09-01T19:55:19.670Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-2f9e0bb22868b075` |
1489 | 2023-09-01T19:55:19.673Z | |
1490 | 2023-09-01T19:55:19.676Z | running 15 tests |
1491 | 2023-09-01T19:55:19.679Z | test tests::test_endpoint_bad_metadata ... ok |
1492 | 2023-09-01T19:55:19.682Z | test tests::test_endpoint_invalid_item ... ok |
1493 | 2023-09-01T19:55:19.684Z | test tests::test_endpoint_bad_string ... ok |
1494 | 2023-09-01T19:55:19.688Z | test syn_parsing::tests::test_busted_function ... ok |
1495 | 2023-09-01T19:55:19.691Z | test tests::test_endpoint_bad_context_receiver ... ok |
1496 | 2023-09-01T19:55:19.693Z | test tests::test_endpoint_no_arguments ... ok |
1497 | 2023-09-01T19:55:19.696Z | test tests::test_endpoint_not_async ... ok |
1498 | 2023-09-01T19:55:19.699Z | test tests::test_endpoint_content_type ... ok |
1499 | 2023-09-01T19:55:19.702Z | test tests::test_extract_summary_description ... ok |
1500 | 2023-09-01T19:55:19.704Z | test tests::test_endpoint_basic ... ok |
1501 | 2023-09-01T19:55:19.707Z | test tests::test_endpoint_context_fully_qualified_names ... ok |
1502 | 2023-09-01T19:55:19.711Z | test tests::test_endpoint_with_doc ... ok |
1503 | 2023-09-01T19:55:19.714Z | test tests::test_endpoint_with_query ... ok |
1504 | 2023-09-01T19:55:19.717Z | test tests::test_endpoint_with_tags ... ok |
1505 | 2023-09-01T19:55:19.720Z | test tests::test_endpoint_pub_crate ... ok |
1506 | 2023-09-01T19:55:19.723Z | |
1507 | 2023-09-01T19:55:19.727Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1508 | 2023-09-01T19:55:19.730Z | |
1509 | 2023-09-01T19:55:19.733Z | Doc-tests dropshot |
1510 | 2023-09-01T19:55:19.736Z | 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-aecb4a68d8933172.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-d7995c065cfd490b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-958a5de3679dd01e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-253adf86513b932e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-5045a804b4294d8e.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-ac6d6b0ac04ced40.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-f37f7f712757740c.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-5aa997f174165d59.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-35a1f176db38e12e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d3e610f881f56761.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-e892f75c5077b8c0.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-c7ae8cf63bb9477d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-8c504c9ae9772bc1.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-4236c07885e4d927.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b989a2d5d6457a5c.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-13fbe8ff6ab62a1a.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-44edb1492582facd.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dbe6e74bc1248fe6.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-90185b3bb84e8831.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-08fc9de030edc219.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-0951bac5388625e5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d1ed1cf4bde53069.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bd55fe1a9b23e3cb.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` |
1511 | 2023-09-01T19:55:20.533Z | |
1512 | 2023-09-01T19:55:20.536Z | running 13 tests |
1513 | 2023-09-01T19:55:20.539Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored |
1514 | 2023-09-01T19:55:20.542Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored |
1515 | 2023-09-01T19:55:20.545Z | test dropshot/src/lib.rs - (line 187) ... ignored |
1516 | 2023-09-01T19:55:20.549Z | test dropshot/src/lib.rs - (line 210) ... ignored |
1517 | 2023-09-01T19:55:21.003Z | test dropshot/src/lib.rs - (line 44) - compile ... ok |
1518 | 2023-09-01T19:55:23.261Z | test dropshot/src/lib.rs - (line 260) ... ok |
1519 | 2023-09-01T19:55:23.397Z | test dropshot/src/lib.rs - (line 470) ... ok |
1520 | 2023-09-01T19:55:23.565Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 190) ... ok |
1521 | 2023-09-01T19:55:28.050Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 251) ... ok |
1522 | 2023-09-01T19:55:28.506Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 276) ... ok |
1523 | 2023-09-01T19:55:28.872Z | test dropshot/src/test_util.rs - test_util::LogContext (line 355) ... ok |
1524 | 2023-09-01T19:55:29.097Z | test dropshot/src/lib.rs - (line 118) ... ok |
1525 | 2023-09-01T19:55:29.942Z | test dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok |
1526 | 2023-09-01T19:55:29.945Z | |
1527 | 2023-09-01T19:55:29.947Z | test result: ok. 9 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 9.41s |
1528 | 2023-09-01T19:55:29.950Z | |
1529 | 2023-09-01T19:55:29.982Z | Doc-tests dropshot_endpoint |
1530 | 2023-09-01T19:55:29.985Z | 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-5045a804b4294d8e.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-8c504c9ae9772bc1.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-d26a41068a55d660.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f29be6fc475567fc.rlib --extern proc_macro -C embed-bitcode=no --error-format human` |
1531 | 2023-09-01T19:55:30.183Z | |
1532 | 2023-09-01T19:55:30.186Z | running 2 tests |
1533 | 2023-09-01T19:55:30.189Z | test dropshot_endpoint/src/lib.rs - channel (line 153) ... ignored |
1534 | 2023-09-01T19:55:30.192Z | test dropshot_endpoint/src/lib.rs - endpoint (line 99) ... ignored |
1535 | 2023-09-01T19:55:30.202Z | |
1536 | 2023-09-01T19:55:30.205Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1537 | 2023-09-01T19:55:30.208Z | |
1538 | 2023-09-01T19:55:30.214Z | |
1539 | 2023-09-01T19:55:30.217Z | real 4:53.792293047 |
1540 | 2023-09-01T19:55:30.220Z | user 26:01.188578262 |
1541 | 2023-09-01T19:55:30.223Z | sys 3:33.458446973 |
1542 | 2023-09-01T19:55:30.226Z | trap 1.392089514 |
1543 | 2023-09-01T19:55:30.228Z | tflt 0.232056946 |
1544 | 2023-09-01T19:55:30.232Z | dflt 1.017742399 |
1545 | 2023-09-01T19:55:30.234Z | kflt 0.000242082 |
1546 | 2023-09-01T19:55:30.237Z | lock 1:06:38.902169574 |
1547 | 2023-09-01T19:55:30.240Z | slp 1:40:41.680667934 |
1548 | 2023-09-01T19:55:30.242Z | lat 1:26.995737040 |
1549 | 2023-09-01T19:55:30.245Z | stop 20.714414474 |
1550 | 2023-09-01T19:55:30.248Z | process exited: duration 582560 ms, exit code 0 |
|
1551 | 2023-09-01T19:55:30.254Z | found 0 output files |