|
|
|
1 | 2023-10-30T04:34:41.500Z | job assigned to worker 01HDZDMVDFGDPDV5WAMZWC6FEM (queued for 2 m 37 s) |
|
2 | 2023-10-30T04:34:42.034Z | starting task 0: "setup" |
3 | 2023-10-30T04:34:42.480Z | ++ uname -s |
4 | 2023-10-30T04:34:42.484Z | + kern=SunOS |
5 | 2023-10-30T04:34:42.488Z | + case "$kern" in |
6 | 2023-10-30T04:34:42.493Z | + groupadd -g 12345 build |
7 | 2023-10-30T04:34:42.497Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-30T04:34:44.507Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-30T04:34:45.068Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-30T04:34:45.077Z | + home_fs=zfs |
11 | 2023-10-30T04:34:45.489Z | + [[ zfs == autofs ]] |
12 | 2023-10-30T04:34:45.495Z | + mkdir -p /home/build |
13 | 2023-10-30T04:34:45.499Z | + chown build:build /home/build /work |
14 | 2023-10-30T04:34:46.073Z | + chmod 0700 /home/build /work |
15 | 2023-10-30T04:34:46.078Z | process exited: duration 4037 ms, exit code 0 |
|
16 | 2023-10-30T04:34:46.086Z | starting task 1: "rust-toolchain" |
17 | 2023-10-30T04:34:46.103Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-30T04:34:46.110Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-10-30T04:34:46.235Z | info: downloading installer |
20 | 2023-10-30T04:34:48.417Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-30T04:34:48.425Z | warning: /opt/ooce/bin |
22 | 2023-10-30T04:34:48.837Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-30T04:34:48.842Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-30T04:34:48.849Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-30T04:34:48.854Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-30T04:34:48.861Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-30T04:34:48.865Z | error: cannot install while Rust is installed |
28 | 2023-10-30T04:34:48.874Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-30T04:34:49.079Z | info: profile set to 'default' |
30 | 2023-10-30T04:34:49.082Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-30T04:34:49.085Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-10-30T04:34:49.270Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
33 | 2023-10-30T04:34:49.273Z | info: downloading component 'cargo' |
34 | 2023-10-30T04:34:50.514Z | info: downloading component 'clippy' |
35 | 2023-10-30T04:34:51.027Z | info: downloading component 'rust-docs' |
36 | 2023-10-30T04:34:52.033Z | info: downloading component 'rust-std' |
37 | 2023-10-30T04:34:54.495Z | info: downloading component 'rustc' |
38 | 2023-10-30T04:35:00.976Z | info: downloading component 'rustfmt' |
39 | 2023-10-30T04:35:01.564Z | info: installing component 'cargo' |
40 | 2023-10-30T04:35:03.390Z | info: installing component 'clippy' |
41 | 2023-10-30T04:35:03.934Z | info: installing component 'rust-docs' |
42 | 2023-10-30T04:35:06.826Z | info: installing component 'rust-std' |
43 | 2023-10-30T04:35:09.877Z | info: installing component 'rustc' |
44 | 2023-10-30T04:35:15.839Z | info: installing component 'rustfmt' |
45 | 2023-10-30T04:35:16.288Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-10-30T04:35:16.292Z | |
47 | 2023-10-30T04:35:16.427Z | stable-x86_64-unknown-illumos installed - rustc 1.73.0 (cc66ad468 2023-10-03) |
48 | 2023-10-30T04:35:16.430Z | |
49 | 2023-10-30T04:35:16.432Z | |
50 | 2023-10-30T04:35:16.435Z | Rust is installed now. Great! |
51 | 2023-10-30T04:35:16.438Z | |
52 | 2023-10-30T04:35:16.441Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-30T04:35:16.444Z | environment variable. This has not been done automatically. |
54 | 2023-10-30T04:35:16.447Z | |
55 | 2023-10-30T04:35:16.450Z | To configure your current shell, run: |
56 | 2023-10-30T04:35:16.457Z | source "$HOME/.cargo/env" |
57 | 2023-10-30T04:35:16.984Z | + rustc --version |
58 | 2023-10-30T04:35:17.008Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
59 | 2023-10-30T04:35:17.019Z | process exited: duration 30612 ms, exit code 0 |
|
60 | 2023-10-30T04:35:17.043Z | starting task 2: "authentication" |
61 | 2023-10-30T04:35:17.114Z | process exited: duration 60 ms, exit code 0 |
|
62 | 2023-10-30T04:35:17.138Z | starting task 3: "clone repository" |
63 | 2023-10-30T04:35:17.159Z | + mkdir -p /work/oxidecomputer/dropshot |
64 | 2023-10-30T04:35:17.169Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
65 | 2023-10-30T04:35:17.546Z | Cloning into '/work/oxidecomputer/dropshot'... |
66 | 2023-10-30T04:35:18.873Z | + cd /work/oxidecomputer/dropshot |
67 | 2023-10-30T04:35:18.876Z | + [[ -n dependabot/cargo/async-channel-2.0.0 ]] |
68 | 2023-10-30T04:35:18.879Z | + git fetch origin dependabot/cargo/async-channel-2.0.0 |
69 | 2023-10-30T04:35:19.218Z | From https://github.com/oxidecomputer/dropshot |
70 | 2023-10-30T04:35:19.222Z | * branch dependabot/cargo/async-channel-2.0.0 -> FETCH_HEAD |
71 | 2023-10-30T04:35:19.229Z | + git checkout -B dependabot/cargo/async-channel-2.0.0 remotes/origin/dependabot/cargo/async-channel-2.0.0 |
72 | 2023-10-30T04:35:19.241Z | Switched to a new branch 'dependabot/cargo/async-channel-2.0.0' |
73 | 2023-10-30T04:35:19.250Z | Branch 'dependabot/cargo/async-channel-2.0.0' set up to track remote branch 'dependabot/cargo/async-channel-2.0.0' from 'origin'. |
74 | 2023-10-30T04:35:19.256Z | + git reset --hard 814bccee62198d52e5254cfea5aee22fc448fcad |
75 | 2023-10-30T04:35:19.261Z | HEAD is now at 814bcce Bump async-channel from 1.9.0 to 2.0.0 |
76 | 2023-10-30T04:35:19.271Z | process exited: duration 2107 ms, exit code 0 |
|
77 | 2023-10-30T04:35:19.281Z | starting task 4: "build" |
78 | 2023-10-30T04:35:19.293Z | + cargo --version |
79 | 2023-10-30T04:35:19.300Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-10-30T04:35:19.515Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-10-30T04:35:19.531Z | info: downloading component 'cargo' |
82 | 2023-10-30T04:35:20.153Z | info: downloading component 'clippy' |
83 | 2023-10-30T04:35:20.401Z | info: downloading component 'rust-docs' |
84 | 2023-10-30T04:35:21.225Z | info: downloading component 'rust-std' |
85 | 2023-10-30T04:35:22.555Z | info: downloading component 'rustc' |
86 | 2023-10-30T04:35:26.297Z | info: downloading component 'rustfmt' |
87 | 2023-10-30T04:35:26.504Z | info: installing component 'cargo' |
88 | 2023-10-30T04:35:27.728Z | info: installing component 'clippy' |
89 | 2023-10-30T04:35:28.240Z | info: installing component 'rust-docs' |
90 | 2023-10-30T04:35:30.962Z | info: installing component 'rust-std' |
91 | 2023-10-30T04:35:33.667Z | info: installing component 'rustc' |
92 | 2023-10-30T04:35:39.941Z | info: installing component 'rustfmt' |
93 | 2023-10-30T04:35:40.534Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-10-30T04:35:40.958Z | + rustc --version |
95 | 2023-10-30T04:35:40.967Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-10-30T04:35:40.975Z | + banner build |
97 | 2023-10-30T04:35:40.984Z | |
98 | 2023-10-30T04:35:40.995Z | ##### # # # # ##### |
99 | 2023-10-30T04:35:41.008Z | # # # # # # # # |
100 | 2023-10-30T04:35:41.018Z | ##### # # # # # # |
101 | 2023-10-30T04:35:41.026Z | # # # # # # # # |
102 | 2023-10-30T04:35:41.039Z | # # # # # # # # |
103 | 2023-10-30T04:35:41.047Z | ##### #### # ###### ##### |
104 | 2023-10-30T04:35:41.058Z | |
105 | 2023-10-30T04:35:41.076Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
106 | 2023-10-30T04:35:41.090Z | Updating crates.io index |
107 | 2023-10-30T04:35:41.995Z | Downloading crates ... |
108 | 2023-10-30T04:35:42.290Z | Downloaded basic-toml v0.1.1 |
109 | 2023-10-30T04:35:42.309Z | Downloaded toml_datetime v0.6.3 |
110 | 2023-10-30T04:35:42.315Z | Downloaded thiserror-impl v1.0.30 |
111 | 2023-10-30T04:35:42.321Z | Downloaded num_threads v0.1.3 |
112 | 2023-10-30T04:35:42.327Z | Downloaded match_cfg v0.1.0 |
113 | 2023-10-30T04:35:42.335Z | Downloaded iana-time-zone v0.1.47 |
114 | 2023-10-30T04:35:42.343Z | Downloaded scopeguard v1.1.0 |
115 | 2023-10-30T04:35:42.350Z | Downloaded tinyvec_macros v0.1.0 |
116 | 2023-10-30T04:35:42.359Z | Downloaded lazy_static v1.4.0 |
117 | 2023-10-30T04:35:42.373Z | Downloaded maplit v1.0.2 |
118 | 2023-10-30T04:35:42.380Z | Downloaded serde_urlencoded v0.7.1 |
119 | 2023-10-30T04:35:42.386Z | Downloaded tempfile v3.8.0 |
120 | 2023-10-30T04:35:42.393Z | Downloaded opaque-debug v0.2.3 |
121 | 2023-10-30T04:35:42.399Z | Downloaded slog-term v2.9.0 |
122 | 2023-10-30T04:35:42.407Z | Downloaded once_cell v1.13.1 |
123 | 2023-10-30T04:35:42.413Z | Downloaded newline-converter v0.3.0 |
124 | 2023-10-30T04:35:42.419Z | Downloaded pest_derive v2.1.0 |
125 | 2023-10-30T04:35:42.426Z | Downloaded generic-array v0.14.5 |
126 | 2023-10-30T04:35:42.434Z | Downloaded cfg-if v1.0.0 |
127 | 2023-10-30T04:35:42.442Z | Downloaded sha-1 v0.8.2 |
128 | 2023-10-30T04:35:42.452Z | Downloaded crossbeam-utils v0.8.15 |
129 | 2023-10-30T04:35:42.458Z | Downloaded atty v0.2.14 |
130 | 2023-10-30T04:35:42.464Z | Downloaded num-traits v0.2.14 |
131 | 2023-10-30T04:35:42.472Z | Downloaded tokio-macros v2.1.0 |
132 | 2023-10-30T04:35:42.478Z | Downloaded tower-service v0.3.1 |
133 | 2023-10-30T04:35:42.485Z | Downloaded spin v0.5.2 |
134 | 2023-10-30T04:35:42.491Z | Downloaded matches v0.1.9 |
135 | 2023-10-30T04:35:42.497Z | Downloaded usdt-macro v0.3.5 |
136 | 2023-10-30T04:35:42.503Z | Downloaded openssl-probe v0.1.4 |
137 | 2023-10-30T04:35:42.511Z | Downloaded http v0.2.9 |
138 | 2023-10-30T04:35:42.517Z | Downloaded crypto-common v0.1.6 |
139 | 2023-10-30T04:35:42.523Z | Downloaded thread-id v4.0.0 |
140 | 2023-10-30T04:35:42.529Z | Downloaded untrusted v0.7.1 |
141 | 2023-10-30T04:35:42.535Z | Downloaded block-padding v0.1.5 |
142 | 2023-10-30T04:35:42.541Z | Downloaded unicode-xid v0.2.2 |
143 | 2023-10-30T04:35:42.549Z | Downloaded dirs-next v2.0.0 |
144 | 2023-10-30T04:35:42.559Z | Downloaded fake-simd v0.1.2 |
145 | 2023-10-30T04:35:42.608Z | Downloaded byte-tools v0.3.1 |
146 | 2023-10-30T04:35:42.623Z | Downloaded signal-hook-registry v1.4.0 |
147 | 2023-10-30T04:35:42.629Z | Downloaded async-channel v2.0.0 |
148 | 2023-10-30T04:35:42.637Z | Downloaded event-listener-strategy v0.3.0 |
149 | 2023-10-30T04:35:42.642Z | Downloaded dirs-sys-next v0.1.2 |
150 | 2023-10-30T04:35:42.650Z | Downloaded parking v2.2.0 |
151 | 2023-10-30T04:35:42.663Z | Downloaded dtrace-parser v0.1.14 |
152 | 2023-10-30T04:35:42.669Z | Downloaded equivalent v1.0.0 |
153 | 2023-10-30T04:35:42.676Z | Downloaded async-stream-impl v0.3.5 |
154 | 2023-10-30T04:35:42.684Z | Downloaded autocfg v1.1.0 |
155 | 2023-10-30T04:35:42.692Z | Downloaded usdt-attr-macro v0.3.5 |
156 | 2023-10-30T04:35:42.701Z | Downloaded want v0.3.0 |
157 | 2023-10-30T04:35:42.710Z | Downloaded usdt v0.3.5 |
158 | 2023-10-30T04:35:42.724Z | Downloaded time-macros v0.2.3 |
159 | 2023-10-30T04:35:42.732Z | Downloaded parking_lot_core v0.9.4 |
160 | 2023-10-30T04:35:42.739Z | Downloaded lock_api v0.4.6 |
161 | 2023-10-30T04:35:42.746Z | Downloaded percent-encoding v2.3.0 |
162 | 2023-10-30T04:35:42.756Z | Downloaded socket2 v0.4.9 |
163 | 2023-10-30T04:35:42.763Z | Downloaded data-encoding v2.4.0 |
164 | 2023-10-30T04:35:42.774Z | Downloaded rand_chacha v0.3.1 |
165 | 2023-10-30T04:35:42.785Z | Downloaded zerocopy v0.3.0 |
166 | 2023-10-30T04:35:42.796Z | Downloaded rustls-native-certs v0.6.1 |
167 | 2023-10-30T04:35:42.805Z | Downloaded slog-json v2.6.1 |
168 | 2023-10-30T04:35:42.814Z | Downloaded tokio-tungstenite v0.20.1 |
169 | 2023-10-30T04:35:42.826Z | Downloaded multer v2.1.0 |
170 | 2023-10-30T04:35:42.835Z | Downloaded term v0.7.0 |
171 | 2023-10-30T04:35:42.848Z | Downloaded tokio-rustls v0.24.1 |
172 | 2023-10-30T04:35:42.859Z | Downloaded unicode-ident v1.0.0 |
173 | 2023-10-30T04:35:42.867Z | Downloaded typenum v1.14.0 |
174 | 2023-10-30T04:35:42.875Z | Downloaded crossbeam-channel v0.5.1 |
175 | 2023-10-30T04:35:42.883Z | Downloaded thread_local v1.1.4 |
176 | 2023-10-30T04:35:42.892Z | Downloaded slog v2.7.0 |
177 | 2023-10-30T04:35:42.901Z | Downloaded tracing v0.1.29 |
178 | 2023-10-30T04:35:42.909Z | Downloaded base64 v0.21.4 |
179 | 2023-10-30T04:35:42.921Z | Downloaded futures-channel v0.3.28 |
180 | 2023-10-30T04:35:42.931Z | Downloaded tokio-util v0.7.7 |
181 | 2023-10-30T04:35:42.943Z | Downloaded toml_edit v0.20.2 |
182 | 2023-10-30T04:35:42.958Z | Downloaded unicode-normalization v0.1.19 |
183 | 2023-10-30T04:35:42.968Z | Downloaded time v0.3.7 |
184 | 2023-10-30T04:35:42.983Z | Downloaded indexmap v2.0.2 |
185 | 2023-10-30T04:35:42.997Z | Downloaded hashbrown v0.14.1 |
186 | 2023-10-30T04:35:43.007Z | Downloaded rand v0.8.4 |
187 | 2023-10-30T04:35:43.019Z | Downloaded hyper v0.14.27 |
188 | 2023-10-30T04:35:43.032Z | Downloaded chrono v0.4.31 |
189 | 2023-10-30T04:35:43.046Z | Downloaded serde_json v1.0.107 |
190 | 2023-10-30T04:35:43.462Z | Downloaded h2 v0.3.17 |
191 | 2023-10-30T04:35:43.466Z | Downloaded winnow v0.5.15 |
192 | 2023-10-30T04:35:43.471Z | Downloaded tokio v1.32.0 |
193 | 2023-10-30T04:35:43.475Z | Downloaded syn v2.0.38 |
194 | 2023-10-30T04:35:43.483Z | Downloaded rustls v0.21.7 |
195 | 2023-10-30T04:35:43.490Z | Downloaded encoding_rs v0.8.32 |
196 | 2023-10-30T04:35:43.504Z | Downloaded rustix v0.38.19 |
197 | 2023-10-30T04:35:43.515Z | Downloaded syn v1.0.109 |
198 | 2023-10-30T04:35:43.530Z | Downloaded zerocopy-derive v0.2.0 |
199 | 2023-10-30T04:35:43.544Z | Downloaded libc v0.2.149 |
200 | 2023-10-30T04:35:43.563Z | Downloaded rustls-webpki v0.101.4 |
201 | 2023-10-30T04:35:43.580Z | Downloaded openapiv3 v2.0.0-rc.1 |
202 | 2023-10-30T04:35:43.595Z | Downloaded pest v2.1.3 |
203 | 2023-10-30T04:35:43.606Z | Downloaded futures-util v0.3.28 |
204 | 2023-10-30T04:35:43.667Z | Downloaded expectorate v1.1.0 |
205 | 2023-10-30T04:35:43.679Z | Downloaded ryu v1.0.5 |
206 | 2023-10-30T04:35:43.686Z | Downloaded version_check v0.9.4 |
207 | 2023-10-30T04:35:43.699Z | Downloaded serde v1.0.189 |
208 | 2023-10-30T04:35:43.709Z | Downloaded log v0.4.17 |
209 | 2023-10-30T04:35:43.721Z | Downloaded console v0.15.7 |
210 | 2023-10-30T04:35:43.728Z | Downloaded event-listener v3.0.1 |
211 | 2023-10-30T04:35:43.733Z | Downloaded bytes v1.5.0 |
212 | 2023-10-30T04:35:43.740Z | Downloaded rcgen v0.11.3 |
213 | 2023-10-30T04:35:43.750Z | Downloaded ppv-lite86 v0.2.15 |
214 | 2023-10-30T04:35:43.765Z | Downloaded uuid v1.4.1 |
215 | 2023-10-30T04:35:43.776Z | Downloaded smallvec v1.7.0 |
216 | 2023-10-30T04:35:43.783Z | Downloaded mio v0.8.8 |
217 | 2023-10-30T04:35:43.807Z | Downloaded futures v0.3.28 |
218 | 2023-10-30T04:35:43.824Z | Downloaded unicode-segmentation v1.10.0 |
219 | 2023-10-30T04:35:43.836Z | Downloaded slog-bunyan v2.4.0 |
220 | 2023-10-30T04:35:43.844Z | Downloaded futures-macro v0.3.28 |
221 | 2023-10-30T04:35:43.862Z | Downloaded cc v1.0.72 |
222 | 2023-10-30T04:35:43.876Z | Downloaded url v2.2.2 |
223 | 2023-10-30T04:35:43.899Z | Downloaded memchr v2.6.0 |
224 | 2023-10-30T04:35:43.917Z | Downloaded tungstenite v0.20.1 |
225 | 2023-10-30T04:35:43.933Z | Downloaded waitgroup v0.1.2 |
226 | 2023-10-30T04:35:43.947Z | Downloaded usdt-impl v0.3.5 |
227 | 2023-10-30T04:35:43.967Z | Downloaded try-lock v0.2.3 |
228 | 2023-10-30T04:35:43.978Z | Downloaded similar v2.2.1 |
229 | 2023-10-30T04:35:44.397Z | Downloaded schemars v0.8.13 |
230 | 2023-10-30T04:35:44.404Z | Downloaded proc-macro2 v1.0.69 |
231 | 2023-10-30T04:35:44.416Z | Downloaded yasna v0.5.2 |
232 | 2023-10-30T04:35:44.424Z | Downloaded unicode-bidi v0.3.7 |
233 | 2023-10-30T04:35:44.428Z | Downloaded quote v1.0.33 |
234 | 2023-10-30T04:35:44.431Z | Downloaded pest_meta v2.1.3 |
235 | 2023-10-30T04:35:44.440Z | Downloaded ucd-trie v0.1.3 |
236 | 2023-10-30T04:35:44.445Z | Downloaded socket2 v0.5.3 |
237 | 2023-10-30T04:35:44.454Z | Downloaded toml v0.8.2 |
238 | 2023-10-30T04:35:44.466Z | Downloaded serde_derive v1.0.189 |
239 | 2023-10-30T04:35:44.475Z | Downloaded parking_lot v0.12.1 |
240 | 2023-10-30T04:35:44.486Z | Downloaded async-trait v0.1.74 |
241 | 2023-10-30T04:35:44.498Z | Downloaded buf-list v1.0.3 |
242 | 2023-10-30T04:35:44.509Z | Downloaded paste v1.0.14 |
243 | 2023-10-30T04:35:44.527Z | Downloaded subprocess v0.2.9 |
244 | 2023-10-30T04:35:44.534Z | Downloaded trybuild v1.0.85 |
245 | 2023-10-30T04:35:44.541Z | Downloaded base64 v0.13.1 |
246 | 2023-10-30T04:35:44.552Z | Downloaded utf-8 v0.7.6 |
247 | 2023-10-30T04:35:44.975Z | Downloaded sha1 v0.10.6 |
248 | 2023-10-30T04:35:44.978Z | Downloaded camino v1.1.6 |
249 | 2023-10-30T04:35:44.981Z | Downloaded bitflags v2.4.0 |
250 | 2023-10-30T04:35:44.988Z | Downloaded atomic-waker v1.1.1 |
251 | 2023-10-30T04:35:44.998Z | Downloaded concurrent-queue v2.2.0 |
252 | 2023-10-30T04:35:45.004Z | Downloaded slog-async v2.8.0 |
253 | 2023-10-30T04:35:45.006Z | Downloaded rustls-pemfile v0.2.1 |
254 | 2023-10-30T04:35:45.009Z | Downloaded tracing-core v0.1.21 |
255 | 2023-10-30T04:35:45.012Z | Downloaded errno v0.3.1 |
256 | 2023-10-30T04:35:45.015Z | Downloaded rustls-pemfile v1.0.3 |
257 | 2023-10-30T04:35:45.018Z | Downloaded rand_core v0.6.3 |
258 | 2023-10-30T04:35:45.020Z | Downloaded form_urlencoded v1.2.0 |
259 | 2023-10-30T04:35:45.023Z | Downloaded spin v0.9.8 |
260 | 2023-10-30T04:35:45.026Z | Downloaded mime_guess v2.0.4 |
261 | 2023-10-30T04:35:45.028Z | Downloaded pin-utils v0.1.0 |
262 | 2023-10-30T04:35:45.031Z | Downloaded thiserror v1.0.30 |
263 | 2023-10-30T04:35:45.034Z | Downloaded pem v3.0.2 |
264 | 2023-10-30T04:35:45.037Z | Downloaded block-buffer v0.10.2 |
265 | 2023-10-30T04:35:45.041Z | Downloaded unicode-width v0.1.9 |
266 | 2023-10-30T04:35:45.044Z | Downloaded itoa v1.0.1 |
267 | 2023-10-30T04:35:45.047Z | Downloaded ring v0.16.20 |
268 | 2023-10-30T04:35:45.050Z | Downloaded glob v0.3.0 |
269 | 2023-10-30T04:35:45.052Z | Downloaded pin-project-lite v0.2.12 |
270 | 2023-10-30T04:35:45.055Z | Downloaded async-stream v0.3.5 |
271 | 2023-10-30T04:35:45.059Z | Downloaded serde_tokenstream v0.1.7 |
272 | 2023-10-30T04:35:45.061Z | Downloaded termcolor v1.1.2 |
273 | 2023-10-30T04:35:45.064Z | Downloaded pest_generator v2.1.3 |
274 | 2023-10-30T04:35:45.067Z | Downloaded getrandom v0.2.3 |
275 | 2023-10-30T04:35:45.070Z | Downloaded tinyvec v1.5.1 |
276 | 2023-10-30T04:35:45.075Z | Downloaded indexmap v1.9.3 |
277 | 2023-10-30T04:35:45.079Z | Downloaded hyper-rustls v0.24.1 |
278 | 2023-10-30T04:35:45.082Z | Downloaded unicase v2.6.0 |
279 | 2023-10-30T04:35:45.085Z | Downloaded block-buffer v0.7.3 |
280 | 2023-10-30T04:35:45.087Z | Downloaded debug-ignore v1.0.5 |
281 | 2023-10-30T04:35:45.090Z | Downloaded slab v0.4.5 |
282 | 2023-10-30T04:35:45.093Z | Downloaded hostname v0.3.1 |
283 | 2023-10-30T04:35:45.096Z | Downloaded serde_path_to_error v0.1.14 |
284 | 2023-10-30T04:35:45.099Z | Downloaded digest v0.8.1 |
285 | 2023-10-30T04:35:45.102Z | Downloaded mime v0.3.16 |
286 | 2023-10-30T04:35:45.106Z | Downloaded take_mut v0.2.2 |
287 | 2023-10-30T04:35:45.109Z | Downloaded serde_spanned v0.6.3 |
288 | 2023-10-30T04:35:45.112Z | Downloaded futures-io v0.3.28 |
289 | 2023-10-30T04:35:45.115Z | Downloaded num_cpus v1.13.0 |
290 | 2023-10-30T04:35:45.118Z | Downloaded idna v0.2.3 |
291 | 2023-10-30T04:35:45.121Z | Downloaded fnv v1.0.7 |
292 | 2023-10-30T04:35:45.123Z | Downloaded schemars_derive v0.8.13 |
293 | 2023-10-30T04:35:45.128Z | Downloaded serde_derive_internals v0.26.0 |
294 | 2023-10-30T04:35:45.133Z | Downloaded schema-derive v0.1.0 |
295 | 2023-10-30T04:35:45.140Z | Downloaded hyper-staticfile v0.9.5 |
296 | 2023-10-30T04:35:45.146Z | Downloaded httparse v1.8.0 |
297 | 2023-10-30T04:35:45.159Z | Downloaded futures-sink v0.3.28 |
298 | 2023-10-30T04:35:45.166Z | Downloaded cpufeatures v0.2.2 |
299 | 2023-10-30T04:35:45.169Z | Downloaded synstructure v0.12.6 |
300 | 2023-10-30T04:35:45.172Z | Downloaded serde_tokenstream v0.2.0 |
301 | 2023-10-30T04:35:45.174Z | Downloaded sct v0.7.0 |
302 | 2023-10-30T04:35:45.177Z | Downloaded schema v0.1.0 |
303 | 2023-10-30T04:35:45.181Z | Downloaded dyn-clone v1.0.4 |
304 | 2023-10-30T04:35:45.184Z | Downloaded httpdate v1.0.1 |
305 | 2023-10-30T04:35:45.199Z | Downloaded generic-array v0.12.4 |
306 | 2023-10-30T04:35:45.202Z | Downloaded futures-task v0.3.28 |
307 | 2023-10-30T04:35:45.205Z | Downloaded fastrand v2.0.0 |
308 | 2023-10-30T04:35:45.208Z | Downloaded http-range v0.1.4 |
309 | 2023-10-30T04:35:45.218Z | Downloaded http-body v0.4.3 |
310 | 2023-10-30T04:35:45.225Z | Downloaded futures-core v0.3.28 |
311 | 2023-10-30T04:35:45.234Z | Downloaded byteorder v1.4.3 |
312 | 2023-10-30T04:35:45.241Z | Downloaded hashbrown v0.12.1 |
313 | 2023-10-30T04:35:45.249Z | Downloaded futures-executor v0.3.28 |
314 | 2023-10-30T04:35:45.254Z | Downloaded dof v0.1.5 |
315 | 2023-10-30T04:35:45.265Z | Downloaded digest v0.10.7 |
316 | 2023-10-30T04:35:45.276Z | Compiling proc-macro2 v1.0.69 |
317 | 2023-10-30T04:35:45.290Z | Compiling unicode-ident v1.0.0 |
318 | 2023-10-30T04:35:45.739Z | Compiling libc v0.2.149 |
319 | 2023-10-30T04:35:45.753Z | Compiling cfg-if v1.0.0 |
320 | 2023-10-30T04:35:45.771Z | Compiling serde v1.0.189 |
321 | 2023-10-30T04:35:46.193Z | Compiling version_check v0.9.4 |
322 | 2023-10-30T04:35:46.209Z | Compiling itoa v1.0.1 |
323 | 2023-10-30T04:35:46.224Z | Compiling syn v1.0.109 |
324 | 2023-10-30T04:35:46.234Z | Running `/home/build/.rustup/toolchains/1.73.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.69/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=69b40967ab414085 -C extra-filename=-69b40967ab414085 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-69b40967ab414085 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
325 | 2023-10-30T04:35:46.251Z | Running `/home/build/.rustup/toolchains/1.73.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=0b948a440d6e6cfc -C extra-filename=-0b948a440d6e6cfc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
326 | 2023-10-30T04:35:46.259Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/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=28431d11cfc6a8b5 -C extra-filename=-28431d11cfc6a8b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-28431d11cfc6a8b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
327 | 2023-10-30T04:35:46.270Z | Running `/home/build/.rustup/toolchains/1.73.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=c11df5dea5d6d736 -C extra-filename=-c11df5dea5d6d736 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
328 | 2023-10-30T04:35:46.287Z | Running `/home/build/.rustup/toolchains/1.73.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=fae733ad98da9e43 -C extra-filename=-fae733ad98da9e43 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
329 | 2023-10-30T04:35:46.301Z | Running `/home/build/.rustup/toolchains/1.73.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=ce55e35547adbacb -C extra-filename=-ce55e35547adbacb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
330 | 2023-10-30T04:35:46.307Z | Running `/home/build/.rustup/toolchains/1.73.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.189/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=42e6c8b8aae9853d -C extra-filename=-42e6c8b8aae9853d --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-42e6c8b8aae9853d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
331 | 2023-10-30T04:35:46.313Z | Running `/home/build/.rustup/toolchains/1.73.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=e388fb586b262be4 -C extra-filename=-e388fb586b262be4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/syn-e388fb586b262be4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
332 | 2023-10-30T04:35:46.322Z | Compiling pin-project-lite v0.2.12 |
333 | 2023-10-30T04:35:46.328Z | Running `/home/build/.rustup/toolchains/1.73.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=2c75aff93639b970 -C extra-filename=-2c75aff93639b970 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
334 | 2023-10-30T04:35:46.331Z | Compiling futures-core v0.3.28 |
335 | 2023-10-30T04:35:46.338Z | Running `/home/build/.rustup/toolchains/1.73.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=64eccc787a105262 -C extra-filename=-64eccc787a105262 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-core-64eccc787a105262 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
336 | 2023-10-30T04:35:46.347Z | Compiling ryu v1.0.5 |
337 | 2023-10-30T04:35:46.354Z | Running `/home/build/.rustup/toolchains/1.73.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=c0b507a014962c01 -C extra-filename=-c0b507a014962c01 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-c0b507a014962c01 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
338 | 2023-10-30T04:35:46.362Z | Compiling bytes v1.5.0 |
339 | 2023-10-30T04:35:46.370Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4be5d46a90f9cdd7 -C extra-filename=-4be5d46a90f9cdd7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
340 | 2023-10-30T04:35:46.382Z | Compiling autocfg v1.1.0 |
341 | 2023-10-30T04:35:46.387Z | Running `/home/build/.rustup/toolchains/1.73.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=0c839c319ce9e328 -C extra-filename=-0c839c319ce9e328 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
342 | 2023-10-30T04:35:46.394Z | Compiling parking_lot_core v0.9.4 |
343 | 2023-10-30T04:35:46.399Z | Running `/home/build/.rustup/toolchains/1.73.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=ce4f3a2c5dbdc453 -C extra-filename=-ce4f3a2c5dbdc453 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ce4f3a2c5dbdc453 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
344 | 2023-10-30T04:35:46.407Z | Compiling serde_json v1.0.107 |
345 | 2023-10-30T04:35:46.412Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/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=674a6dec588807da -C extra-filename=-674a6dec588807da --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-674a6dec588807da -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
346 | 2023-10-30T04:35:46.549Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-core-64eccc787a105262/build-script-build` |
347 | 2023-10-30T04:35:46.562Z | Compiling log v0.4.17 |
348 | 2023-10-30T04:35:46.573Z | Running `/home/build/.rustup/toolchains/1.73.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=ea88070691b4d288 -C extra-filename=-ea88070691b4d288 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-ea88070691b4d288 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
349 | 2023-10-30T04:35:46.580Z | Compiling futures-sink v0.3.28 |
350 | 2023-10-30T04:35:46.589Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-c0b507a014962c01/build-script-build` |
351 | 2023-10-30T04:35:46.597Z | Running `/home/build/.rustup/toolchains/1.73.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=346086fb3507d8d7 -C extra-filename=-346086fb3507d8d7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
352 | 2023-10-30T04:35:46.605Z | Running `/home/build/.rustup/toolchains/1.73.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=d8df4852d92e521a -C extra-filename=-d8df4852d92e521a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
353 | 2023-10-30T04:35:46.612Z | Running `/work/oxidecomputer/dropshot/target/debug/build/syn-e388fb586b262be4/build-script-build` |
354 | 2023-10-30T04:35:46.617Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-42e6c8b8aae9853d/build-script-build` |
355 | 2023-10-30T04:35:46.624Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-69b40967ab414085/build-script-build` |
356 | 2023-10-30T04:35:46.632Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-28431d11cfc6a8b5/build-script-build` |
357 | 2023-10-30T04:35:46.654Z | Compiling once_cell v1.13.1 |
358 | 2023-10-30T04:35:46.666Z | Running `/home/build/.rustup/toolchains/1.73.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=9181be7a2db219b8 -C extra-filename=-9181be7a2db219b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
359 | 2023-10-30T04:35:46.676Z | Running `/home/build/.rustup/toolchains/1.73.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=07639ba210996847 -C extra-filename=-07639ba210996847 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
360 | 2023-10-30T04:35:46.686Z | Running `/home/build/.rustup/toolchains/1.73.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.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=a40ddec8e65efb26 -C extra-filename=-a40ddec8e65efb26 --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-0b948a440d6e6cfc.rmeta --cap-lints allow --cfg wrap_proc_macro` |
361 | 2023-10-30T04:35:46.696Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/lib.rs --error-format=json --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=e33e81a658bd6d2f -C extra-filename=-e33e81a658bd6d2f --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` |
362 | 2023-10-30T04:35:46.716Z | Compiling futures-task v0.3.28 |
363 | 2023-10-30T04:35:46.732Z | Running `/home/build/.rustup/toolchains/1.73.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=cece4c10790c62f4 -C extra-filename=-cece4c10790c62f4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-task-cece4c10790c62f4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
364 | 2023-10-30T04:35:46.817Z | Compiling futures-channel v0.3.28 |
365 | 2023-10-30T04:35:46.830Z | Running `/home/build/.rustup/toolchains/1.73.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=a2839b85d44917a6 -C extra-filename=-a2839b85d44917a6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-channel-a2839b85d44917a6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
366 | 2023-10-30T04:35:46.975Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ce4f3a2c5dbdc453/build-script-build` |
367 | 2023-10-30T04:35:47.012Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-674a6dec588807da/build-script-build` |
368 | 2023-10-30T04:35:47.426Z | Compiling cc v1.0.72 |
369 | 2023-10-30T04:35:47.440Z | Running `/home/build/.rustup/toolchains/1.73.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=663e9a3fb51301f8 -C extra-filename=-663e9a3fb51301f8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
370 | 2023-10-30T04:35:47.446Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-ea88070691b4d288/build-script-build` |
371 | 2023-10-30T04:35:47.458Z | Compiling scopeguard v1.1.0 |
372 | 2023-10-30T04:35:47.468Z | Running `/home/build/.rustup/toolchains/1.73.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=7b38b3fbb029c935 -C extra-filename=-7b38b3fbb029c935 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
373 | 2023-10-30T04:35:47.479Z | Compiling smallvec v1.7.0 |
374 | 2023-10-30T04:35:47.488Z | Running `/home/build/.rustup/toolchains/1.73.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=080afa930d30451e -C extra-filename=-080afa930d30451e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
375 | 2023-10-30T04:35:47.499Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-task-cece4c10790c62f4/build-script-build` |
376 | 2023-10-30T04:35:47.506Z | Compiling futures-util v0.3.28 |
377 | 2023-10-30T04:35:47.516Z | Running `/home/build/.rustup/toolchains/1.73.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=770be0c74b0eeaa8 -C extra-filename=-770be0c74b0eeaa8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-util-770be0c74b0eeaa8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
378 | 2023-10-30T04:35:47.528Z | Running `/home/build/.rustup/toolchains/1.73.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=7a240e760200ba6b -C extra-filename=-7a240e760200ba6b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
379 | 2023-10-30T04:35:47.539Z | Compiling lock_api v0.4.6 |
380 | 2023-10-30T04:35:47.547Z | Running `/home/build/.rustup/toolchains/1.73.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=c02b224c46bf6c1c -C extra-filename=-c02b224c46bf6c1c --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-7b38b3fbb029c935.rmeta --cap-lints allow` |
381 | 2023-10-30T04:35:47.555Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-channel-a2839b85d44917a6/build-script-build` |
382 | 2023-10-30T04:35:47.567Z | Running `/home/build/.rustup/toolchains/1.73.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=61e2bd1e7d57bc5e -C extra-filename=-61e2bd1e7d57bc5e --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-346086fb3507d8d7.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d8df4852d92e521a.rmeta --cap-lints allow` |
383 | 2023-10-30T04:35:47.726Z | Running `/home/build/.rustup/toolchains/1.73.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=60d5a23bb2b7875e -C extra-filename=-60d5a23bb2b7875e --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-c11df5dea5d6d736.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
384 | 2023-10-30T04:35:47.776Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-util-770be0c74b0eeaa8/build-script-build` |
385 | 2023-10-30T04:35:47.799Z | Compiling ucd-trie v0.1.3 |
386 | 2023-10-30T04:35:47.804Z | Running `/home/build/.rustup/toolchains/1.73.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=8bcf405ea0ce4534 -C extra-filename=-8bcf405ea0ce4534 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
387 | 2023-10-30T04:35:47.851Z | Compiling futures-io v0.3.28 |
388 | 2023-10-30T04:35:47.858Z | Running `/home/build/.rustup/toolchains/1.73.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=fe46d6f346ad03b7 -C extra-filename=-fe46d6f346ad03b7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
389 | 2023-10-30T04:35:47.988Z | Compiling quote v1.0.33 |
390 | 2023-10-30T04:35:47.994Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=a8405031a26970f0 -C extra-filename=-a8405031a26970f0 --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-a40ddec8e65efb26.rmeta --cap-lints allow` |
391 | 2023-10-30T04:35:48.009Z | Compiling typenum v1.14.0 |
392 | 2023-10-30T04:35:48.020Z | Running `/home/build/.rustup/toolchains/1.73.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=8556e651dcdc7da8 -C extra-filename=-8556e651dcdc7da8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-8556e651dcdc7da8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
393 | 2023-10-30T04:35:48.321Z | Compiling lazy_static v1.4.0 |
394 | 2023-10-30T04:35:48.334Z | Running `/home/build/.rustup/toolchains/1.73.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=eec26516d559ec36 -C extra-filename=-eec26516d559ec36 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
395 | 2023-10-30T04:35:48.411Z | Compiling slab v0.4.5 |
396 | 2023-10-30T04:35:48.420Z | Running `/home/build/.rustup/toolchains/1.73.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=8bbe6faad47879bb -C extra-filename=-8bbe6faad47879bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
397 | 2023-10-30T04:35:48.482Z | Compiling fnv v1.0.7 |
398 | 2023-10-30T04:35:48.494Z | Running `/home/build/.rustup/toolchains/1.73.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=fbb398e4ada8099f -C extra-filename=-fbb398e4ada8099f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
399 | 2023-10-30T04:35:48.640Z | Compiling syn v2.0.38 |
400 | 2023-10-30T04:35:48.653Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=d53793dfcaf138b5 -C extra-filename=-d53793dfcaf138b5 --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-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-0b948a440d6e6cfc.rmeta --cap-lints allow` |
401 | 2023-10-30T04:35:48.796Z | Running `/home/build/.rustup/toolchains/1.73.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=f7a9fe4f47b90103 -C extra-filename=-f7a9fe4f47b90103 --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-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-0b948a440d6e6cfc.rmeta --cap-lints allow --cfg syn_disable_nightly_tests` |
402 | 2023-10-30T04:35:49.005Z | Running `/home/build/.rustup/toolchains/1.73.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=bb272f68043a141b -C extra-filename=-bb272f68043a141b --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-c11df5dea5d6d736.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-080afa930d30451e.rmeta --cap-lints allow` |
403 | 2023-10-30T04:35:49.232Z | Compiling pin-utils v0.1.0 |
404 | 2023-10-30T04:35:49.235Z | Running `/home/build/.rustup/toolchains/1.73.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=eb4d785c95a7ec59 -C extra-filename=-eb4d785c95a7ec59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
405 | 2023-10-30T04:35:49.332Z | Compiling memchr v2.6.0 |
406 | 2023-10-30T04:35:49.335Z | Running `/home/build/.rustup/toolchains/1.73.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=957b8ed3faa53e84 -C extra-filename=-957b8ed3faa53e84 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
407 | 2023-10-30T04:35:49.430Z | Compiling http v0.2.9 |
408 | 2023-10-30T04:35:49.435Z | Running `/home/build/.rustup/toolchains/1.73.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=959af26a97e12d62 -C extra-filename=-959af26a97e12d62 --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-4be5d46a90f9cdd7.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-fbb398e4ada8099f.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce55e35547adbacb.rmeta --cap-lints allow` |
409 | 2023-10-30T04:35:49.558Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-8556e651dcdc7da8/build-script-main` |
410 | 2023-10-30T04:35:49.868Z | Compiling parking_lot v0.12.1 |
411 | 2023-10-30T04:35:49.871Z | Running `/home/build/.rustup/toolchains/1.73.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=d07ecd5c8b06c03b -C extra-filename=-d07ecd5c8b06c03b --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-c02b224c46bf6c1c.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-bb272f68043a141b.rmeta --cap-lints allow` |
412 | 2023-10-30T04:35:49.901Z | Compiling socket2 v0.5.3 |
413 | 2023-10-30T04:35:49.904Z | Running `/home/build/.rustup/toolchains/1.73.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=d4ccbbb60190abde -C extra-filename=-d4ccbbb60190abde --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-e33e81a658bd6d2f.rmeta --cap-lints allow` |
414 | 2023-10-30T04:35:50.187Z | Compiling num_cpus v1.13.0 |
415 | 2023-10-30T04:35:50.190Z | Running `/home/build/.rustup/toolchains/1.73.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=ab854aeb5815d09d -C extra-filename=-ab854aeb5815d09d --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-e33e81a658bd6d2f.rmeta --cap-lints allow` |
416 | 2023-10-30T04:35:50.336Z | Compiling getrandom v0.2.3 |
417 | 2023-10-30T04:35:50.339Z | Running `/home/build/.rustup/toolchains/1.73.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=3d40c34b3dac1377 -C extra-filename=-3d40c34b3dac1377 --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-c11df5dea5d6d736.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rmeta --cap-lints allow` |
418 | 2023-10-30T04:35:50.506Z | Compiling ring v0.16.20 |
419 | 2023-10-30T04:35:50.517Z | Running `/home/build/.rustup/toolchains/1.73.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=7b279dafa8e309e0 -C extra-filename=-7b279dafa8e309e0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-7b279dafa8e309e0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-663e9a3fb51301f8.rlib --cap-lints allow` |
420 | 2023-10-30T04:35:50.966Z | Compiling signal-hook-registry v1.4.0 |
421 | 2023-10-30T04:35:50.976Z | Running `/home/build/.rustup/toolchains/1.73.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=13a953719611db92 -C extra-filename=-13a953719611db92 --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-e33e81a658bd6d2f.rmeta --cap-lints allow` |
422 | 2023-10-30T04:35:51.694Z | Compiling mio v0.8.8 |
423 | 2023-10-30T04:35:51.704Z | Running `/home/build/.rustup/toolchains/1.73.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=0e48b7dc53d570c3 -C extra-filename=-0e48b7dc53d570c3 --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-e33e81a658bd6d2f.rmeta --cap-lints allow` |
424 | 2023-10-30T04:35:51.719Z | Compiling pest v2.1.3 |
425 | 2023-10-30T04:35:51.725Z | Running `/home/build/.rustup/toolchains/1.73.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=ea9fdac771d9ac21 -C extra-filename=-ea9fdac771d9ac21 --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-8bcf405ea0ce4534.rmeta --cap-lints allow` |
426 | 2023-10-30T04:35:52.206Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-7b279dafa8e309e0/build-script-build` |
427 | 2023-10-30T04:35:52.604Z | Compiling generic-array v0.14.5 |
428 | 2023-10-30T04:35:52.613Z | Running `/home/build/.rustup/toolchains/1.73.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=8e417fa0f39e957e -C extra-filename=-8e417fa0f39e957e --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-8e417fa0f39e957e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow` |
429 | 2023-10-30T04:35:52.872Z | Compiling crossbeam-utils v0.8.15 |
430 | 2023-10-30T04:35:52.881Z | Running `/home/build/.rustup/toolchains/1.73.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=8e0a27b049ea2564 -C extra-filename=-8e0a27b049ea2564 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-8e0a27b049ea2564 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
431 | 2023-10-30T04:35:53.085Z | Compiling maplit v1.0.2 |
432 | 2023-10-30T04:35:53.110Z | Running `/home/build/.rustup/toolchains/1.73.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=953b6b91e95e654b -C extra-filename=-953b6b91e95e654b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
433 | 2023-10-30T04:35:53.202Z | Compiling byteorder v1.4.3 |
434 | 2023-10-30T04:35:53.208Z | Running `/home/build/.rustup/toolchains/1.73.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=b7326ae98dd9cfb7 -C extra-filename=-b7326ae98dd9cfb7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
435 | 2023-10-30T04:35:53.584Z | Compiling unicode-xid v0.2.2 |
436 | 2023-10-30T04:35:53.597Z | Running `/home/build/.rustup/toolchains/1.73.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=93525710eada39fe -C extra-filename=-93525710eada39fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
437 | 2023-10-30T04:35:53.770Z | Compiling httparse v1.8.0 |
438 | 2023-10-30T04:35:53.778Z | Running `/home/build/.rustup/toolchains/1.73.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=b77970aec04ec8ca -C extra-filename=-b77970aec04ec8ca --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-b77970aec04ec8ca -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
439 | 2023-10-30T04:35:53.849Z | Compiling pest_meta v2.1.3 |
440 | 2023-10-30T04:35:53.860Z | Running `/home/build/.rustup/toolchains/1.73.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=8b2131a37faf9c33 -C extra-filename=-8b2131a37faf9c33 --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-953b6b91e95e654b.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-ea9fdac771d9ac21.rmeta --cap-lints allow` |
441 | 2023-10-30T04:35:53.935Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-8e0a27b049ea2564/build-script-build` |
442 | 2023-10-30T04:35:53.961Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-8e417fa0f39e957e/build-script-build` |
443 | 2023-10-30T04:35:54.377Z | Running `/home/build/.rustup/toolchains/1.73.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=c64471f045166306 -C extra-filename=-c64471f045166306 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
444 | 2023-10-30T04:35:54.385Z | Compiling spin v0.5.2 |
445 | 2023-10-30T04:35:54.396Z | Running `/home/build/.rustup/toolchains/1.73.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=4521f8581486a4cd -C extra-filename=-4521f8581486a4cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
446 | 2023-10-30T04:35:54.405Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-b77970aec04ec8ca/build-script-build` |
447 | 2023-10-30T04:35:54.414Z | Compiling untrusted v0.7.1 |
448 | 2023-10-30T04:35:54.431Z | Running `/home/build/.rustup/toolchains/1.73.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=ee7ea99eca9f331b -C extra-filename=-ee7ea99eca9f331b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
449 | 2023-10-30T04:35:54.452Z | Running `/home/build/.rustup/toolchains/1.73.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=7fdd0f21c6255015 -C extra-filename=-7fdd0f21c6255015 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd` |
450 | 2023-10-30T04:35:54.467Z | Running `/home/build/.rustup/toolchains/1.73.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=a23caa753b453148 -C extra-filename=-a23caa753b453148 --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-c11df5dea5d6d736.rmeta --cap-lints allow` |
451 | 2023-10-30T04:35:54.578Z | Compiling tracing-core v0.1.21 |
452 | 2023-10-30T04:35:54.585Z | Running `/home/build/.rustup/toolchains/1.73.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=4a5de31224abf817 -C extra-filename=-4a5de31224abf817 --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-eec26516d559ec36.rmeta --cap-lints allow` |
453 | 2023-10-30T04:35:55.550Z | Compiling indexmap v1.9.3 |
454 | 2023-10-30T04:35:55.553Z | Running `/home/build/.rustup/toolchains/1.73.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=5840b9c66a908495 -C extra-filename=-5840b9c66a908495 --out-dir /work/oxidecomputer/dropshot/target/debug/build/indexmap-5840b9c66a908495 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow` |
455 | 2023-10-30T04:35:55.914Z | Running `/home/build/.rustup/toolchains/1.73.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=ceb0115f274e317b -C extra-filename=-ceb0115f274e317b --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-c64471f045166306.rmeta --cap-lints allow --cfg relaxed_coherence` |
456 | 2023-10-30T04:35:56.043Z | Compiling percent-encoding v2.3.0 |
457 | 2023-10-30T04:35:56.046Z | Running `/home/build/.rustup/toolchains/1.73.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=ab63210d481369bd -C extra-filename=-ab63210d481369bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
458 | 2023-10-30T04:35:56.472Z | Compiling num_threads v0.1.3 |
459 | 2023-10-30T04:35:56.481Z | Running `/home/build/.rustup/toolchains/1.73.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=3d51610859bf3916 -C extra-filename=-3d51610859bf3916 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
460 | 2023-10-30T04:35:56.590Z | Compiling time-macros v0.2.3 |
461 | 2023-10-30T04:35:56.604Z | Running `/home/build/.rustup/toolchains/1.73.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=f8d2ecbaf58dd43a -C extra-filename=-f8d2ecbaf58dd43a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow` |
462 | 2023-10-30T04:35:56.615Z | Compiling tinyvec_macros v0.1.0 |
463 | 2023-10-30T04:35:56.620Z | Running `/home/build/.rustup/toolchains/1.73.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=4fefe2843be72bc1 -C extra-filename=-4fefe2843be72bc1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
464 | 2023-10-30T04:35:56.657Z | Compiling slog v2.7.0 |
465 | 2023-10-30T04:35:56.664Z | Running `/home/build/.rustup/toolchains/1.73.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=63d12fdfd6b2ee93 -C extra-filename=-63d12fdfd6b2ee93 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-63d12fdfd6b2ee93 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
466 | 2023-10-30T04:35:56.709Z | Compiling tinyvec v1.5.1 |
467 | 2023-10-30T04:35:56.712Z | Running `/home/build/.rustup/toolchains/1.73.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=87ef9fd3a59da254 -C extra-filename=-87ef9fd3a59da254 --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-4fefe2843be72bc1.rmeta --cap-lints allow` |
468 | 2023-10-30T04:35:57.316Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-63d12fdfd6b2ee93/build-script-build` |
469 | 2023-10-30T04:35:57.387Z | Compiling form_urlencoded v1.2.0 |
470 | 2023-10-30T04:35:57.392Z | Running `/home/build/.rustup/toolchains/1.73.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=16ac820e36d48ef0 -C extra-filename=-16ac820e36d48ef0 --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-ab63210d481369bd.rmeta --cap-lints allow` |
471 | 2023-10-30T04:35:57.791Z | Running `/work/oxidecomputer/dropshot/target/debug/build/indexmap-5840b9c66a908495/build-script-build` |
472 | 2023-10-30T04:35:57.810Z | Compiling tracing v0.1.29 |
473 | 2023-10-30T04:35:57.816Z | Running `/home/build/.rustup/toolchains/1.73.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=f82307ce1ba8a483 -C extra-filename=-f82307ce1ba8a483 --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-c11df5dea5d6d736.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-4a5de31224abf817.rmeta --cap-lints allow` |
474 | 2023-10-30T04:35:57.863Z | Compiling unicase v2.6.0 |
475 | 2023-10-30T04:35:57.873Z | Running `/home/build/.rustup/toolchains/1.73.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=5a6295578c81e713 -C extra-filename=-5a6295578c81e713 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-5a6295578c81e713 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow` |
476 | 2023-10-30T04:35:58.291Z | Compiling usdt-impl v0.3.5 |
477 | 2023-10-30T04:35:58.295Z | Running `/home/build/.rustup/toolchains/1.73.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=3a412c79e16a3e0a -C extra-filename=-3a412c79e16a3e0a --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-3a412c79e16a3e0a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow` |
478 | 2023-10-30T04:35:58.476Z | Compiling hashbrown v0.12.1 |
479 | 2023-10-30T04:35:58.488Z | Running `/home/build/.rustup/toolchains/1.73.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=7b605e8fadbf2cd9 -C extra-filename=-7b605e8fadbf2cd9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
480 | 2023-10-30T04:35:58.832Z | Compiling paste v1.0.14 |
481 | 2023-10-30T04:35:58.835Z | Running `/home/build/.rustup/toolchains/1.73.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=34ff99beb23c3dfe -C extra-filename=-34ff99beb23c3dfe --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-34ff99beb23c3dfe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
482 | 2023-10-30T04:35:59.005Z | Compiling synstructure v0.12.6 |
483 | 2023-10-30T04:35:59.014Z | Running `/home/build/.rustup/toolchains/1.73.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=652a5a7f7fb8d0a4 -C extra-filename=-652a5a7f7fb8d0a4 --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-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rmeta --extern unicode_xid=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_xid-93525710eada39fe.rmeta --cap-lints allow` |
484 | 2023-10-30T04:35:59.285Z | Compiling pest_generator v2.1.3 |
485 | 2023-10-30T04:35:59.288Z | Running `/home/build/.rustup/toolchains/1.73.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=855a58c3ce19fa80 -C extra-filename=-855a58c3ce19fa80 --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-ea9fdac771d9ac21.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-8b2131a37faf9c33.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rmeta --cap-lints allow` |
486 | 2023-10-30T04:35:59.505Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-34ff99beb23c3dfe/build-script-build` |
487 | 2023-10-30T04:35:59.576Z | Compiling unicode-normalization v0.1.19 |
488 | 2023-10-30T04:35:59.579Z | Running `/home/build/.rustup/toolchains/1.73.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=2281b8a40041657f -C extra-filename=-2281b8a40041657f --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-87ef9fd3a59da254.rmeta --cap-lints allow` |
489 | 2023-10-30T04:36:00.148Z | Running `/home/build/.rustup/toolchains/1.73.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=710dc8c1142f6d14 -C extra-filename=-710dc8c1142f6d14 --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-7b605e8fadbf2cd9.rmeta --cap-lints allow --cfg has_std` |
490 | 2023-10-30T04:36:00.452Z | Compiling time v0.3.7 |
491 | 2023-10-30T04:36:00.468Z | Running `/home/build/.rustup/toolchains/1.73.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=2c2d8088f43460d5 -C extra-filename=-2c2d8088f43460d5 --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-ce55e35547adbacb.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-3d51610859bf3916.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-f8d2ecbaf58dd43a.so --cap-lints allow` |
492 | 2023-10-30T04:36:01.390Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-3a412c79e16a3e0a/build-script-build` |
493 | 2023-10-30T04:36:01.479Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-5a6295578c81e713/build-script-build` |
494 | 2023-10-30T04:36:01.549Z | Compiling block-buffer v0.10.2 |
495 | 2023-10-30T04:36:01.554Z | Running `/home/build/.rustup/toolchains/1.73.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=1661fb81ccf8d85e -C extra-filename=-1661fb81ccf8d85e --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-ceb0115f274e317b.rmeta --cap-lints allow` |
496 | 2023-10-30T04:36:01.687Z | Compiling crypto-common v0.1.6 |
497 | 2023-10-30T04:36:01.691Z | Running `/home/build/.rustup/toolchains/1.73.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=0ad4cb0de3519f9b -C extra-filename=-0ad4cb0de3519f9b --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-ceb0115f274e317b.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-c64471f045166306.rmeta --cap-lints allow` |
498 | 2023-10-30T04:36:01.771Z | Running `/home/build/.rustup/toolchains/1.73.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=ee1f43d93272d384 -C extra-filename=-ee1f43d93272d384 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128` |
499 | 2023-10-30T04:36:01.832Z | Compiling rand_core v0.6.3 |
500 | 2023-10-30T04:36:01.846Z | Compiling thread-id v4.0.0 |
501 | 2023-10-30T04:36:01.873Z | Running `/home/build/.rustup/toolchains/1.73.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=e6a36d9240bd58f6 -C extra-filename=-e6a36d9240bd58f6 --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-3d40c34b3dac1377.rmeta --cap-lints allow` |
502 | 2023-10-30T04:36:01.890Z | Running `/home/build/.rustup/toolchains/1.73.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=f620c1fa383d1cda -C extra-filename=-f620c1fa383d1cda --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-e33e81a658bd6d2f.rmeta --cap-lints allow` |
503 | 2023-10-30T04:36:02.358Z | Compiling num-traits v0.2.14 |
504 | 2023-10-30T04:36:02.363Z | Running `/home/build/.rustup/toolchains/1.73.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=f9076953b1dd27df -C extra-filename=-f9076953b1dd27df --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-f9076953b1dd27df -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow` |
505 | 2023-10-30T04:36:02.366Z | Compiling equivalent v1.0.0 |
506 | 2023-10-30T04:36:02.371Z | Running `/home/build/.rustup/toolchains/1.73.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=35443198fe6253a8 -C extra-filename=-35443198fe6253a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
507 | 2023-10-30T04:36:02.376Z | Compiling unicode-bidi v0.3.7 |
508 | 2023-10-30T04:36:02.379Z | Running `/home/build/.rustup/toolchains/1.73.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=23ee9ec6936b7863 -C extra-filename=-23ee9ec6936b7863 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
509 | 2023-10-30T04:36:02.384Z | Compiling ppv-lite86 v0.2.15 |
510 | 2023-10-30T04:36:02.387Z | Running `/home/build/.rustup/toolchains/1.73.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=74dc7bc32da4eb44 -C extra-filename=-74dc7bc32da4eb44 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
511 | 2023-10-30T04:36:02.518Z | Compiling rustls v0.21.7 |
512 | 2023-10-30T04:36:02.525Z | Running `/home/build/.rustup/toolchains/1.73.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.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=56fd093bdf8ccb62 -C extra-filename=-56fd093bdf8ccb62 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-56fd093bdf8ccb62 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
513 | 2023-10-30T04:36:02.930Z | Compiling try-lock v0.2.3 |
514 | 2023-10-30T04:36:02.936Z | Running `/home/build/.rustup/toolchains/1.73.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=6c08eecd413f7d03 -C extra-filename=-6c08eecd413f7d03 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
515 | 2023-10-30T04:36:02.977Z | Compiling matches v0.1.9 |
516 | 2023-10-30T04:36:02.991Z | Running `/home/build/.rustup/toolchains/1.73.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=108912f31e141e5b -C extra-filename=-108912f31e141e5b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
517 | 2023-10-30T04:36:03.059Z | Compiling hashbrown v0.14.1 |
518 | 2023-10-30T04:36:03.064Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="raw"' -C metadata=c2fcb806bd6d68e8 -C extra-filename=-c2fcb806bd6d68e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
519 | 2023-10-30T04:36:03.105Z | Compiling want v0.3.0 |
520 | 2023-10-30T04:36:03.111Z | Running `/home/build/.rustup/toolchains/1.73.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=c7b73a0fe425706f -C extra-filename=-c7b73a0fe425706f --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-60d5a23bb2b7875e.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-6c08eecd413f7d03.rmeta --cap-lints allow` |
521 | 2023-10-30T04:36:03.532Z | Compiling rand_chacha v0.3.1 |
522 | 2023-10-30T04:36:03.535Z | Running `/home/build/.rustup/toolchains/1.73.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=67cd933a0a9fb8de -C extra-filename=-67cd933a0a9fb8de --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-74dc7bc32da4eb44.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e6a36d9240bd58f6.rmeta --cap-lints allow` |
523 | 2023-10-30T04:36:03.550Z | Compiling idna v0.2.3 |
524 | 2023-10-30T04:36:03.554Z | Running `/home/build/.rustup/toolchains/1.73.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=c74cb72b3d1c35fa -C extra-filename=-c74cb72b3d1c35fa --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-108912f31e141e5b.rmeta --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-23ee9ec6936b7863.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-2281b8a40041657f.rmeta --cap-lints allow` |
525 | 2023-10-30T04:36:03.776Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-f9076953b1dd27df/build-script-build` |
526 | 2023-10-30T04:36:04.141Z | Compiling digest v0.10.7 |
527 | 2023-10-30T04:36:04.145Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9a0b437af8ab6ad8 -C extra-filename=-9a0b437af8ab6ad8 --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-1661fb81ccf8d85e.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-0ad4cb0de3519f9b.rmeta --cap-lints allow` |
528 | 2023-10-30T04:36:04.155Z | Running `/home/build/.rustup/toolchains/1.73.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=f7c2f7bc3173c28a -C extra-filename=-f7c2f7bc3173c28a --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-10-30T04:36:04.617Z | Running `/home/build/.rustup/toolchains/1.73.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=fa4638fa82fccb75 -C extra-filename=-fa4638fa82fccb75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow` |
530 | 2023-10-30T04:36:04.679Z | Compiling http-body v0.4.3 |
531 | 2023-10-30T04:36:04.689Z | Running `/home/build/.rustup/toolchains/1.73.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=8e9507ac63a26ad5 -C extra-filename=-8e9507ac63a26ad5 --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-4be5d46a90f9cdd7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --cap-lints allow` |
532 | 2023-10-30T04:36:04.852Z | Compiling dirs-sys-next v0.1.2 |
533 | 2023-10-30T04:36:04.856Z | Running `/home/build/.rustup/toolchains/1.73.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=a2c4b6e0914cde0e -C extra-filename=-a2c4b6e0914cde0e --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-e33e81a658bd6d2f.rmeta --cap-lints allow` |
534 | 2023-10-30T04:36:05.172Z | Compiling socket2 v0.4.9 |
535 | 2023-10-30T04:36:05.178Z | Running `/home/build/.rustup/toolchains/1.73.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=c7539fdac2118825 -C extra-filename=-c7539fdac2118825 --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-e33e81a658bd6d2f.rmeta --cap-lints allow` |
536 | 2023-10-30T04:36:05.498Z | Compiling cpufeatures v0.2.2 |
537 | 2023-10-30T04:36:05.501Z | Running `/home/build/.rustup/toolchains/1.73.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=0a5c5a17c546a2f2 -C extra-filename=-0a5c5a17c546a2f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
538 | 2023-10-30T04:36:05.601Z | Compiling mime v0.3.16 |
539 | 2023-10-30T04:36:05.610Z | Running `/home/build/.rustup/toolchains/1.73.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=0f586a7f6f60064c -C extra-filename=-0f586a7f6f60064c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
540 | 2023-10-30T04:36:06.034Z | Compiling tower-service v0.3.1 |
541 | 2023-10-30T04:36:06.041Z | Running `/home/build/.rustup/toolchains/1.73.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=3ef8e981454d9750 -C extra-filename=-3ef8e981454d9750 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
542 | 2023-10-30T04:36:06.152Z | Compiling httpdate v1.0.1 |
543 | 2023-10-30T04:36:06.155Z | Running `/home/build/.rustup/toolchains/1.73.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=9e353e4af56df266 -C extra-filename=-9e353e4af56df266 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
544 | 2023-10-30T04:36:06.372Z | Compiling base64 v0.21.4 |
545 | 2023-10-30T04:36:06.375Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.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=bdd3f1f9b896a1ed -C extra-filename=-bdd3f1f9b896a1ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
546 | 2023-10-30T04:36:06.540Z | Compiling sha1 v0.10.6 |
547 | 2023-10-30T04:36:06.543Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f90ade9fc8a34cdc -C extra-filename=-f90ade9fc8a34cdc --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-c11df5dea5d6d736.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-0a5c5a17c546a2f2.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-9a0b437af8ab6ad8.rmeta --cap-lints allow` |
548 | 2023-10-30T04:36:06.612Z | Compiling dirs-next v2.0.0 |
549 | 2023-10-30T04:36:06.616Z | Running `/home/build/.rustup/toolchains/1.73.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=d296ab17f38f0f93 -C extra-filename=-d296ab17f38f0f93 --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-c11df5dea5d6d736.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-a2c4b6e0914cde0e.rmeta --cap-lints allow` |
550 | 2023-10-30T04:36:06.648Z | Compiling url v2.2.2 |
551 | 2023-10-30T04:36:06.651Z | Running `/home/build/.rustup/toolchains/1.73.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=79fc8b2f1acafc15 -C extra-filename=-79fc8b2f1acafc15 --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-16ac820e36d48ef0.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-c74cb72b3d1c35fa.rmeta --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-108912f31e141e5b.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rmeta --cap-lints allow` |
552 | 2023-10-30T04:36:06.874Z | Compiling mime_guess v2.0.4 |
553 | 2023-10-30T04:36:06.878Z | Running `/home/build/.rustup/toolchains/1.73.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=81e116adb133c29c -C extra-filename=-81e116adb133c29c --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-81e116adb133c29c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-f7c2f7bc3173c28a.rlib --cap-lints allow` |
554 | 2023-10-30T04:36:06.891Z | Running `/home/build/.rustup/toolchains/1.73.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=5a122e7171c81e59 -C extra-filename=-5a122e7171c81e59 --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` |
555 | 2023-10-30T04:36:07.116Z | Compiling rand v0.8.4 |
556 | 2023-10-30T04:36:07.123Z | Running `/home/build/.rustup/toolchains/1.73.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=f90717b5aed2ceac -C extra-filename=-f90717b5aed2ceac --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-e33e81a658bd6d2f.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-67cd933a0a9fb8de.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e6a36d9240bd58f6.rmeta --cap-lints allow` |
557 | 2023-10-30T04:36:07.567Z | Compiling serde_derive_internals v0.26.0 |
558 | 2023-10-30T04:36:07.571Z | Running `/home/build/.rustup/toolchains/1.73.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=10e4c69f708de8ed -C extra-filename=-10e4c69f708de8ed --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-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rmeta --cap-lints allow` |
559 | 2023-10-30T04:36:07.655Z | Compiling serde_derive v1.0.189 |
560 | 2023-10-30T04:36:07.659Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.189/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=eda79cf0874952a9 -C extra-filename=-eda79cf0874952a9 --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro --cap-lints allow` |
561 | 2023-10-30T04:36:08.684Z | Compiling futures-macro v0.3.28 |
562 | 2023-10-30T04:36:08.699Z | Running `/home/build/.rustup/toolchains/1.73.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=91b7bcf971982e67 -C extra-filename=-91b7bcf971982e67 --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro --cap-lints allow` |
563 | 2023-10-30T04:36:09.547Z | Compiling tokio-macros v2.1.0 |
564 | 2023-10-30T04:36:09.556Z | Running `/home/build/.rustup/toolchains/1.73.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=0a64eaa5134c2054 -C extra-filename=-0a64eaa5134c2054 --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro --cap-lints allow` |
565 | 2023-10-30T04:36:09.648Z | Compiling concurrent-queue v2.2.0 |
566 | 2023-10-30T04:36:09.660Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=965cdcb699bd87c3 -C extra-filename=-965cdcb699bd87c3 --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-a23caa753b453148.rmeta --cap-lints allow` |
567 | 2023-10-30T04:36:09.767Z | Compiling thread_local v1.1.4 |
568 | 2023-10-30T04:36:09.777Z | Running `/home/build/.rustup/toolchains/1.73.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=e7492363ce9fe96f -C extra-filename=-e7492363ce9fe96f --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-07639ba210996847.rmeta --cap-lints allow` |
569 | 2023-10-30T04:36:10.165Z | Compiling multer v2.1.0 |
570 | 2023-10-30T04:36:10.171Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=1c3141f47fd1a996 -C extra-filename=-1c3141f47fd1a996 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-1c3141f47fd1a996 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow` |
571 | 2023-10-30T04:36:10.679Z | Compiling async-trait v0.1.74 |
572 | 2023-10-30T04:36:10.689Z | Running `/home/build/.rustup/toolchains/1.73.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.74/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=d42c8244ba4791ca -C extra-filename=-d42c8244ba4791ca --out-dir /work/oxidecomputer/dropshot/target/debug/build/async-trait-d42c8244ba4791ca -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
573 | 2023-10-30T04:36:10.715Z | Compiling match_cfg v0.1.0 |
574 | 2023-10-30T04:36:10.723Z | Running `/home/build/.rustup/toolchains/1.73.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=7f476ccad1f8f02d -C extra-filename=-7f476ccad1f8f02d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
575 | 2023-10-30T04:36:10.867Z | Compiling base64 v0.13.1 |
576 | 2023-10-30T04:36:10.877Z | Running `/home/build/.rustup/toolchains/1.73.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=aed7e64df9d89be5 -C extra-filename=-aed7e64df9d89be5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
577 | 2023-10-30T04:36:11.155Z | Compiling parking v2.2.0 |
578 | 2023-10-30T04:36:11.161Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a009df30ccc78168 -C extra-filename=-a009df30ccc78168 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
579 | 2023-10-30T04:36:11.476Z | Compiling slog-async v2.8.0 |
580 | 2023-10-30T04:36:11.480Z | Running `/home/build/.rustup/toolchains/1.73.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=2e2ca300e12df2d5 -C extra-filename=-2e2ca300e12df2d5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-2e2ca300e12df2d5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
581 | 2023-10-30T04:36:11.749Z | Compiling rustix v0.38.19 |
582 | 2023-10-30T04:36:11.762Z | Running `/home/build/.rustup/toolchains/1.73.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.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=b9330cf1af05f8cd -C extra-filename=-b9330cf1af05f8cd --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-b9330cf1af05f8cd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
583 | 2023-10-30T04:36:11.884Z | Compiling schemars v0.8.13 |
584 | 2023-10-30T04:36:11.894Z | Running `/home/build/.rustup/toolchains/1.73.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=99f1aeca29868997 -C extra-filename=-99f1aeca29868997 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-99f1aeca29868997 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
585 | 2023-10-30T04:36:11.991Z | Running `/home/build/.rustup/toolchains/1.73.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=1f3974887a8c07f9 -C extra-filename=-1f3974887a8c07f9 --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-61e2bd1e7d57bc5e.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-346086fb3507d8d7.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-fe46d6f346ad03b7.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-91b7bcf971982e67.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d8df4852d92e521a.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-7a240e760200ba6b.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-957b8ed3faa53e84.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-eb4d785c95a7ec59.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-8bbe6faad47879bb.rmeta --cap-lints allow` |
586 | 2023-10-30T04:36:12.105Z | Compiling tokio v1.32.0 |
587 | 2023-10-30T04:36:12.109Z | Running `/home/build/.rustup/toolchains/1.73.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=3d6a2726b5aa5565 -C extra-filename=-3d6a2726b5aa5565 --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-4be5d46a90f9cdd7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-0e48b7dc53d570c3.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-ab854aeb5815d09d.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-d07ecd5c8b06c03b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-13a953719611db92.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-d4ccbbb60190abde.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-0a64eaa5134c2054.so --cap-lints allow` |
588 | 2023-10-30T04:36:12.227Z | Compiling camino v1.1.6 |
589 | 2023-10-30T04:36:12.230Z | Running `/home/build/.rustup/toolchains/1.73.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=61b51bd6a5dc2d6a -C extra-filename=-61b51bd6a5dc2d6a --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-61b51bd6a5dc2d6a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
590 | 2023-10-30T04:36:12.463Z | Compiling iana-time-zone v0.1.47 |
591 | 2023-10-30T04:36:12.474Z | Running `/home/build/.rustup/toolchains/1.73.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=9cef4509476ecbc4 -C extra-filename=-9cef4509476ecbc4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
592 | 2023-10-30T04:36:12.783Z | Compiling winnow v0.5.15 |
593 | 2023-10-30T04:36:12.791Z | Running `/home/build/.rustup/toolchains/1.73.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=28c0827498e9527b -C extra-filename=-28c0827498e9527b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
594 | 2023-10-30T04:36:13.094Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-61b51bd6a5dc2d6a/build-script-build` |
595 | 2023-10-30T04:36:13.171Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-b9330cf1af05f8cd/build-script-build` |
596 | 2023-10-30T04:36:13.241Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-99f1aeca29868997/build-script-build` |
597 | 2023-10-30T04:36:13.264Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-2e2ca300e12df2d5/build-script-build` |
598 | 2023-10-30T04:36:13.330Z | Compiling rustls-pemfile v0.2.1 |
599 | 2023-10-30T04:36:13.345Z | Running `/home/build/.rustup/toolchains/1.73.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=9bca548a6a0c95f2 -C extra-filename=-9bca548a6a0c95f2 --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-aed7e64df9d89be5.rmeta --cap-lints allow` |
600 | 2023-10-30T04:36:13.358Z | Running `/work/oxidecomputer/dropshot/target/debug/build/async-trait-d42c8244ba4791ca/build-script-build` |
601 | 2023-10-30T04:36:13.411Z | Compiling event-listener v3.0.1 |
602 | 2023-10-30T04:36:13.427Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.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="parking"' --cfg 'feature="std"' -C metadata=b61daa6a349e3f42 -C extra-filename=-b61daa6a349e3f42 --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-965cdcb699bd87c3.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-a009df30ccc78168.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --cap-lints allow` |
603 | 2023-10-30T04:36:14.182Z | Compiling hostname v0.3.1 |
604 | 2023-10-30T04:36:14.187Z | Running `/home/build/.rustup/toolchains/1.73.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=f3676c720d9dd0cc -C extra-filename=-f3676c720d9dd0cc --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-e33e81a658bd6d2f.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-7f476ccad1f8f02d.rmeta --cap-lints allow` |
605 | 2023-10-30T04:36:14.359Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-1c3141f47fd1a996/build-script-build` |
606 | 2023-10-30T04:36:14.431Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-81e116adb133c29c/build-script-build` |
607 | 2023-10-30T04:36:14.459Z | Compiling async-stream-impl v0.3.5 |
608 | 2023-10-30T04:36:14.464Z | Running `/home/build/.rustup/toolchains/1.73.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=2a68e80a20af041b -C extra-filename=-2a68e80a20af041b --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro --cap-lints allow` |
609 | 2023-10-30T04:36:14.479Z | Compiling term v0.7.0 |
610 | 2023-10-30T04:36:14.486Z | Running `/home/build/.rustup/toolchains/1.73.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=7259f80d84ce180a -C extra-filename=-7259f80d84ce180a --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-d296ab17f38f0f93.rmeta --cap-lints allow` |
611 | 2023-10-30T04:36:14.896Z | Compiling thiserror-impl v1.0.30 |
612 | 2023-10-30T04:36:14.904Z | Running `/home/build/.rustup/toolchains/1.73.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=3647fcad6412db34 -C extra-filename=-3647fcad6412db34 --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rlib --extern proc_macro --cap-lints allow` |
613 | 2023-10-30T04:36:15.479Z | Running `/home/build/.rustup/toolchains/1.73.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=dad057245c837b5f -C extra-filename=-dad057245c837b5f --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-07639ba210996847.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-4521f8581486a4cd.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-ee7ea99eca9f331b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out -l static=ring-core -l static=ring-test` |
614 | 2023-10-30T04:36:16.727Z | Compiling zerocopy-derive v0.2.0 |
615 | 2023-10-30T04:36:16.763Z | Running `/home/build/.rustup/toolchains/1.73.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=198267127a5cab06 -C extra-filename=-198267127a5cab06 --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-a40ddec8e65efb26.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-652a5a7f7fb8d0a4.rlib --extern proc_macro --cap-lints allow` |
616 | 2023-10-30T04:36:17.612Z | Compiling pest_derive v2.1.0 |
617 | 2023-10-30T04:36:18.040Z | Running `/home/build/.rustup/toolchains/1.73.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=cb2015427ae1804e -C extra-filename=-cb2015427ae1804e --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-ea9fdac771d9ac21.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-855a58c3ce19fa80.rlib --extern proc_macro --cap-lints allow` |
618 | 2023-10-30T04:36:19.243Z | Compiling rustls-webpki v0.101.4 |
619 | 2023-10-30T04:36:19.246Z | Running `/home/build/.rustup/toolchains/1.73.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=a3ec5842407c4078 -C extra-filename=-a3ec5842407c4078 --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-dad057245c837b5f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-ee7ea99eca9f331b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
620 | 2023-10-30T04:36:19.344Z | Compiling sct v0.7.0 |
621 | 2023-10-30T04:36:19.354Z | Running `/home/build/.rustup/toolchains/1.73.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=dd786ab2d1172da9 -C extra-filename=-dd786ab2d1172da9 --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-dad057245c837b5f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-ee7ea99eca9f331b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
622 | 2023-10-30T04:36:19.889Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-56fd093bdf8ccb62/build-script-build` |
623 | 2023-10-30T04:36:19.909Z | Compiling schemars_derive v0.8.13 |
624 | 2023-10-30T04:36:19.926Z | Running `/home/build/.rustup/toolchains/1.73.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=1820dfe860a3d3ed -C extra-filename=-1820dfe860a3d3ed --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-10e4c69f708de8ed.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rlib --extern proc_macro --cap-lints allow` |
625 | 2023-10-30T04:36:20.105Z | Compiling zerocopy v0.3.0 |
626 | 2023-10-30T04:36:20.109Z | Running `/home/build/.rustup/toolchains/1.73.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=1defed269caa5af7 -C extra-filename=-1defed269caa5af7 --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-b7326ae98dd9cfb7.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-198267127a5cab06.so --cap-lints allow` |
627 | 2023-10-30T04:36:20.118Z | Compiling thiserror v1.0.30 |
628 | 2023-10-30T04:36:20.121Z | Running `/home/build/.rustup/toolchains/1.73.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=2f0dc9bfbade29d1 -C extra-filename=-2f0dc9bfbade29d1 --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-3647fcad6412db34.so --cap-lints allow` |
629 | 2023-10-30T04:36:20.312Z | Compiling dtrace-parser v0.1.14 |
630 | 2023-10-30T04:36:20.315Z | Running `/home/build/.rustup/toolchains/1.73.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=91b9fa7b606ff5a5 -C extra-filename=-91b9fa7b606ff5a5 --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-ea9fdac771d9ac21.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-cb2015427ae1804e.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f0dc9bfbade29d1.rmeta --cap-lints allow` |
631 | 2023-10-30T04:36:20.413Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.189/src/lib.rs --error-format=json --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=e16f1b79e6efb3ee -C extra-filename=-e16f1b79e6efb3ee --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-eda79cf0874952a9.so --cap-lints allow` |
632 | 2023-10-30T04:36:21.487Z | Compiling dof v0.1.5 |
633 | 2023-10-30T04:36:21.491Z | Running `/home/build/.rustup/toolchains/1.73.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=fdeed49861ef402b -C extra-filename=-fdeed49861ef402b --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-2f0dc9bfbade29d1.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-1defed269caa5af7.rmeta --cap-lints allow` |
634 | 2023-10-30T04:36:22.239Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=98ca6aa43a4f2618 -C extra-filename=-98ca6aa43a4f2618 --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-60d5a23bb2b7875e.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-dad057245c837b5f.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-a3ec5842407c4078.rmeta --extern sct=/work/oxidecomputer/dropshot/target/debug/deps/libsct-dd786ab2d1172da9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
635 | 2023-10-30T04:36:22.744Z | Compiling futures-executor v0.3.28 |
636 | 2023-10-30T04:36:22.756Z | Running `/home/build/.rustup/toolchains/1.73.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=0293c00629483f6c -C extra-filename=-0293c00629483f6c --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-346086fb3507d8d7.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-7a240e760200ba6b.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-1f3974887a8c07f9.rmeta --cap-lints allow` |
637 | 2023-10-30T04:36:23.215Z | Compiling crossbeam-channel v0.5.1 |
638 | 2023-10-30T04:36:23.221Z | Running `/home/build/.rustup/toolchains/1.73.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=ca55fcfef3d47968 -C extra-filename=-ca55fcfef3d47968 --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-c11df5dea5d6d736.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-a23caa753b453148.rmeta --cap-lints allow` |
639 | 2023-10-30T04:36:23.239Z | Compiling atty v0.2.14 |
640 | 2023-10-30T04:36:23.250Z | Running `/home/build/.rustup/toolchains/1.73.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=ab4285e7c258fe85 -C extra-filename=-ab4285e7c258fe85 --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-e33e81a658bd6d2f.rmeta --cap-lints allow` |
641 | 2023-10-30T04:36:23.408Z | Compiling errno v0.3.1 |
642 | 2023-10-30T04:36:23.412Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="std"' -C metadata=cdd4bcf3e0ca5027 -C extra-filename=-cdd4bcf3e0ca5027 --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-e33e81a658bd6d2f.rmeta --cap-lints allow` |
643 | 2023-10-30T04:36:23.736Z | Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot) |
644 | 2023-10-30T04:36:23.744Z | Running `/home/build/.rustup/toolchains/1.73.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=292a29ae857fd5fc -C extra-filename=-292a29ae857fd5fc --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-292a29ae857fd5fc -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-fae733ad98da9e43.rlib` |
645 | 2023-10-30T04:36:23.784Z | Compiling encoding_rs v0.8.32 |
646 | 2023-10-30T04:36:23.797Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=0116b60ea0bb959d -C extra-filename=-0116b60ea0bb959d --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-c11df5dea5d6d736.rmeta --cap-lints allow` |
647 | 2023-10-30T04:36:24.057Z | Compiling buf-list v1.0.3 |
648 | 2023-10-30T04:36:24.062Z | Running `/home/build/.rustup/toolchains/1.73.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=0b73da0fd3268eb5 -C extra-filename=-0b73da0fd3268eb5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-0b73da0fd3268eb5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
649 | 2023-10-30T04:36:24.307Z | Compiling unicode-segmentation v1.10.0 |
650 | 2023-10-30T04:36:24.316Z | Running `/home/build/.rustup/toolchains/1.73.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=560e036cd614538d -C extra-filename=-560e036cd614538d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
651 | 2023-10-30T04:36:24.910Z | Compiling unicode-width v0.1.9 |
652 | 2023-10-30T04:36:24.929Z | Running `/home/build/.rustup/toolchains/1.73.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=6f77e11a2eca2987 -C extra-filename=-6f77e11a2eca2987 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
653 | 2023-10-30T04:36:25.124Z | Compiling atomic-waker v1.1.1 |
654 | 2023-10-30T04:36:25.142Z | Running `/home/build/.rustup/toolchains/1.73.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=6de8dee7b33f103d -C extra-filename=-6de8dee7b33f103d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
655 | 2023-10-30T04:36:25.599Z | Compiling tokio-util v0.7.7 |
656 | 2023-10-30T04:36:25.602Z | Running `/home/build/.rustup/toolchains/1.73.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=26e0d90006999766 -C extra-filename=-26e0d90006999766 --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-4be5d46a90f9cdd7.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-346086fb3507d8d7.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d8df4852d92e521a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-f82307ce1ba8a483.rmeta --cap-lints allow` |
657 | 2023-10-30T04:36:25.606Z | Compiling dyn-clone v1.0.4 |
658 | 2023-10-30T04:36:25.609Z | Running `/home/build/.rustup/toolchains/1.73.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=12e4f17c8cf2d00c -C extra-filename=-12e4f17c8cf2d00c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
659 | 2023-10-30T04:36:25.612Z | Compiling utf-8 v0.7.6 |
660 | 2023-10-30T04:36:25.615Z | Running `/home/build/.rustup/toolchains/1.73.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=1f175124047e0797 -C extra-filename=-1f175124047e0797 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
661 | 2023-10-30T04:36:25.618Z | Compiling openssl-probe v0.1.4 |
662 | 2023-10-30T04:36:25.621Z | Running `/home/build/.rustup/toolchains/1.73.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=46d8a56abfa4a116 -C extra-filename=-46d8a56abfa4a116 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
663 | 2023-10-30T04:36:25.664Z | Compiling spin v0.9.8 |
664 | 2023-10-30T04:36:25.667Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' -C metadata=8e4b6921f9c38de1 -C extra-filename=-8e4b6921f9c38de1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
665 | 2023-10-30T04:36:25.981Z | Compiling trybuild v1.0.85 |
666 | 2023-10-30T04:36:25.986Z | Running `/home/build/.rustup/toolchains/1.73.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.85/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=4f31741ead697b7f -C extra-filename=-4f31741ead697b7f --out-dir /work/oxidecomputer/dropshot/target/debug/build/trybuild-4f31741ead697b7f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
667 | 2023-10-30T04:36:26.033Z | Compiling data-encoding v2.4.0 |
668 | 2023-10-30T04:36:26.037Z | Running `/home/build/.rustup/toolchains/1.73.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=806664bf088a3cb2 -C extra-filename=-806664bf088a3cb2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
669 | 2023-10-30T04:36:26.184Z | Compiling take_mut v0.2.2 |
670 | 2023-10-30T04:36:26.195Z | Running `/home/build/.rustup/toolchains/1.73.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=6830ae3bee1b04c0 -C extra-filename=-6830ae3bee1b04c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
671 | 2023-10-30T04:36:26.386Z | Compiling bitflags v2.4.0 |
672 | 2023-10-30T04:36:26.392Z | Running `/home/build/.rustup/toolchains/1.73.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=79076c812c910d61 -C extra-filename=-79076c812c910d61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
673 | 2023-10-30T04:36:26.610Z | Compiling h2 v0.3.17 |
674 | 2023-10-30T04:36:26.615Z | Running `/home/build/.rustup/toolchains/1.73.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=be3d950960df7319 -C extra-filename=-be3d950960df7319 --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-4be5d46a90f9cdd7.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-fbb398e4ada8099f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-346086fb3507d8d7.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d8df4852d92e521a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-1f3974887a8c07f9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-710dc8c1142f6d14.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-8bbe6faad47879bb.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-26e0d90006999766.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-f82307ce1ba8a483.rmeta --cap-lints allow` |
675 | 2023-10-30T04:36:27.058Z | Compiling tungstenite v0.20.1 |
676 | 2023-10-30T04:36:27.062Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=48b4b4727682fad9 -C extra-filename=-48b4b4727682fad9 --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-b7326ae98dd9cfb7.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-806664bf088a3cb2.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-7fdd0f21c6255015.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-60d5a23bb2b7875e.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-f90717b5aed2ceac.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f0dc9bfbade29d1.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-79fc8b2f1acafc15.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-1f175124047e0797.rmeta --cap-lints allow` |
677 | 2023-10-30T04:36:27.387Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=547b128bc53a13a3 -C extra-filename=-547b128bc53a13a3 --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-79076c812c910d61.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-cdd4bcf3e0ca5027.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
678 | 2023-10-30T04:36:30.521Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.107/src/lib.rs --error-format=json --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=b9d1980e6d0cccd8 -C extra-filename=-b9d1980e6d0cccd8 --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-ce55e35547adbacb.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-9181be7a2db219b8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --cap-lints allow --cfg limb_width_64` |
679 | 2023-10-30T04:36:31.080Z | Compiling indexmap v2.0.2 |
680 | 2023-10-30T04:36:31.091Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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="serde"' --cfg 'feature="std"' -C metadata=ff6b72581a34e4a0 -C extra-filename=-ff6b72581a34e4a0 --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-35443198fe6253a8.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-c2fcb806bd6d68e8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --cap-lints allow` |
681 | 2023-10-30T04:36:31.096Z | Compiling serde_tokenstream v0.1.7 |
682 | 2023-10-30T04:36:31.107Z | Running `/home/build/.rustup/toolchains/1.73.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=8e9e265fdcd5571a -C extra-filename=-8e9e265fdcd5571a --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-a40ddec8e65efb26.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rmeta --cap-lints allow` |
683 | 2023-10-30T04:36:31.148Z | Compiling toml_datetime v0.6.3 |
684 | 2023-10-30T04:36:31.155Z | Running `/home/build/.rustup/toolchains/1.73.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=4d64ae313f7e223c -C extra-filename=-4d64ae313f7e223c --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-e16f1b79e6efb3ee.rmeta --cap-lints allow` |
685 | 2023-10-30T04:36:32.278Z | Compiling serde_tokenstream v0.2.0 |
686 | 2023-10-30T04:36:32.282Z | Running `/home/build/.rustup/toolchains/1.73.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=0a90c1bcbf24b9e7 -C extra-filename=-0a90c1bcbf24b9e7 --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-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rmeta --cap-lints allow` |
687 | 2023-10-30T04:36:32.285Z | Compiling serde_spanned v0.6.3 |
688 | 2023-10-30T04:36:32.313Z | Running `/home/build/.rustup/toolchains/1.73.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=bbbea74316420f26 -C extra-filename=-bbbea74316420f26 --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-e16f1b79e6efb3ee.rmeta --cap-lints allow` |
689 | 2023-10-30T04:36:32.325Z | Compiling uuid v1.4.1 |
690 | 2023-10-30T04:36:32.757Z | Running `/home/build/.rustup/toolchains/1.73.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=1b8a20ccd8d7c22d -C extra-filename=-1b8a20ccd8d7c22d --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-3d40c34b3dac1377.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --cap-lints allow` |
691 | 2023-10-30T04:36:32.767Z | Compiling chrono v0.4.31 |
692 | 2023-10-30T04:36:32.780Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=996d8c87b29cbf9e -C extra-filename=-996d8c87b29cbf9e --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-9cef4509476ecbc4.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-5a122e7171c81e59.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --cap-lints allow` |
693 | 2023-10-30T04:36:33.201Z | Compiling tokio-rustls v0.24.1 |
694 | 2023-10-30T04:36:33.214Z | Running `/home/build/.rustup/toolchains/1.73.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=3c8075fe2b0d8329 -C extra-filename=-3c8075fe2b0d8329 --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-98ca6aa43a4f2618.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
695 | 2023-10-30T04:36:33.228Z | Compiling toml_edit v0.20.2 |
696 | 2023-10-30T04:36:33.245Z | Running `/home/build/.rustup/toolchains/1.73.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.20.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="serde"' -C metadata=65ed3ce395e1121a -C extra-filename=-65ed3ce395e1121a --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-ff6b72581a34e4a0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-bbbea74316420f26.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-4d64ae313f7e223c.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-28c0827498e9527b.rmeta --cap-lints allow` |
697 | 2023-10-30T04:36:33.294Z | Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
698 | 2023-10-30T04:36:33.304Z | Running `/home/build/.rustup/toolchains/1.73.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=2e7bd3a038d7026e -C extra-filename=-2e7bd3a038d7026e --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0a90c1bcbf24b9e7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro` |
699 | 2023-10-30T04:36:33.390Z | Running `/home/build/.rustup/toolchains/1.73.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=84237d689c9d7a5c -C extra-filename=-84237d689c9d7a5c --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-b7326ae98dd9cfb7.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-fdeed49861ef402b.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-91b9fa7b606ff5a5.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-2f0dc9bfbade29d1.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-f620c1fa383d1cda.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
700 | 2023-10-30T04:36:35.643Z | Compiling hyper v0.14.27 |
701 | 2023-10-30T04:36:35.658Z | Running `/home/build/.rustup/toolchains/1.73.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=ab0f0d068f97f276 -C extra-filename=-ab0f0d068f97f276 --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-4be5d46a90f9cdd7.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-61e2bd1e7d57bc5e.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-346086fb3507d8d7.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-1f3974887a8c07f9.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-be3d950960df7319.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8e9507ac63a26ad5.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-7fdd0f21c6255015.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-9e353e4af56df266.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce55e35547adbacb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-c7539fdac2118825.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-3ef8e981454d9750.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-f82307ce1ba8a483.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-c7b73a0fe425706f.rmeta --cap-lints allow` |
702 | 2023-10-30T04:36:37.144Z | Compiling usdt-macro v0.3.5 |
703 | 2023-10-30T04:36:37.148Z | Running `/home/build/.rustup/toolchains/1.73.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=a98dd79257427d5e -C extra-filename=-a98dd79257427d5e --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-91b9fa7b606ff5a5.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-8e9e265fdcd5571a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-84237d689c9d7a5c.rlib --extern proc_macro --cap-lints allow` |
704 | 2023-10-30T04:36:39.218Z | Compiling usdt-attr-macro v0.3.5 |
705 | 2023-10-30T04:36:39.222Z | Running `/home/build/.rustup/toolchains/1.73.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=09f4f65a25228c0c -C extra-filename=-09f4f65a25228c0c --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-91b9fa7b606ff5a5.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-8e9e265fdcd5571a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a9fe4f47b90103.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-84237d689c9d7a5c.rlib --extern proc_macro --cap-lints allow` |
706 | 2023-10-30T04:36:39.834Z | Compiling slog-json v2.6.1 |
707 | 2023-10-30T04:36:39.837Z | Running `/home/build/.rustup/toolchains/1.73.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=c97ee27be1d243f1 -C extra-filename=-c97ee27be1d243f1 --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-e16f1b79e6efb3ee.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-2c2d8088f43460d5.rmeta --cap-lints allow` |
708 | 2023-10-30T04:36:39.864Z | Compiling toml v0.8.2 |
709 | 2023-10-30T04:36:39.867Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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="display"' --cfg 'feature="parse"' -C metadata=7fa467ce3897cf89 -C extra-filename=-7fa467ce3897cf89 --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-e16f1b79e6efb3ee.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-bbbea74316420f26.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-4d64ae313f7e223c.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-65ed3ce395e1121a.rmeta --cap-lints allow` |
710 | 2023-10-30T04:36:39.914Z | Running `/home/build/.rustup/toolchains/1.73.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=0e1c0a304540233f -C extra-filename=-0e1c0a304540233f --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-996d8c87b29cbf9e.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-12e4f17c8cf2d00c.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-1820dfe860a3d3ed.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
711 | 2023-10-30T04:36:40.114Z | Compiling openapiv3 v2.0.0-rc.1 |
712 | 2023-10-30T04:36:40.119Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0-rc.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="skip_serializing_defaults"' -C metadata=b6ddad0df0b6ec73 -C extra-filename=-b6ddad0df0b6ec73 --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-ff6b72581a34e4a0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rmeta --cap-lints allow` |
713 | 2023-10-30T04:36:40.428Z | Compiling slog-bunyan v2.4.0 |
714 | 2023-10-30T04:36:40.438Z | Running `/home/build/.rustup/toolchains/1.73.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=4f5abc1fb03b52f1 -C extra-filename=-4f5abc1fb03b52f1 --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-f3676c720d9dd0cc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-2c2d8088f43460d5.rmeta --cap-lints allow` |
715 | 2023-10-30T04:36:40.692Z | Running `/home/build/.rustup/toolchains/1.73.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=1a382088dc468058 -C extra-filename=-1a382088dc468058 --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-e16f1b79e6efb3ee.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
716 | 2023-10-30T04:36:41.283Z | Compiling serde_urlencoded v0.7.1 |
717 | 2023-10-30T04:36:41.295Z | Running `/home/build/.rustup/toolchains/1.73.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=4211228eabdb794b -C extra-filename=-4211228eabdb794b --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-16ac820e36d48ef0.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce55e35547adbacb.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-9181be7a2db219b8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --cap-lints allow` |
718 | 2023-10-30T04:36:42.118Z | Compiling serde_path_to_error v0.1.14 |
719 | 2023-10-30T04:36:42.132Z | Running `/home/build/.rustup/toolchains/1.73.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=6df5b6b99021385a -C extra-filename=-6df5b6b99021385a --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-ce55e35547adbacb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --cap-lints allow` |
720 | 2023-10-30T04:36:42.202Z | Compiling usdt v0.3.5 |
721 | 2023-10-30T04:36:42.215Z | Running `/home/build/.rustup/toolchains/1.73.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=856124a088aeb0e9 -C extra-filename=-856124a088aeb0e9 --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-91b9fa7b606ff5a5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-09f4f65a25228c0c.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-84237d689c9d7a5c.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-a98dd79257427d5e.so --cap-lints allow` |
722 | 2023-10-30T04:36:42.626Z | Compiling basic-toml v0.1.1 |
723 | 2023-10-30T04:36:42.661Z | Running `/home/build/.rustup/toolchains/1.73.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=9e8eb5ae54e6646e -C extra-filename=-9e8eb5ae54e6646e --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-e16f1b79e6efb3ee.rmeta --cap-lints allow` |
724 | 2023-10-30T04:36:42.795Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.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"' -C metadata=e0a4082197caad69 -C extra-filename=-e0a4082197caad69 --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-4be5d46a90f9cdd7.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-0116b60ea0bb959d.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-1f3974887a8c07f9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-7fdd0f21c6255015.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-60d5a23bb2b7875e.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-957b8ed3faa53e84.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-0f586a7f6f60064c.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-8e4b6921f9c38de1.rmeta --cap-lints allow` |
725 | 2023-10-30T04:36:43.101Z | Running `/work/oxidecomputer/dropshot/target/debug/build/trybuild-4f31741ead697b7f/build-script-build` |
726 | 2023-10-30T04:36:43.125Z | Running `/home/build/.rustup/toolchains/1.73.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=31a1358f775650d9 -C extra-filename=-31a1358f775650d9 --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-ca55fcfef3d47968.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-6830ae3bee1b04c0.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-e7492363ce9fe96f.rmeta --cap-lints allow --cfg integer128` |
727 | 2023-10-30T04:36:43.573Z | Compiling rustls-native-certs v0.6.1 |
728 | 2023-10-30T04:36:43.576Z | Running `/home/build/.rustup/toolchains/1.73.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=abd02ee07ecf85d7 -C extra-filename=-abd02ee07ecf85d7 --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-46d8a56abfa4a116.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9bca548a6a0c95f2.rmeta --cap-lints allow` |
729 | 2023-10-30T04:36:44.332Z | Compiling newline-converter v0.3.0 |
730 | 2023-10-30T04:36:44.341Z | Running `/home/build/.rustup/toolchains/1.73.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=ff62e9869d4657c4 -C extra-filename=-ff62e9869d4657c4 --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-560e036cd614538d.rmeta --cap-lints allow` |
731 | 2023-10-30T04:36:44.542Z | Compiling waitgroup v0.1.2 |
732 | 2023-10-30T04:36:44.547Z | Running `/home/build/.rustup/toolchains/1.73.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=910ca8f06dae82ef -C extra-filename=-910ca8f06dae82ef --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-6de8dee7b33f103d.rmeta --cap-lints allow` |
733 | 2023-10-30T04:36:44.796Z | Compiling console v0.15.7 |
734 | 2023-10-30T04:36:44.800Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=89db1524daaef9d8 -C extra-filename=-89db1524daaef9d8 --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-eec26516d559ec36.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-6f77e11a2eca2987.rmeta --cap-lints allow` |
735 | 2023-10-30T04:36:44.880Z | Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-0b73da0fd3268eb5/build-script-build` |
736 | 2023-10-30T04:36:44.944Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-292a29ae857fd5fc/build-script-build` |
737 | 2023-10-30T04:36:45.018Z | Compiling slog-term v2.9.0 |
738 | 2023-10-30T04:36:45.028Z | Running `/home/build/.rustup/toolchains/1.73.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=e510164b58419924 -C extra-filename=-e510164b58419924 --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-ab4285e7c258fe85.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-7259f80d84ce180a.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-e7492363ce9fe96f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-2c2d8088f43460d5.rmeta --cap-lints allow` |
739 | 2023-10-30T04:36:45.417Z | Compiling futures v0.3.28 |
740 | 2023-10-30T04:36:45.421Z | Running `/home/build/.rustup/toolchains/1.73.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=2b3adc891f4b8d54 -C extra-filename=-2b3adc891f4b8d54 --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-61e2bd1e7d57bc5e.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-346086fb3507d8d7.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-0293c00629483f6c.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-fe46d6f346ad03b7.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d8df4852d92e521a.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-7a240e760200ba6b.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-1f3974887a8c07f9.rmeta --cap-lints allow` |
741 | 2023-10-30T04:36:45.560Z | Compiling async-stream v0.3.5 |
742 | 2023-10-30T04:36:45.563Z | Running `/home/build/.rustup/toolchains/1.73.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=f594c4d9add87ecb -C extra-filename=-f594c4d9add87ecb --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-2a68e80a20af041b.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-346086fb3507d8d7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --cap-lints allow` |
743 | 2023-10-30T04:36:46.163Z | Running `/home/build/.rustup/toolchains/1.73.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=44fa21adf32cfd72 -C extra-filename=-44fa21adf32cfd72 --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-0f586a7f6f60064c.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-f7c2f7bc3173c28a.rmeta --cap-lints allow` |
744 | 2023-10-30T04:36:46.586Z | Compiling event-listener-strategy v0.3.0 |
745 | 2023-10-30T04:36:46.606Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.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="std"' -C metadata=6de6d4297f037184 -C extra-filename=-6de6d4297f037184 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-b61daa6a349e3f42.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --cap-lints allow` |
746 | 2023-10-30T04:36:46.893Z | Running `/home/build/.rustup/toolchains/1.73.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.74/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=2f72e632a4c23116 -C extra-filename=-2f72e632a4c23116 --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro --cap-lints allow` |
747 | 2023-10-30T04:36:47.080Z | Compiling pem v3.0.2 |
748 | 2023-10-30T04:36:47.088Z | Running `/home/build/.rustup/toolchains/1.73.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=b0c4f4eee4002a33 -C extra-filename=-b0c4f4eee4002a33 --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-bdd3f1f9b896a1ed.rmeta --cap-lints allow` |
749 | 2023-10-30T04:36:47.118Z | Compiling rustls-pemfile v1.0.3 |
750 | 2023-10-30T04:36:47.124Z | Running `/home/build/.rustup/toolchains/1.73.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=feba68b62241615e -C extra-filename=-feba68b62241615e --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-bdd3f1f9b896a1ed.rmeta --cap-lints allow` |
751 | 2023-10-30T04:36:47.776Z | Compiling yasna v0.5.2 |
752 | 2023-10-30T04:36:47.783Z | Running `/home/build/.rustup/toolchains/1.73.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=261699e6dbd39ecf -C extra-filename=-261699e6dbd39ecf --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-2c2d8088f43460d5.rmeta --cap-lints allow` |
753 | 2023-10-30T04:36:47.866Z | Compiling termcolor v1.1.2 |
754 | 2023-10-30T04:36:47.870Z | Running `/home/build/.rustup/toolchains/1.73.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=860259fc4abfb525 -C extra-filename=-860259fc4abfb525 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
755 | 2023-10-30T04:36:47.874Z | Compiling fastrand v2.0.0 |
756 | 2023-10-30T04:36:47.877Z | Running `/home/build/.rustup/toolchains/1.73.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=35aaa36b21fb2fc1 -C extra-filename=-35aaa36b21fb2fc1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
757 | 2023-10-30T04:36:48.535Z | Compiling similar v2.2.1 |
758 | 2023-10-30T04:36:48.538Z | Running `/home/build/.rustup/toolchains/1.73.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=2ff970b7ab48fbe8 -C extra-filename=-2ff970b7ab48fbe8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
759 | 2023-10-30T04:36:48.803Z | Compiling glob v0.3.0 |
760 | 2023-10-30T04:36:48.806Z | Running `/home/build/.rustup/toolchains/1.73.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=1851b3d1057bb43e -C extra-filename=-1851b3d1057bb43e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
761 | 2023-10-30T04:36:49.208Z | Compiling debug-ignore v1.0.5 |
762 | 2023-10-30T04:36:49.218Z | Running `/home/build/.rustup/toolchains/1.73.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=4e9b523ff338df6e -C extra-filename=-4e9b523ff338df6e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
763 | 2023-10-30T04:36:49.336Z | Compiling http-range v0.1.4 |
764 | 2023-10-30T04:36:49.339Z | Running `/home/build/.rustup/toolchains/1.73.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=2f3863b6f2537084 -C extra-filename=-2f3863b6f2537084 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
765 | 2023-10-30T04:36:49.392Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=45668e1840ed869a -C extra-filename=-45668e1840ed869a --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-9e8eb5ae54e6646e.rmeta --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-1851b3d1057bb43e.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-07639ba210996847.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-eda79cf0874952a9.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-860259fc4abfb525.rmeta --cap-lints allow` |
766 | 2023-10-30T04:36:49.626Z | Compiling hyper-staticfile v0.9.5 |
767 | 2023-10-30T04:36:49.636Z | Running `/home/build/.rustup/toolchains/1.73.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=b4394d8612a55181 -C extra-filename=-b4394d8612a55181 --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-1f3974887a8c07f9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-2f3863b6f2537084.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-9e353e4af56df266.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-f90717b5aed2ceac.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-79fc8b2f1acafc15.rmeta --cap-lints allow` |
768 | 2023-10-30T04:36:49.948Z | Compiling expectorate v1.1.0 |
769 | 2023-10-30T04:36:49.968Z | Compiling rcgen v0.11.3 |
770 | 2023-10-30T04:36:49.986Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d311c163f4e4f99f -C extra-filename=-d311c163f4e4f99f --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-89db1524daaef9d8.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-ff62e9869d4657c4.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-2ff970b7ab48fbe8.rmeta --cap-lints allow` |
771 | 2023-10-30T04:36:50.416Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.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="pem"' -C metadata=d103d03967e2c2ba -C extra-filename=-d103d03967e2c2ba --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-b0c4f4eee4002a33.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-dad057245c837b5f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-2c2d8088f43460d5.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-261699e6dbd39ecf.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
772 | 2023-10-30T04:36:50.432Z | Compiling tempfile v3.8.0 |
773 | 2023-10-30T04:36:50.436Z | Running `/home/build/.rustup/toolchains/1.73.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=f85056b54722829d -C extra-filename=-f85056b54722829d --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-c11df5dea5d6d736.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-35aaa36b21fb2fc1.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-547b128bc53a13a3.rmeta --cap-lints allow` |
774 | 2023-10-30T04:36:50.715Z | Compiling async-channel v2.0.0 |
775 | 2023-10-30T04:36:50.719Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f87484b94c81767f -C extra-filename=-f87484b94c81767f --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-965cdcb699bd87c3.rmeta --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-b61daa6a349e3f42.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-6de6d4297f037184.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-346086fb3507d8d7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2c75aff93639b970.rmeta --cap-lints allow` |
776 | 2023-10-30T04:36:50.925Z | Running `/home/build/.rustup/toolchains/1.73.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=ca8016d5d372438b -C extra-filename=-ca8016d5d372438b --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-4be5d46a90f9cdd7.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds` |
777 | 2023-10-30T04:36:51.109Z | Compiling hyper-rustls v0.24.1 |
778 | 2023-10-30T04:36:51.119Z | Running `/home/build/.rustup/toolchains/1.73.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=e1555e3c28e6eb9a -C extra-filename=-e1555e3c28e6eb9a --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-1f3974887a8c07f9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-60d5a23bb2b7875e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-abd02ee07ecf85d7.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
779 | 2023-10-30T04:36:51.339Z | Compiling tokio-tungstenite v0.20.1 |
780 | 2023-10-30T04:36:51.345Z | Running `/home/build/.rustup/toolchains/1.73.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.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="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=24af3c78761d9f5c -C extra-filename=-24af3c78761d9f5c --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-1f3974887a8c07f9.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-60d5a23bb2b7875e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-48b4b4727682fad9.rmeta --cap-lints allow` |
781 | 2023-10-30T04:36:51.362Z | Compiling subprocess v0.2.9 |
782 | 2023-10-30T04:36:51.368Z | Running `/home/build/.rustup/toolchains/1.73.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=54adae222a059b1a -C extra-filename=-54adae222a059b1a --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-e33e81a658bd6d2f.rmeta --cap-lints allow` |
783 | 2023-10-30T04:36:51.746Z | Running `/home/build/.rustup/toolchains/1.73.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=7964b611c8e6646a -C extra-filename=-7964b611c8e6646a --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-f594c4d9add87ecb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
784 | 2023-10-30T04:36:51.893Z | Compiling schema-derive v0.1.0 |
785 | 2023-10-30T04:36:51.896Z | Running `/home/build/.rustup/toolchains/1.73.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=0193d57b9664c231 -C extra-filename=-0193d57b9664c231 --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-fa4638fa82fccb75.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro --cap-lints allow` |
786 | 2023-10-30T04:36:54.869Z | Compiling schema v0.1.0 |
787 | 2023-10-30T04:36:54.872Z | Running `/home/build/.rustup/toolchains/1.73.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=815c6e2b2234e9b5 -C extra-filename=-815c6e2b2234e9b5 --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-a40ddec8e65efb26.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-0193d57b9664c231.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rmeta --cap-lints allow` |
788 | 2023-10-30T04:36:54.995Z | Running `/home/build/.rustup/toolchains/1.73.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=d34b557c213fd4a5 -C extra-filename=-d34b557c213fd4a5 --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-815c6e2b2234e9b5.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0a90c1bcbf24b9e7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro` |
789 | 2023-10-30T04:36:58.660Z | Running `/home/build/.rustup/toolchains/1.73.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=3c8cf817a5e54d7a -C extra-filename=-3c8cf817a5e54d7a --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
790 | 2023-10-30T04:37:02.736Z | Running `/home/build/.rustup/toolchains/1.73.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=fa58cd1b54b75da1 -C extra-filename=-fa58cd1b54b75da1 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
791 | 2023-10-30T04:37:02.752Z | Running `/home/build/.rustup/toolchains/1.73.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=dbc9df11553e2c86 -C extra-filename=-dbc9df11553e2c86 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
792 | 2023-10-30T04:37:03.171Z | Running `/home/build/.rustup/toolchains/1.73.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=267786b5f6fa7988 -C extra-filename=-267786b5f6fa7988 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
793 | 2023-10-30T04:37:03.192Z | Running `/home/build/.rustup/toolchains/1.73.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=e38d6e66b94f0052 -C extra-filename=-e38d6e66b94f0052 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
794 | 2023-10-30T04:37:03.217Z | Running `/home/build/.rustup/toolchains/1.73.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=49c03b15d91f63f9 -C extra-filename=-49c03b15d91f63f9 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
795 | 2023-10-30T04:37:03.237Z | Running `/home/build/.rustup/toolchains/1.73.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=156fe0581e9e2b5b -C extra-filename=-156fe0581e9e2b5b --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
796 | 2023-10-30T04:37:03.251Z | Running `/home/build/.rustup/toolchains/1.73.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=0938bd9f819d46f6 -C extra-filename=-0938bd9f819d46f6 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
797 | 2023-10-30T04:37:30.764Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2018 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=3f20634de956bd9c -C extra-filename=-3f20634de956bd9c --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
798 | 2023-10-30T04:37:36.368Z | Running `/home/build/.rustup/toolchains/1.73.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=7f7dc298729c7d71 -C extra-filename=-7f7dc298729c7d71 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
799 | 2023-10-30T04:37:36.796Z | Running `/home/build/.rustup/toolchains/1.73.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=e52e2eab15ba5fde -C extra-filename=-e52e2eab15ba5fde --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
800 | 2023-10-30T04:37:39.627Z | Running `/home/build/.rustup/toolchains/1.73.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=ee6b11fbd88ca635 -C extra-filename=-ee6b11fbd88ca635 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
801 | 2023-10-30T04:37:40.272Z | Running `/home/build/.rustup/toolchains/1.73.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=99d5127808dc7da0 -C extra-filename=-99d5127808dc7da0 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
802 | 2023-10-30T04:37:44.998Z | Running `/home/build/.rustup/toolchains/1.73.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=b6082691a698ec13 -C extra-filename=-b6082691a698ec13 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
803 | 2023-10-30T04:37:47.316Z | Running `/home/build/.rustup/toolchains/1.73.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=96e645f312580c98 -C extra-filename=-96e645f312580c98 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
804 | 2023-10-30T04:38:05.811Z | Running `/home/build/.rustup/toolchains/1.73.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=b07357de99e26ed8 -C extra-filename=-b07357de99e26ed8 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
805 | 2023-10-30T04:38:11.374Z | Running `/home/build/.rustup/toolchains/1.73.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=d4d578c555c00a80 -C extra-filename=-d4d578c555c00a80 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
806 | 2023-10-30T04:38:13.257Z | Running `/home/build/.rustup/toolchains/1.73.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=cf8cadc0a557a4e4 -C extra-filename=-cf8cadc0a557a4e4 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
807 | 2023-10-30T04:38:16.028Z | Running `/home/build/.rustup/toolchains/1.73.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=97b8ecb973f132bb -C extra-filename=-97b8ecb973f132bb --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
808 | 2023-10-30T04:38:16.071Z | Running `/home/build/.rustup/toolchains/1.73.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=455e29bc3b4a3bd3 -C extra-filename=-455e29bc3b4a3bd3 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
809 | 2023-10-30T04:38:24.799Z | Running `/home/build/.rustup/toolchains/1.73.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=60ac0dd1bea421b5 -C extra-filename=-60ac0dd1bea421b5 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
810 | 2023-10-30T04:38:25.657Z | Running `/home/build/.rustup/toolchains/1.73.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=bac58d9bfec42edf -C extra-filename=-bac58d9bfec42edf --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
811 | 2023-10-30T04:38:30.334Z | Running `/home/build/.rustup/toolchains/1.73.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=4bde20eae5da0982 -C extra-filename=-4bde20eae5da0982 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
812 | 2023-10-30T04:38:44.995Z | Running `/home/build/.rustup/toolchains/1.73.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=39abc3b239f55bb4 -C extra-filename=-39abc3b239f55bb4 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
813 | 2023-10-30T04:38:46.476Z | Running `/home/build/.rustup/toolchains/1.73.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=936c1e8767c1e283 -C extra-filename=-936c1e8767c1e283 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
814 | 2023-10-30T04:38:51.749Z | Running `/home/build/.rustup/toolchains/1.73.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=d27889ba3d7967c7 -C extra-filename=-d27889ba3d7967c7 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
815 | 2023-10-30T04:38:54.949Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2018 dropshot/tests/test_multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=c145749d60492077 -C extra-filename=-c145749d60492077 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
816 | 2023-10-30T04:38:55.912Z | Running `/home/build/.rustup/toolchains/1.73.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=efffe98c7bcb20f9 -C extra-filename=-efffe98c7bcb20f9 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
817 | 2023-10-30T04:39:01.761Z | Running `/home/build/.rustup/toolchains/1.73.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=90f54a0e25be13b8 -C extra-filename=-90f54a0e25be13b8 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-7964b611c8e6646a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2e7bd3a038d7026e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
818 | 2023-10-30T04:39:41.382Z | Finished dev [unoptimized + debuginfo] target(s) in 4m 00s |
819 | 2023-10-30T04:39:41.542Z | |
820 | 2023-10-30T04:39:41.546Z | real 4:00.700462203 |
821 | 2023-10-30T04:39:41.548Z | user 25:19.804627969 |
822 | 2023-10-30T04:39:41.551Z | sys 3:13.842411619 |
823 | 2023-10-30T04:39:41.554Z | trap 1.320527256 |
824 | 2023-10-30T04:39:41.557Z | tflt 7.945167091 |
825 | 2023-10-30T04:39:41.559Z | dflt 10.381864992 |
826 | 2023-10-30T04:39:41.562Z | kflt 0.043645379 |
827 | 2023-10-30T04:39:41.565Z | lock 58:38.707523144 |
828 | 2023-10-30T04:39:41.568Z | slp 1:36:31.474501950 |
829 | 2023-10-30T04:39:41.571Z | lat 1:24.666344304 |
830 | 2023-10-30T04:39:41.573Z | stop 30.681475368 |
831 | 2023-10-30T04:39:41.576Z | + banner test |
832 | 2023-10-30T04:39:41.579Z | |
833 | 2023-10-30T04:39:41.581Z | ##### ###### #### ##### |
834 | 2023-10-30T04:39:41.584Z | # # # # |
835 | 2023-10-30T04:39:41.587Z | # ##### #### # |
836 | 2023-10-30T04:39:41.589Z | # # # # |
837 | 2023-10-30T04:39:41.592Z | # # # # # |
838 | 2023-10-30T04:39:41.595Z | # ###### #### # |
839 | 2023-10-30T04:39:41.597Z | |
840 | 2023-10-30T04:39:41.600Z | + ptime -m cargo test --all-features --locked --verbose |
841 | 2023-10-30T04:39:41.957Z | Fresh unicode-ident v1.0.0 |
842 | 2023-10-30T04:39:41.960Z | Fresh cfg-if v1.0.0 |
843 | 2023-10-30T04:39:41.963Z | Fresh version_check v0.9.4 |
844 | 2023-10-30T04:39:41.966Z | Fresh itoa v1.0.1 |
845 | 2023-10-30T04:39:41.969Z | Fresh proc-macro2 v1.0.69 |
846 | 2023-10-30T04:39:41.972Z | Fresh pin-project-lite v0.2.12 |
847 | 2023-10-30T04:39:41.975Z | Fresh bytes v1.5.0 |
848 | 2023-10-30T04:39:41.978Z | Fresh quote v1.0.33 |
849 | 2023-10-30T04:39:41.981Z | Fresh libc v0.2.149 |
850 | 2023-10-30T04:39:41.984Z | Fresh autocfg v1.1.0 |
851 | 2023-10-30T04:39:41.987Z | Fresh once_cell v1.13.1 |
852 | 2023-10-30T04:39:41.990Z | Fresh futures-sink v0.3.28 |
853 | 2023-10-30T04:39:41.993Z | Fresh syn v2.0.38 |
854 | 2023-10-30T04:39:41.996Z | Fresh syn v1.0.109 |
855 | 2023-10-30T04:39:41.998Z | Fresh futures-core v0.3.28 |
856 | 2023-10-30T04:39:42.001Z | Fresh ryu v1.0.5 |
857 | 2023-10-30T04:39:42.004Z | Fresh serde_derive v1.0.189 |
858 | 2023-10-30T04:39:42.007Z | Fresh smallvec v1.7.0 |
859 | 2023-10-30T04:39:42.010Z | Fresh cc v1.0.72 |
860 | 2023-10-30T04:39:42.013Z | Fresh serde v1.0.189 |
861 | 2023-10-30T04:39:42.015Z | Fresh scopeguard v1.1.0 |
862 | 2023-10-30T04:39:42.018Z | Fresh parking_lot_core v0.9.4 |
863 | 2023-10-30T04:39:42.021Z | Fresh log v0.4.17 |
864 | 2023-10-30T04:39:42.024Z | Fresh futures-channel v0.3.28 |
865 | 2023-10-30T04:39:42.027Z | Fresh futures-task v0.3.28 |
866 | 2023-10-30T04:39:42.033Z | Fresh serde_json v1.0.107 |
867 | 2023-10-30T04:39:42.036Z | Fresh lock_api v0.4.6 |
868 | 2023-10-30T04:39:42.039Z | Fresh futures-macro v0.3.28 |
869 | 2023-10-30T04:39:42.041Z | Fresh thiserror-impl v1.0.30 |
870 | 2023-10-30T04:39:42.044Z | Fresh memchr v2.6.0 |
871 | 2023-10-30T04:39:42.049Z | Fresh slab v0.4.5 |
872 | 2023-10-30T04:39:42.053Z | Fresh futures-io v0.3.28 |
873 | 2023-10-30T04:39:42.056Z | Fresh lazy_static v1.4.0 |
874 | 2023-10-30T04:39:42.059Z | Fresh fnv v1.0.7 |
875 | 2023-10-30T04:39:42.062Z | Fresh pin-utils v0.1.0 |
876 | 2023-10-30T04:39:42.065Z | Fresh ucd-trie v0.1.3 |
877 | 2023-10-30T04:39:42.068Z | Fresh thiserror v1.0.30 |
878 | 2023-10-30T04:39:42.071Z | Fresh parking_lot v0.12.1 |
879 | 2023-10-30T04:39:42.074Z | Fresh futures-util v0.3.28 |
880 | 2023-10-30T04:39:42.076Z | Fresh pest v2.1.3 |
881 | 2023-10-30T04:39:42.079Z | Fresh http v0.2.9 |
882 | 2023-10-30T04:39:42.082Z | Fresh tokio-macros v2.1.0 |
883 | 2023-10-30T04:39:42.085Z | Fresh signal-hook-registry v1.4.0 |
884 | 2023-10-30T04:39:42.088Z | Fresh num_cpus v1.13.0 |
885 | 2023-10-30T04:39:42.091Z | Fresh socket2 v0.5.3 |
886 | 2023-10-30T04:39:42.094Z | Fresh mio v0.8.8 |
887 | 2023-10-30T04:39:42.097Z | Fresh getrandom v0.2.3 |
888 | 2023-10-30T04:39:42.099Z | Fresh byteorder v1.4.3 |
889 | 2023-10-30T04:39:42.102Z | Fresh maplit v1.0.2 |
890 | 2023-10-30T04:39:42.105Z | Fresh unicode-xid v0.2.2 |
891 | 2023-10-30T04:39:42.108Z | Fresh synstructure v0.12.6 |
892 | 2023-10-30T04:39:42.111Z | Fresh tokio v1.32.0 |
893 | 2023-10-30T04:39:42.113Z | Fresh pest_meta v2.1.3 |
894 | 2023-10-30T04:39:42.117Z | Fresh typenum v1.14.0 |
895 | 2023-10-30T04:39:42.119Z | Fresh spin v0.5.2 |
896 | 2023-10-30T04:39:42.122Z | Fresh untrusted v0.7.1 |
897 | 2023-10-30T04:39:42.125Z | Fresh pest_generator v2.1.3 |
898 | 2023-10-30T04:39:42.128Z | Fresh crossbeam-utils v0.8.15 |
899 | 2023-10-30T04:39:42.131Z | Fresh zerocopy-derive v0.2.0 |
900 | 2023-10-30T04:39:42.133Z | Fresh generic-array v0.14.5 |
901 | 2023-10-30T04:39:42.136Z | Fresh httparse v1.8.0 |
902 | 2023-10-30T04:39:42.139Z | Fresh tracing-core v0.1.21 |
903 | 2023-10-30T04:39:42.142Z | Fresh ring v0.16.20 |
904 | 2023-10-30T04:39:42.144Z | Fresh time-macros v0.2.3 |
905 | 2023-10-30T04:39:42.149Z | Fresh num_threads v0.1.3 |
906 | 2023-10-30T04:39:42.152Z | Fresh tinyvec_macros v0.1.0 |
907 | 2023-10-30T04:39:42.154Z | Fresh percent-encoding v2.3.0 |
908 | 2023-10-30T04:39:42.157Z | Fresh zerocopy v0.3.0 |
909 | 2023-10-30T04:39:42.160Z | Fresh tinyvec v1.5.1 |
910 | 2023-10-30T04:39:42.163Z | Fresh form_urlencoded v1.2.0 |
911 | 2023-10-30T04:39:42.166Z | Fresh time v0.3.7 |
912 | 2023-10-30T04:39:42.168Z | Fresh pest_derive v2.1.0 |
913 | 2023-10-30T04:39:42.171Z | Fresh tracing v0.1.29 |
914 | 2023-10-30T04:39:42.174Z | Fresh hashbrown v0.12.1 |
915 | 2023-10-30T04:39:42.177Z | Fresh dtrace-parser v0.1.14 |
916 | 2023-10-30T04:39:42.180Z | Fresh tokio-util v0.7.7 |
917 | 2023-10-30T04:39:42.182Z | Fresh unicode-normalization v0.1.19 |
918 | 2023-10-30T04:39:42.185Z | Fresh slog v2.7.0 |
919 | 2023-10-30T04:39:42.188Z | Fresh paste v1.0.14 |
920 | 2023-10-30T04:39:42.191Z | Fresh indexmap v1.9.3 |
921 | 2023-10-30T04:39:42.194Z | Fresh dof v0.1.5 |
922 | 2023-10-30T04:39:42.196Z | Fresh crypto-common v0.1.6 |
923 | 2023-10-30T04:39:42.199Z | Fresh block-buffer v0.10.2 |
924 | 2023-10-30T04:39:42.202Z | Fresh rand_core v0.6.3 |
925 | 2023-10-30T04:39:42.205Z | Fresh thread-id v4.0.0 |
926 | 2023-10-30T04:39:42.207Z | Fresh matches v0.1.9 |
927 | 2023-10-30T04:39:42.210Z | Fresh equivalent v1.0.0 |
928 | 2023-10-30T04:39:42.213Z | Fresh hashbrown v0.14.1 |
929 | 2023-10-30T04:39:42.216Z | Fresh try-lock v0.2.3 |
930 | 2023-10-30T04:39:42.218Z | Fresh unicode-bidi v0.3.7 |
931 | 2023-10-30T04:39:42.221Z | Fresh ppv-lite86 v0.2.15 |
932 | 2023-10-30T04:39:42.224Z | Fresh usdt-impl v0.3.5 |
933 | 2023-10-30T04:39:42.227Z | Fresh rand_chacha v0.3.1 |
934 | 2023-10-30T04:39:42.230Z | Fresh indexmap v2.0.2 |
935 | 2023-10-30T04:39:42.232Z | Fresh want v0.3.0 |
936 | 2023-10-30T04:39:42.235Z | Fresh idna v0.2.3 |
937 | 2023-10-30T04:39:42.238Z | Fresh unicase v2.6.0 |
938 | 2023-10-30T04:39:42.240Z | Fresh digest v0.10.7 |
939 | 2023-10-30T04:39:42.243Z | Fresh h2 v0.3.17 |
940 | 2023-10-30T04:39:42.246Z | Fresh rustls-webpki v0.101.4 |
941 | 2023-10-30T04:39:42.249Z | Fresh sct v0.7.0 |
942 | 2023-10-30T04:39:42.252Z | Fresh http-body v0.4.3 |
943 | 2023-10-30T04:39:42.255Z | Fresh serde_tokenstream v0.2.0 |
944 | 2023-10-30T04:39:42.257Z | Fresh serde_tokenstream v0.1.7 |
945 | 2023-10-30T04:39:42.260Z | Fresh socket2 v0.4.9 |
946 | 2023-10-30T04:39:42.263Z | Fresh dirs-sys-next v0.1.2 |
947 | 2023-10-30T04:39:42.266Z | Fresh tower-service v0.3.1 |
948 | 2023-10-30T04:39:42.268Z | Fresh base64 v0.21.4 |
949 | 2023-10-30T04:39:42.271Z | Fresh cpufeatures v0.2.2 |
950 | 2023-10-30T04:39:42.274Z | Fresh mime v0.3.16 |
951 | 2023-10-30T04:39:42.277Z | Fresh httpdate v1.0.1 |
952 | 2023-10-30T04:39:42.280Z | Fresh rustls v0.21.7 |
953 | 2023-10-30T04:39:42.283Z | Fresh sha1 v0.10.6 |
954 | 2023-10-30T04:39:42.285Z | Fresh dirs-next v2.0.0 |
955 | 2023-10-30T04:39:42.288Z | Fresh hyper v0.14.27 |
956 | 2023-10-30T04:39:42.291Z | Fresh url v2.2.2 |
957 | 2023-10-30T04:39:42.293Z | Fresh rand v0.8.4 |
958 | 2023-10-30T04:39:42.296Z | Fresh num-traits v0.2.14 |
959 | 2023-10-30T04:39:42.299Z | Fresh concurrent-queue v2.2.0 |
960 | 2023-10-30T04:39:42.302Z | Fresh toml_datetime v0.6.3 |
961 | 2023-10-30T04:39:42.304Z | Fresh serde_spanned v0.6.3 |
962 | 2023-10-30T04:39:42.307Z | Fresh serde_derive_internals v0.26.0 |
963 | 2023-10-30T04:39:42.311Z | Fresh thread_local v1.1.4 |
964 | 2023-10-30T04:39:42.313Z | Fresh base64 v0.13.1 |
965 | 2023-10-30T04:39:42.316Z | Fresh parking v2.2.0 |
966 | 2023-10-30T04:39:42.319Z | Fresh winnow v0.5.15 |
967 | 2023-10-30T04:39:42.321Z | Fresh iana-time-zone v0.1.47 |
968 | 2023-10-30T04:39:42.324Z | Fresh match_cfg v0.1.0 |
969 | 2023-10-30T04:39:42.327Z | Fresh rustls-pemfile v0.2.1 |
970 | 2023-10-30T04:39:42.330Z | Fresh chrono v0.4.31 |
971 | 2023-10-30T04:39:42.332Z | Fresh hostname v0.3.1 |
972 | 2023-10-30T04:39:42.335Z | Fresh toml_edit v0.20.2 |
973 | 2023-10-30T04:39:42.338Z | Fresh event-listener v3.0.1 |
974 | 2023-10-30T04:39:42.341Z | Fresh schemars_derive v0.8.13 |
975 | 2023-10-30T04:39:42.344Z | Fresh term v0.7.0 |
976 | 2023-10-30T04:39:42.347Z | Fresh tokio-rustls v0.24.1 |
977 | 2023-10-30T04:39:42.350Z | Fresh usdt-attr-macro v0.3.5 |
978 | 2023-10-30T04:39:42.352Z | Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
979 | 2023-10-30T04:39:42.355Z | Fresh usdt-macro v0.3.5 |
980 | 2023-10-30T04:39:42.358Z | Fresh slog-json v2.6.1 |
981 | 2023-10-30T04:39:42.361Z | Fresh crossbeam-channel v0.5.1 |
982 | 2023-10-30T04:39:42.363Z | Fresh uuid v1.4.1 |
983 | 2023-10-30T04:39:42.366Z | Fresh futures-executor v0.3.28 |
984 | 2023-10-30T04:39:42.369Z | Fresh async-stream-impl v0.3.5 |
985 | 2023-10-30T04:39:42.372Z | Fresh atty v0.2.14 |
986 | 2023-10-30T04:39:42.374Z | Fresh errno v0.3.1 |
987 | 2023-10-30T04:39:42.377Z | Running `/home/build/.rustup/toolchains/1.73.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=97b4825bbd92df61 -C extra-filename=-97b4825bbd92df61 --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-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0a90c1bcbf24b9e7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro` |
988 | 2023-10-30T04:39:42.381Z | Fresh encoding_rs v0.8.32 |
989 | 2023-10-30T04:39:42.384Z | Fresh unicode-segmentation v1.10.0 |
990 | 2023-10-30T04:39:42.389Z | Fresh dyn-clone v1.0.4 |
991 | 2023-10-30T04:39:42.392Z | Fresh utf-8 v0.7.6 |
992 | 2023-10-30T04:39:42.395Z | Fresh unicode-width v0.1.9 |
993 | 2023-10-30T04:39:42.398Z | Fresh data-encoding v2.4.0 |
994 | 2023-10-30T04:39:42.401Z | Fresh spin v0.9.8 |
995 | 2023-10-30T04:39:42.404Z | Fresh take_mut v0.2.2 |
996 | 2023-10-30T04:39:42.406Z | Fresh openssl-probe v0.1.4 |
997 | 2023-10-30T04:39:42.409Z | Fresh bitflags v2.4.0 |
998 | 2023-10-30T04:39:42.412Z | Fresh atomic-waker v1.1.1 |
999 | 2023-10-30T04:39:42.415Z | Fresh slog-async v2.8.0 |
1000 | 2023-10-30T04:39:42.417Z | Fresh multer v2.1.0 |
1001 | 2023-10-30T04:39:42.609Z | Fresh rustix v0.38.19 |
1002 | 2023-10-30T04:39:42.612Z | Fresh console v0.15.7 |
1003 | 2023-10-30T04:39:42.615Z | Fresh rustls-native-certs v0.6.1 |
1004 | 2023-10-30T04:39:42.618Z | Fresh waitgroup v0.1.2 |
1005 | 2023-10-30T04:39:42.621Z | Fresh tungstenite v0.20.1 |
1006 | 2023-10-30T04:39:42.623Z | Fresh schemars v0.8.13 |
1007 | 2023-10-30T04:39:42.626Z | Fresh newline-converter v0.3.0 |
1008 | 2023-10-30T04:39:42.629Z | Fresh slog-bunyan v2.4.0 |
1009 | 2023-10-30T04:39:42.633Z | Fresh slog-term v2.9.0 |
1010 | 2023-10-30T04:39:42.636Z | Fresh async-stream v0.3.5 |
1011 | 2023-10-30T04:39:42.638Z | Fresh futures v0.3.28 |
1012 | 2023-10-30T04:39:42.641Z | Fresh usdt v0.3.5 |
1013 | 2023-10-30T04:39:42.644Z | Fresh mime_guess v2.0.4 |
1014 | 2023-10-30T04:39:42.646Z | Fresh async-trait v0.1.74 |
1015 | 2023-10-30T04:39:42.649Z | Fresh event-listener-strategy v0.3.0 |
1016 | 2023-10-30T04:39:42.652Z | Fresh toml v0.8.2 |
1017 | 2023-10-30T04:39:42.655Z | Fresh camino v1.1.6 |
1018 | 2023-10-30T04:39:42.657Z | Fresh pem v3.0.2 |
1019 | 2023-10-30T04:39:42.660Z | Fresh rustls-pemfile v1.0.3 |
1020 | 2023-10-30T04:39:42.663Z | Fresh openapiv3 v2.0.0-rc.1 |
1021 | 2023-10-30T04:39:42.666Z | Fresh yasna v0.5.2 |
1022 | 2023-10-30T04:39:42.668Z | Fresh serde_urlencoded v0.7.1 |
1023 | 2023-10-30T04:39:42.671Z | Fresh serde_path_to_error v0.1.14 |
1024 | 2023-10-30T04:39:42.674Z | Fresh basic-toml v0.1.1 |
1025 | 2023-10-30T04:39:42.677Z | Fresh debug-ignore v1.0.5 |
1026 | 2023-10-30T04:39:42.679Z | Fresh glob v0.3.0 |
1027 | 2023-10-30T04:39:42.682Z | Fresh termcolor v1.1.2 |
1028 | 2023-10-30T04:39:42.685Z | Fresh http-range v0.1.4 |
1029 | 2023-10-30T04:39:42.687Z | Fresh fastrand v2.0.0 |
1030 | 2023-10-30T04:39:42.690Z | Fresh similar v2.2.1 |
1031 | 2023-10-30T04:39:42.693Z | Fresh trybuild v1.0.85 |
1032 | 2023-10-30T04:39:42.696Z | Fresh tempfile v3.8.0 |
1033 | 2023-10-30T04:39:42.698Z | Fresh expectorate v1.1.0 |
1034 | 2023-10-30T04:39:42.701Z | Fresh hyper-staticfile v0.9.5 |
1035 | 2023-10-30T04:39:42.704Z | Fresh rcgen v0.11.3 |
1036 | 2023-10-30T04:39:42.707Z | Fresh async-channel v2.0.0 |
1037 | 2023-10-30T04:39:42.711Z | Fresh buf-list v1.0.3 |
1038 | 2023-10-30T04:39:42.713Z | Fresh tokio-tungstenite v0.20.1 |
1039 | 2023-10-30T04:39:42.716Z | Fresh hyper-rustls v0.24.1 |
1040 | 2023-10-30T04:39:42.719Z | Fresh subprocess v0.2.9 |
1041 | 2023-10-30T04:39:42.722Z | Fresh schema-derive v0.1.0 |
1042 | 2023-10-30T04:39:42.725Z | Fresh schema v0.1.0 |
1043 | 2023-10-30T04:39:43.884Z | Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot) |
1044 | 2023-10-30T04:39:43.887Z | Running `/home/build/.rustup/toolchains/1.73.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=715f5d1f6c241a5a -C extra-filename=-715f5d1f6c241a5a --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-f594c4d9add87ecb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1045 | 2023-10-30T04:39:43.891Z | Running `/home/build/.rustup/toolchains/1.73.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=3d92531b5ec750d0 -C extra-filename=-3d92531b5ec750d0 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1046 | 2023-10-30T04:39:53.188Z | Running `/home/build/.rustup/toolchains/1.73.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=c07f4010d56ca876 -C extra-filename=-c07f4010d56ca876 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1047 | 2023-10-30T04:39:53.192Z | Running `/home/build/.rustup/toolchains/1.73.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=7474a390112f163f -C extra-filename=-7474a390112f163f --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1048 | 2023-10-30T04:39:53.198Z | Running `/home/build/.rustup/toolchains/1.73.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=8892c1cd31a2ad12 -C extra-filename=-8892c1cd31a2ad12 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1049 | 2023-10-30T04:39:53.202Z | Running `/home/build/.rustup/toolchains/1.73.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=365ef5e48782ee64 -C extra-filename=-365ef5e48782ee64 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1050 | 2023-10-30T04:39:53.207Z | Running `/home/build/.rustup/toolchains/1.73.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=e5667fca369a77ff -C extra-filename=-e5667fca369a77ff --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1051 | 2023-10-30T04:39:53.212Z | Running `/home/build/.rustup/toolchains/1.73.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=31b96ab8a1f9ebd7 -C extra-filename=-31b96ab8a1f9ebd7 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1052 | 2023-10-30T04:39:53.221Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2018 dropshot/tests/test_multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=2fd0b8076a048b8b -C extra-filename=-2fd0b8076a048b8b --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1053 | 2023-10-30T04:40:21.181Z | Running `/home/build/.rustup/toolchains/1.73.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=7ea7f508575c4af9 -C extra-filename=-7ea7f508575c4af9 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1054 | 2023-10-30T04:40:29.637Z | Running `/home/build/.rustup/toolchains/1.73.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=ebcb2df72db0ceda -C extra-filename=-ebcb2df72db0ceda --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1055 | 2023-10-30T04:40:29.719Z | Running `/home/build/.rustup/toolchains/1.73.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=7f60205d784cab31 -C extra-filename=-7f60205d784cab31 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1056 | 2023-10-30T04:40:30.208Z | Running `/home/build/.rustup/toolchains/1.73.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=77831129fa92e5ca -C extra-filename=-77831129fa92e5ca --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1057 | 2023-10-30T04:40:30.487Z | Running `/home/build/.rustup/toolchains/1.73.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=08ea11f10c8c4dd9 -C extra-filename=-08ea11f10c8c4dd9 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1058 | 2023-10-30T04:40:32.045Z | Running `/home/build/.rustup/toolchains/1.73.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=7acf4eaa1380f500 -C extra-filename=-7acf4eaa1380f500 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1059 | 2023-10-30T04:40:32.051Z | Running `/home/build/.rustup/toolchains/1.73.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=c18299a6b5b8e7c0 -C extra-filename=-c18299a6b5b8e7c0 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1060 | 2023-10-30T04:40:46.501Z | Running `/home/build/.rustup/toolchains/1.73.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=632759c52a43dec2 -C extra-filename=-632759c52a43dec2 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1061 | 2023-10-30T04:40:57.878Z | Running `/home/build/.rustup/toolchains/1.73.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=9e44c92cd91d25e8 -C extra-filename=-9e44c92cd91d25e8 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1062 | 2023-10-30T04:41:07.807Z | Running `/home/build/.rustup/toolchains/1.73.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=26c75ad55176aba5 -C extra-filename=-26c75ad55176aba5 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1063 | 2023-10-30T04:41:08.551Z | Running `/home/build/.rustup/toolchains/1.73.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=1ddec660745771a0 -C extra-filename=-1ddec660745771a0 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1064 | 2023-10-30T04:41:13.099Z | Running `/home/build/.rustup/toolchains/1.73.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=7900fe48f6c71510 -C extra-filename=-7900fe48f6c71510 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1065 | 2023-10-30T04:41:19.834Z | Running `/home/build/.rustup/toolchains/1.73.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=703c256c8ce2dc3a -C extra-filename=-703c256c8ce2dc3a --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1066 | 2023-10-30T04:41:28.193Z | Running `/home/build/.rustup/toolchains/1.73.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=5f1a7dcaf67bba47 -C extra-filename=-5f1a7dcaf67bba47 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1067 | 2023-10-30T04:41:34.680Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2018 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=1ddf2513317a314d -C extra-filename=-1ddf2513317a314d --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1068 | 2023-10-30T04:41:40.131Z | Running `/home/build/.rustup/toolchains/1.73.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=4a0e1bb301ea48bd -C extra-filename=-4a0e1bb301ea48bd --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1069 | 2023-10-30T04:41:44.287Z | Running `/home/build/.rustup/toolchains/1.73.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=84915016ff2b6d62 -C extra-filename=-84915016ff2b6d62 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1070 | 2023-10-30T04:41:44.642Z | Running `/home/build/.rustup/toolchains/1.73.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=7123ff5f9bea6dda -C extra-filename=-7123ff5f9bea6dda --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1071 | 2023-10-30T04:41:48.509Z | Running `/home/build/.rustup/toolchains/1.73.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=408e762255093e73 -C extra-filename=-408e762255093e73 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1072 | 2023-10-30T04:42:02.816Z | Running `/home/build/.rustup/toolchains/1.73.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=543b60b151842c70 -C extra-filename=-543b60b151842c70 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1073 | 2023-10-30T04:42:03.754Z | Running `/home/build/.rustup/toolchains/1.73.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=60bc98fbc060cf50 -C extra-filename=-60bc98fbc060cf50 --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-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-721e3167e6a683a1/out` |
1074 | 2023-10-30T04:42:34.690Z | Finished test [unoptimized + debuginfo] target(s) in 2m 53s |
1075 | 2023-10-30T04:42:34.712Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-3d92531b5ec750d0` |
1076 | 2023-10-30T04:42:34.722Z | |
1077 | 2023-10-30T04:42:34.725Z | running 94 tests |
1078 | 2023-10-30T04:42:34.728Z | test api_description::test::test_badpath4 - should panic ... ok |
1079 | 2023-10-30T04:42:34.731Z | test api_description::test::test_tags_need_one ... ok |
1080 | 2023-10-30T04:42:34.734Z | test api_description::test::test_badpath1 ... ok |
1081 | 2023-10-30T04:42:34.737Z | test api_description::test::test_badpath3 ... ok |
1082 | 2023-10-30T04:42:34.740Z | test api_description::test::test_badpath2 ... ok |
1083 | 2023-10-30T04:42:34.743Z | test api_description::test::test_dup_names ... ok |
1084 | 2023-10-30T04:42:34.746Z | test api_description::test::test_tags_just_right ... ok |
1085 | 2023-10-30T04:42:34.749Z | test api_description::test::test_tags_too_many ... ok |
1086 | 2023-10-30T04:42:34.753Z | test error::test::test_serialize_error_response_body ... ok |
1087 | 2023-10-30T04:42:34.756Z | test from_map::test::test_lone_literal ... ok |
1088 | 2023-10-30T04:42:34.759Z | test extractor::metadata::test::test_metadata_simple ... ok |
1089 | 2023-10-30T04:42:34.762Z | test extractor::metadata::test::test_metadata_flattened ... ok |
1090 | 2023-10-30T04:42:34.765Z | test from_map::test::test_deep ... ok |
1091 | 2023-10-30T04:42:34.768Z | test extractor::metadata::test::test_metadata_pagination ... ok |
1092 | 2023-10-30T04:42:34.771Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
1093 | 2023-10-30T04:42:34.774Z | test from_map::test::test_missing_data1 ... ok |
1094 | 2023-10-30T04:42:34.777Z | test from_map::test::test_missing_data2 ... ok |
1095 | 2023-10-30T04:42:34.780Z | test from_map::test::test_types ... ok |
1096 | 2023-10-30T04:42:34.783Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
1097 | 2023-10-30T04:42:34.786Z | test logging::test::test_config_bad_terminal_no_level ... ok |
1098 | 2023-10-30T04:42:34.789Z | test logging::test::test_config_bad_file_no_level ... ok |
1099 | 2023-10-30T04:42:34.792Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
1100 | 2023-10-30T04:42:34.794Z | test logging::test::test_config_bad_file_no_file ... ok |
1101 | 2023-10-30T04:42:34.797Z | test logging::test::test_config_bad_log_mode ... ok |
1102 | 2023-10-30T04:42:34.801Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
1103 | 2023-10-30T04:42:34.804Z | test pagination::test::test_pagination_schema ... ok |
1104 | 2023-10-30T04:42:34.814Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
1105 | 2023-10-30T04:42:34.818Z | test pagination::test::test_results_page ... ok |
1106 | 2023-10-30T04:42:34.821Z | test pagination::test::test_pagparams_parsing ... ok |
1107 | 2023-10-30T04:42:34.825Z | test pagination::test::test_page_token_serialization ... ok |
1108 | 2023-10-30T04:42:34.829Z | test router::test::test_bad_path_segment1 - should panic ... ok |
1109 | 2023-10-30T04:42:34.836Z | test router::test::test_bad_path_segment3 - should panic ... ok |
1110 | 2023-10-30T04:42:34.840Z | test logging::test::test_config_stderr_terminal ... ok |
1111 | 2023-10-30T04:42:34.845Z | test router::test::test_bad_path_segment4 - should panic ... ok |
1112 | 2023-10-30T04:42:34.848Z | test router::test::test_bogus_regex - should panic ... ok |
1113 | 2023-10-30T04:42:34.854Z | test router::test::test_duplicate_route1 - should panic ... ok |
1114 | 2023-10-30T04:42:34.860Z | test router::test::test_bad_path_segment2 - should panic ... ok |
1115 | 2023-10-30T04:42:34.866Z | test router::test::test_duplicate_route2 - should panic ... ok |
1116 | 2023-10-30T04:42:34.871Z | test router::test::test_duplicate_route3 - should panic ... ok |
1117 | 2023-10-30T04:42:34.874Z | test router::test::test_duplicate_varname - should panic ... ok |
1118 | 2023-10-30T04:42:34.880Z | test api_description::test::test_tags_set ... ok |
1119 | 2023-10-30T04:42:34.887Z | test router::test::test_embedded_non_variable ... ok |
1120 | 2023-10-30T04:42:34.892Z | test router::test::test_empty_variable ... ok |
1121 | 2023-10-30T04:42:34.895Z | test router::test::test_error_cases ... ok |
1122 | 2023-10-30T04:42:34.903Z | test router::test::test_inconsistent_varname - should panic ... ok |
1123 | 2023-10-30T04:42:34.917Z | test router::test::test_iter_null ... ok |
1124 | 2023-10-30T04:42:34.960Z | test router::test::test_iter ... ok |
1125 | 2023-10-30T04:42:34.966Z | test router::test::test_literal_after_regex - should panic ... ok |
1126 | 2023-10-30T04:42:34.970Z | test router::test::test_literal_after_variable - should panic ... ok |
1127 | 2023-10-30T04:42:34.973Z | test router::test::test_iter2 ... ok |
1128 | 2023-10-30T04:42:34.976Z | test router::test::test_map_bad_seq ... ok |
1129 | 2023-10-30T04:42:34.979Z | test router::test::test_map ... ok |
1130 | 2023-10-30T04:42:34.982Z | test router::test::test_map_bad_value ... ok |
1131 | 2023-10-30T04:42:34.985Z | test router::test::test_more_after_regex - should panic ... ok |
1132 | 2023-10-30T04:42:34.988Z | test router::test::test_path_segment ... ok |
1133 | 2023-10-30T04:42:34.996Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
1134 | 2023-10-30T04:42:34.999Z | test router::test::test_router_basic ... ok |
1135 | 2023-10-30T04:42:35.002Z | test router::test::test_variable_after_literal - should panic ... ok |
1136 | 2023-10-30T04:42:35.005Z | test router::test::test_variable_name_bad_end - should panic ... ok |
1137 | 2023-10-30T04:42:35.008Z | test router::test::test_segments ... ok |
1138 | 2023-10-30T04:42:35.011Z | test router::test::test_variable_name_empty - should panic ... ok |
1139 | 2023-10-30T04:42:35.014Z | test router::test::test_variable_name_bad_start - should panic ... ok |
1140 | 2023-10-30T04:42:35.017Z | test router::test::test_variable_rename ... ok |
1141 | 2023-10-30T04:42:35.021Z | test router::test::test_variables_glob ... ok |
1142 | 2023-10-30T04:42:35.437Z | test router::test::test_variables_basic ... ok |
1143 | 2023-10-30T04:42:35.441Z | test router::test::test_variables_multi ... ok |
1144 | 2023-10-30T04:42:35.444Z | test logging::test::test_config_file ... ok |
1145 | 2023-10-30T04:42:35.447Z | test schema_util::test::test_additional_properties ... ok |
1146 | 2023-10-30T04:42:35.454Z | test schema_util::test::test_empty_struct ... ok |
1147 | 2023-10-30T04:42:35.459Z | test schema_util::test::test_nullable ... ok |
1148 | 2023-10-30T04:42:35.462Z | test schema_util::test::test_bad_schema - should panic ... ok |
1149 | 2023-10-30T04:42:35.465Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
1150 | 2023-10-30T04:42:35.470Z | test test_util::test::test_bunyan_easy_cases ... ok |
1151 | 2023-10-30T04:42:35.475Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
1152 | 2023-10-30T04:42:35.492Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-ebcb2df72db0ceda` |
1153 | 2023-10-30T04:42:35.496Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
1154 | 2023-10-30T04:42:35.499Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
1155 | 2023-10-30T04:42:35.503Z | test schema_util::test::test_two_types - should panic ... ok |
1156 | 2023-10-30T04:42:35.508Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
1157 | 2023-10-30T04:42:35.514Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
1158 | 2023-10-30T04:42:35.518Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
1159 | 2023-10-30T04:42:35.522Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
1160 | 2023-10-30T04:42:35.529Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
1161 | 2023-10-30T04:42:35.537Z | test to_map::test::test_to_map_seq ... ok |
1162 | 2023-10-30T04:42:35.541Z | test to_map::test::test_to_map_enum ... ok |
1163 | 2023-10-30T04:42:35.545Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
1164 | 2023-10-30T04:42:35.548Z | test to_map::test::test_to_map_num ... ok |
1165 | 2023-10-30T04:42:35.551Z | test type_util::tests::test_reflexive_type - should panic ... ok |
1166 | 2023-10-30T04:42:35.553Z | test to_map::test::test_to_map_vec ... ok |
1167 | 2023-10-30T04:42:35.556Z | test type_util::tests::test_recursive_type - should panic ... ok |
1168 | 2023-10-30T04:42:35.559Z | test type_util::tests::test_commented_ref ... ok |
1169 | 2023-10-30T04:42:35.562Z | test to_map::test::test_to_map_valid ... ok |
1170 | 2023-10-30T04:42:35.565Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
1171 | 2023-10-30T04:42:35.568Z | test server::test::test_drop_server_without_close_okay ... ok |
1172 | 2023-10-30T04:42:35.575Z | test server::test::test_server_run_then_close ... ok |
1173 | 2023-10-30T04:42:35.578Z | |
1174 | 2023-10-30T04:42:35.581Z | test result: ok. 94 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
1175 | 2023-10-30T04:42:35.584Z | |
1176 | 2023-10-30T04:42:35.587Z | |
1177 | 2023-10-30T04:42:35.589Z | running 1 test |
1178 | 2023-10-30T04:42:35.592Z | Compiling proc-macro2 v1.0.69 |
1179 | 2023-10-30T04:42:35.595Z | Compiling unicode-ident v1.0.0 |
1180 | 2023-10-30T04:42:35.598Z | Compiling libc v0.2.149 |
1181 | 2023-10-30T04:42:35.601Z | Checking cfg-if v1.0.0 |
1182 | 2023-10-30T04:42:35.604Z | Compiling version_check v0.9.4 |
1183 | 2023-10-30T04:42:35.607Z | Compiling serde v1.0.189 |
1184 | 2023-10-30T04:42:35.610Z | Compiling syn v1.0.109 |
1185 | 2023-10-30T04:42:35.613Z | Checking itoa v1.0.1 |
1186 | 2023-10-30T04:42:35.616Z | Checking pin-project-lite v0.2.12 |
1187 | 2023-10-30T04:42:35.644Z | Compiling ryu v1.0.5 |
1188 | 2023-10-30T04:42:35.663Z | Compiling futures-core v0.3.28 |
1189 | 2023-10-30T04:42:35.705Z | Checking bytes v1.5.0 |
1190 | 2023-10-30T04:42:36.448Z | Compiling serde_json v1.0.107 |
1191 | 2023-10-30T04:42:36.542Z | Compiling autocfg v1.1.0 |
1192 | 2023-10-30T04:42:36.605Z | Compiling log v0.4.17 |
1193 | 2023-10-30T04:42:36.654Z | Compiling ucd-trie v0.1.3 |
1194 | 2023-10-30T04:42:37.307Z | Checking futures-sink v0.3.28 |
1195 | 2023-10-30T04:42:37.318Z | Compiling futures-task v0.3.28 |
1196 | 2023-10-30T04:42:37.321Z | Compiling parking_lot_core v0.9.4 |
1197 | 2023-10-30T04:42:37.329Z | Compiling unicode-xid v0.2.2 |
1198 | 2023-10-30T04:42:37.332Z | Compiling futures-channel v0.3.28 |
1199 | 2023-10-30T04:42:37.342Z | Compiling pest v2.1.3 |
1200 | 2023-10-30T04:42:37.547Z | Checking smallvec v1.7.0 |
1201 | 2023-10-30T04:42:37.822Z | Checking once_cell v1.13.1 |
1202 | 2023-10-30T04:42:37.829Z | Compiling futures-util v0.3.28 |
1203 | 2023-10-30T04:42:37.877Z | Compiling quote v1.0.33 |
1204 | 2023-10-30T04:42:38.115Z | Compiling cc v1.0.72 |
1205 | 2023-10-30T04:42:38.193Z | Compiling maplit v1.0.2 |
1206 | 2023-10-30T04:42:38.228Z | Checking scopeguard v1.1.0 |
1207 | 2023-10-30T04:42:38.797Z | Checking lock_api v0.4.6 |
1208 | 2023-10-30T04:42:38.806Z | Compiling syn v2.0.38 |
1209 | 2023-10-30T04:42:39.405Z | Checking slab v0.4.5 |
1210 | 2023-10-30T04:42:39.468Z | Compiling typenum v1.14.0 |
1211 | 2023-10-30T04:42:39.519Z | Checking lazy_static v1.4.0 |
1212 | 2023-10-30T04:42:39.676Z | Compiling pest_meta v2.1.3 |
1213 | 2023-10-30T04:42:39.767Z | Checking fnv v1.0.7 |
1214 | 2023-10-30T04:42:39.820Z | Checking futures-io v0.3.28 |
1215 | 2023-10-30T04:42:39.986Z | Checking pin-utils v0.1.0 |
1216 | 2023-10-30T04:42:40.114Z | Checking memchr v2.6.0 |
1217 | 2023-10-30T04:42:40.118Z | Checking http v0.2.9 |
1218 | 2023-10-30T04:42:40.649Z | Checking parking_lot v0.12.1 |
1219 | 2023-10-30T04:42:41.194Z | Checking signal-hook-registry v1.4.0 |
1220 | 2023-10-30T04:42:41.543Z | Checking mio v0.8.8 |
1221 | 2023-10-30T04:42:41.595Z | Checking socket2 v0.5.3 |
1222 | 2023-10-30T04:42:41.998Z | Checking getrandom v0.2.3 |
1223 | 2023-10-30T04:42:42.317Z | Checking num_cpus v1.13.0 |
1224 | 2023-10-30T04:42:42.325Z | Compiling generic-array v0.14.5 |
1225 | 2023-10-30T04:42:42.337Z | Compiling crossbeam-utils v0.8.15 |
1226 | 2023-10-30T04:42:42.454Z | Compiling httparse v1.8.0 |
1227 | 2023-10-30T04:42:42.953Z | Compiling usdt-impl v0.3.5 |
1228 | 2023-10-30T04:42:43.258Z | Compiling unicase v2.6.0 |
1229 | 2023-10-30T04:42:43.322Z | Checking untrusted v0.7.1 |
1230 | 2023-10-30T04:42:43.392Z | Compiling ring v0.16.20 |
1231 | 2023-10-30T04:42:43.541Z | Checking spin v0.5.2 |
1232 | 2023-10-30T04:42:43.822Z | Checking tracing-core v0.1.21 |
1233 | 2023-10-30T04:42:44.455Z | Compiling indexmap v1.9.3 |
1234 | 2023-10-30T04:42:44.612Z | Checking num_threads v0.1.3 |
1235 | 2023-10-30T04:42:44.740Z | Compiling time-macros v0.2.3 |
1236 | 2023-10-30T04:42:44.776Z | Compiling byteorder v1.4.3 |
1237 | 2023-10-30T04:42:45.581Z | Checking percent-encoding v2.3.0 |
1238 | 2023-10-30T04:42:45.753Z | Compiling slog v2.7.0 |
1239 | 2023-10-30T04:42:45.868Z | Checking tinyvec_macros v0.1.0 |
1240 | 2023-10-30T04:42:45.982Z | Checking tinyvec v1.5.1 |
1241 | 2023-10-30T04:42:46.584Z | Checking form_urlencoded v1.2.0 |
1242 | 2023-10-30T04:42:46.778Z | Checking tracing v0.1.29 |
1243 | 2023-10-30T04:42:48.045Z | Checking hashbrown v0.12.1 |
1244 | 2023-10-30T04:42:48.229Z | Checking unicode-normalization v0.1.19 |
1245 | 2023-10-30T04:42:49.477Z | Checking time v0.3.7 |
1246 | 2023-10-30T04:42:49.831Z | Compiling synstructure v0.12.6 |
1247 | 2023-10-30T04:42:50.113Z | Compiling pest_generator v2.1.3 |
1248 | 2023-10-30T04:42:50.491Z | Compiling thread-id v4.0.0 |
1249 | 2023-10-30T04:42:51.036Z | Checking block-buffer v0.10.2 |
1250 | 2023-10-30T04:42:51.039Z | Checking crypto-common v0.1.6 |
1251 | 2023-10-30T04:42:51.136Z | Checking rand_core v0.6.3 |
1252 | 2023-10-30T04:42:51.194Z | Compiling num-traits v0.2.14 |
1253 | 2023-10-30T04:42:51.237Z | Checking hashbrown v0.14.1 |
1254 | 2023-10-30T04:42:51.757Z | Checking ppv-lite86 v0.2.15 |
1255 | 2023-10-30T04:42:51.828Z | Checking matches v0.1.9 |
1256 | 2023-10-30T04:42:51.932Z | Checking unicode-bidi v0.3.7 |
1257 | 2023-10-30T04:42:52.527Z | Compiling rustls v0.21.7 |
1258 | 2023-10-30T04:42:52.905Z | Checking equivalent v1.0.0 |
1259 | 2023-10-30T04:42:52.913Z | Checking try-lock v0.2.3 |
1260 | 2023-10-30T04:42:53.040Z | Checking rand_chacha v0.3.1 |
1261 | 2023-10-30T04:42:53.044Z | Checking idna v0.2.3 |
1262 | 2023-10-30T04:42:53.076Z | Checking want v0.3.0 |
1263 | 2023-10-30T04:42:53.783Z | Checking digest v0.10.7 |
1264 | 2023-10-30T04:42:54.185Z | Checking http-body v0.4.3 |
1265 | 2023-10-30T04:42:54.248Z | Checking socket2 v0.4.9 |
1266 | 2023-10-30T04:42:54.426Z | Checking dirs-sys-next v0.1.2 |
1267 | 2023-10-30T04:42:54.575Z | Checking base64 v0.21.4 |
1268 | 2023-10-30T04:42:54.618Z | Checking tower-service v0.3.1 |
1269 | 2023-10-30T04:42:54.623Z | Checking rustls-webpki v0.101.4 |
1270 | 2023-10-30T04:42:54.651Z | Checking sct v0.7.0 |
1271 | 2023-10-30T04:42:54.750Z | Checking cpufeatures v0.2.2 |
1272 | 2023-10-30T04:42:54.916Z | Checking mime v0.3.16 |
1273 | 2023-10-30T04:42:54.923Z | Checking httpdate v1.0.1 |
1274 | 2023-10-30T04:42:54.947Z | Checking sha1 v0.10.6 |
1275 | 2023-10-30T04:42:55.270Z | Checking dirs-next v2.0.0 |
1276 | 2023-10-30T04:42:55.341Z | Checking url v2.2.2 |
1277 | 2023-10-30T04:42:55.386Z | Compiling mime_guess v2.0.4 |
1278 | 2023-10-30T04:42:55.623Z | Checking rand v0.8.4 |
1279 | 2023-10-30T04:42:56.585Z | Compiling serde_derive_internals v0.26.0 |
1280 | 2023-10-30T04:42:57.612Z | Checking concurrent-queue v2.2.0 |
1281 | 2023-10-30T04:42:58.049Z | Checking thread_local v1.1.4 |
1282 | 2023-10-30T04:42:58.110Z | Compiling multer v2.1.0 |
1283 | 2023-10-30T04:42:58.177Z | Checking match_cfg v0.1.0 |
1284 | 2023-10-30T04:42:58.281Z | Checking parking v2.2.0 |
1285 | 2023-10-30T04:42:58.443Z | Compiling paste v1.0.14 |
1286 | 2023-10-30T04:42:58.498Z | Compiling camino v1.1.6 |
1287 | 2023-10-30T04:42:58.667Z | Compiling async-trait v0.1.74 |
1288 | 2023-10-30T04:42:59.392Z | Compiling rustix v0.38.19 |
1289 | 2023-10-30T04:42:59.650Z | Checking base64 v0.13.1 |
1290 | 2023-10-30T04:42:59.678Z | Checking iana-time-zone v0.1.47 |
1291 | 2023-10-30T04:42:59.802Z | Compiling serde_derive v1.0.189 |
1292 | 2023-10-30T04:42:59.928Z | Compiling futures-macro v0.3.28 |
1293 | 2023-10-30T04:43:00.320Z | Compiling tokio-macros v2.1.0 |
1294 | 2023-10-30T04:43:00.873Z | Compiling schemars v0.8.13 |
1295 | 2023-10-30T04:43:01.197Z | Checking winnow v0.5.15 |
1296 | 2023-10-30T04:43:01.491Z | Compiling slog-async v2.8.0 |
1297 | 2023-10-30T04:43:02.743Z | Checking rustls-pemfile v0.2.1 |
1298 | 2023-10-30T04:43:02.914Z | Compiling async-stream-impl v0.3.5 |
1299 | 2023-10-30T04:43:03.267Z | Checking event-listener v3.0.1 |
1300 | 2023-10-30T04:43:03.863Z | Checking hostname v0.3.1 |
1301 | 2023-10-30T04:43:04.181Z | Checking tokio v1.32.0 |
1302 | 2023-10-30T04:43:04.474Z | Checking term v0.7.0 |
1303 | 2023-10-30T04:43:04.503Z | Checking crossbeam-channel v0.5.1 |
1304 | 2023-10-30T04:43:05.234Z | Checking atty v0.2.14 |
1305 | 2023-10-30T04:43:05.381Z | Checking errno v0.3.1 |
1306 | 2023-10-30T04:43:05.610Z | Compiling dropshot v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot) |
1307 | 2023-10-30T04:43:05.715Z | Checking encoding_rs v0.8.32 |
1308 | 2023-10-30T04:43:06.150Z | Compiling buf-list v1.0.3 |
1309 | 2023-10-30T04:43:06.154Z | Checking take_mut v0.2.2 |
1310 | 2023-10-30T04:43:06.269Z | Checking data-encoding v2.4.0 |
1311 | 2023-10-30T04:43:06.337Z | Checking dyn-clone v1.0.4 |
1312 | 2023-10-30T04:43:06.479Z | Checking bitflags v2.4.0 |
1313 | 2023-10-30T04:43:06.612Z | Compiling thiserror-impl v1.0.30 |
1314 | 2023-10-30T04:43:06.864Z | Compiling zerocopy-derive v0.2.0 |
1315 | 2023-10-30T04:43:07.114Z | Compiling pest_derive v2.1.0 |
1316 | 2023-10-30T04:43:07.303Z | Compiling schemars_derive v0.8.13 |
1317 | 2023-10-30T04:43:09.196Z | Checking openssl-probe v0.1.4 |
1318 | 2023-10-30T04:43:09.376Z | Checking unicode-width v0.1.9 |
1319 | 2023-10-30T04:43:09.578Z | Checking spin v0.9.8 |
1320 | 2023-10-30T04:43:09.752Z | Checking unicode-segmentation v1.10.0 |
1321 | 2023-10-30T04:43:09.795Z | Checking atomic-waker v1.1.1 |
1322 | 2023-10-30T04:43:10.060Z | Checking utf-8 v0.7.6 |
1323 | 2023-10-30T04:43:10.336Z | Checking waitgroup v0.1.2 |
1324 | 2023-10-30T04:43:10.505Z | Checking console v0.15.7 |
1325 | 2023-10-30T04:43:10.878Z | Checking newline-converter v0.3.0 |
1326 | 2023-10-30T04:43:11.063Z | Checking rustls-native-certs v0.6.1 |
1327 | 2023-10-30T04:43:11.757Z | Compiling zerocopy v0.3.0 |
1328 | 2023-10-30T04:43:12.899Z | Checking async-stream v0.3.5 |
1329 | 2023-10-30T04:43:13.084Z | Checking slog-term v2.9.0 |
1330 | 2023-10-30T04:43:13.262Z | Checking futures-executor v0.3.28 |
1331 | 2023-10-30T04:43:13.587Z | Checking futures v0.3.28 |
1332 | 2023-10-30T04:43:13.719Z | Checking event-listener-strategy v0.3.0 |
1333 | 2023-10-30T04:43:14.219Z | Checking rustls-pemfile v1.0.3 |
1334 | 2023-10-30T04:43:14.234Z | Checking pem v3.0.2 |
1335 | 2023-10-30T04:43:14.468Z | Checking yasna v0.5.2 |
1336 | 2023-10-30T04:43:14.523Z | Compiling thiserror v1.0.30 |
1337 | 2023-10-30T04:43:14.717Z | Compiling dtrace-parser v0.1.14 |
1338 | 2023-10-30T04:43:14.759Z | Compiling dof v0.1.5 |
1339 | 2023-10-30T04:43:15.518Z | Checking tokio-util v0.7.7 |
1340 | 2023-10-30T04:43:15.997Z | Checking tokio-rustls v0.24.1 |
1341 | 2023-10-30T04:43:16.415Z | Checking tungstenite v0.20.1 |
1342 | 2023-10-30T04:43:16.478Z | Checking http-range v0.1.4 |
1343 | 2023-10-30T04:43:16.521Z | Checking similar v2.2.1 |
1344 | 2023-10-30T04:43:16.578Z | Checking fastrand v2.0.0 |
1345 | 2023-10-30T04:43:16.690Z | Checking h2 v0.3.17 |
1346 | 2023-10-30T04:43:16.696Z | Checking debug-ignore v1.0.5 |
1347 | 2023-10-30T04:43:16.861Z | Checking rcgen v0.11.3 |
1348 | 2023-10-30T04:43:17.037Z | Checking tempfile v3.8.0 |
1349 | 2023-10-30T04:43:17.576Z | Checking async-channel v2.0.0 |
1350 | 2023-10-30T04:43:17.662Z | Checking expectorate v1.1.0 |
1351 | 2023-10-30T04:43:17.860Z | Checking tokio-tungstenite v0.20.1 |
1352 | 2023-10-30T04:43:18.052Z | Checking subprocess v0.2.9 |
1353 | 2023-10-30T04:43:21.442Z | Checking hyper v0.14.27 |
1354 | 2023-10-30T04:43:23.486Z | Checking indexmap v2.0.2 |
1355 | 2023-10-30T04:43:23.491Z | Checking toml_datetime v0.6.3 |
1356 | 2023-10-30T04:43:23.495Z | Checking serde_spanned v0.6.3 |
1357 | 2023-10-30T04:43:23.498Z | Checking chrono v0.4.31 |
1358 | 2023-10-30T04:43:23.501Z | Checking uuid v1.4.1 |
1359 | 2023-10-30T04:43:23.888Z | Checking serde_path_to_error v0.1.14 |
1360 | 2023-10-30T04:43:24.260Z | Checking serde_urlencoded v0.7.1 |
1361 | 2023-10-30T04:43:24.890Z | Compiling serde_tokenstream v0.1.7 |
1362 | 2023-10-30T04:43:24.906Z | Compiling serde_tokenstream v0.2.0 |
1363 | 2023-10-30T04:43:25.234Z | Checking toml_edit v0.20.2 |
1364 | 2023-10-30T04:43:25.723Z | Compiling dropshot_endpoint v0.9.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
1365 | 2023-10-30T04:43:25.870Z | Checking slog-json v2.6.1 |
1366 | 2023-10-30T04:43:25.874Z | Checking openapiv3 v2.0.0-rc.1 |
1367 | 2023-10-30T04:43:26.233Z | Checking slog-bunyan v2.4.0 |
1368 | 2023-10-30T04:43:27.131Z | Checking hyper-rustls v0.24.1 |
1369 | 2023-10-30T04:43:27.233Z | Checking hyper-staticfile v0.9.5 |
1370 | 2023-10-30T04:43:28.857Z | Checking toml v0.8.2 |
1371 | 2023-10-30T04:43:29.980Z | Compiling usdt-macro v0.3.5 |
1372 | 2023-10-30T04:43:29.984Z | Compiling usdt-attr-macro v0.3.5 |
1373 | 2023-10-30T04:43:32.113Z | Checking usdt v0.3.5 |
1374 | 2023-10-30T04:43:34.768Z | test fail has been running for over 60 seconds |
1375 | 2023-10-30T04:43:36.008Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
1376 | 2023-10-30T04:43:36.081Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 01s |
1377 | 2023-10-30T04:43:36.138Z | |
1378 | 2023-10-30T04:43:36.140Z | |
1379 | 2023-10-30T04:43:36.940Z | test tests/fail/bad_endpoint1.rs ... ok |
1380 | 2023-10-30T04:43:37.900Z | test tests/fail/bad_endpoint10.rs ... ok |
1381 | 2023-10-30T04:43:38.615Z | test tests/fail/bad_endpoint11.rs ... ok |
1382 | 2023-10-30T04:43:39.476Z | test tests/fail/bad_endpoint12.rs ... ok |
1383 | 2023-10-30T04:43:40.422Z | test tests/fail/bad_endpoint13.rs ... ok |
1384 | 2023-10-30T04:43:41.179Z | test tests/fail/bad_endpoint14.rs ... ok |
1385 | 2023-10-30T04:43:42.092Z | test tests/fail/bad_endpoint15.rs ... ok |
1386 | 2023-10-30T04:43:42.780Z | test tests/fail/bad_endpoint16.rs ... ok |
1387 | 2023-10-30T04:43:43.710Z | test tests/fail/bad_endpoint17.rs ... ok |
1388 | 2023-10-30T04:43:44.634Z | test tests/fail/bad_endpoint18.rs ... ok |
1389 | 2023-10-30T04:43:45.575Z | test tests/fail/bad_endpoint19.rs ... ok |
1390 | 2023-10-30T04:43:46.460Z | test tests/fail/bad_endpoint2.rs ... ok |
1391 | 2023-10-30T04:43:47.346Z | test tests/fail/bad_endpoint3.rs ... ok |
1392 | 2023-10-30T04:43:48.210Z | test tests/fail/bad_endpoint4.rs ... ok |
1393 | 2023-10-30T04:43:49.080Z | test tests/fail/bad_endpoint5.rs ... ok |
1394 | 2023-10-30T04:43:50.000Z | test tests/fail/bad_endpoint6.rs ... ok |
1395 | 2023-10-30T04:43:50.870Z | test tests/fail/bad_endpoint7.rs ... ok |
1396 | 2023-10-30T04:43:52.022Z | test tests/fail/bad_endpoint8.rs ... ok |
1397 | 2023-10-30T04:43:52.471Z | test tests/fail/bad_endpoint9.rs ... ok |
1398 | 2023-10-30T04:43:53.215Z | test tests/fail/unused_endpoint.rs ... ok |
1399 | 2023-10-30T04:43:53.219Z | |
1400 | 2023-10-30T04:43:53.222Z | |
1401 | 2023-10-30T04:43:53.225Z | test fail ... ok |
1402 | 2023-10-30T04:43:53.228Z | |
1403 | 2023-10-30T04:43:53.230Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 78.46s |
1404 | 2023-10-30T04:43:53.234Z | |
1405 | 2023-10-30T04:43:53.237Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-7f60205d784cab31` |
1406 | 2023-10-30T04:43:53.277Z | |
1407 | 2023-10-30T04:43:53.280Z | running 10 tests |
1408 | 2023-10-30T04:43:53.307Z | test test_config_bad_bind_address_garbage ... ok |
1409 | 2023-10-30T04:43:53.310Z | test test_config_bad_bind_address_port_too_small ... ok |
1410 | 2023-10-30T04:43:53.313Z | test test_config_bad_request_body_max_bytes_too_large ... ok |
1411 | 2023-10-30T04:43:53.316Z | test test_config_bad_request_body_max_bytes_negative ... ok |
1412 | 2023-10-30T04:43:53.319Z | test test_config_bad_bind_address_port_too_large ... ok |
1413 | 2023-10-30T04:43:53.382Z | test test_config_handler_task_mode_detached ... ok |
1414 | 2023-10-30T04:43:53.385Z | test test_config_handler_task_mode_cancel ... ok |
1415 | 2023-10-30T04:43:53.388Z | test test_config_bind_address_http ... ok |
1416 | 2023-10-30T04:43:53.391Z | test test_config_bind_address_https ... ok |
1417 | 2023-10-30T04:43:53.394Z | test test_config_bind_address_https_buffer ... ok |
1418 | 2023-10-30T04:43:53.397Z | |
1419 | 2023-10-30T04:43:53.399Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s |
1420 | 2023-10-30T04:43:53.402Z | |
1421 | 2023-10-30T04:43:53.405Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-1ddec660745771a0` |
1422 | 2023-10-30T04:43:53.407Z | |
1423 | 2023-10-30T04:43:53.410Z | running 21 tests |
1424 | 2023-10-30T04:43:53.439Z | test test_delete_request ... ok |
1425 | 2023-10-30T04:43:53.442Z | test test_302_found ... ok |
1426 | 2023-10-30T04:43:53.445Z | test test_demo1 ... ok |
1427 | 2023-10-30T04:43:53.448Z | test test_302_bogus ... ok |
1428 | 2023-10-30T04:43:53.452Z | test test_303_see_other ... ok |
1429 | 2023-10-30T04:43:53.456Z | test test_307_temporary_redirect ... ok |
1430 | 2023-10-30T04:43:53.461Z | test test_demo_path_param_u32 ... ok |
1431 | 2023-10-30T04:43:53.465Z | test test_demo_path_param_uuid ... ok |
1432 | 2023-10-30T04:43:53.469Z | test test_demo3json ... ok |
1433 | 2023-10-30T04:43:53.473Z | test test_demo2query ... ok |
1434 | 2023-10-30T04:43:53.476Z | test test_demo_websocket ... ok |
1435 | 2023-10-30T04:43:53.479Z | test test_demo2urlencoded ... ok |
1436 | 2023-10-30T04:43:53.484Z | test test_demo2json ... ok |
1437 | 2023-10-30T04:43:53.491Z | test test_head_request ... ok |
1438 | 2023-10-30T04:43:53.498Z | test test_demo_path_param_string ... ok |
1439 | 2023-10-30T04:43:53.503Z | test test_request_remote_addr ... ok |
1440 | 2023-10-30T04:43:53.509Z | test test_header_request ... ok |
1441 | 2023-10-30T04:43:53.516Z | test test_request_compat ... ok |
1442 | 2023-10-30T04:43:53.521Z | test test_streaming_body ... ok |
1443 | 2023-10-30T04:43:53.526Z | test test_raw_request ... ok |
1444 | 2023-10-30T04:43:53.534Z | test test_untyped_body ... ok |
1445 | 2023-10-30T04:43:53.542Z | |
1446 | 2023-10-30T04:43:53.548Z | test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1447 | 2023-10-30T04:43:53.553Z | |
1448 | 2023-10-30T04:43:53.559Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_detached_shutdown-543b60b151842c70` |
1449 | 2023-10-30T04:43:53.566Z | |
1450 | 2023-10-30T04:43:53.575Z | running 1 test |
1451 | 2023-10-30T04:43:55.477Z | test test_graceful_shutdown_with_detached_handler ... ok |
1452 | 2023-10-30T04:43:55.480Z | |
1453 | 2023-10-30T04:43:55.483Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s |
1454 | 2023-10-30T04:43:55.486Z | |
1455 | 2023-10-30T04:43:55.490Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_multipart-2fd0b8076a048b8b` |
1456 | 2023-10-30T04:43:55.493Z | |
1457 | 2023-10-30T04:43:55.496Z | running 4 tests |
1458 | 2023-10-30T04:43:55.506Z | test missing_boundary ... ok |
1459 | 2023-10-30T04:43:55.509Z | test no_content_type ... ok |
1460 | 2023-10-30T04:43:55.512Z | test weird_content_type ... ok |
1461 | 2023-10-30T04:43:55.514Z | test test_multipart_client ... ok |
1462 | 2023-10-30T04:43:55.517Z | |
1463 | 2023-10-30T04:43:55.520Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
1464 | 2023-10-30T04:43:55.523Z | |
1465 | 2023-10-30T04:43:55.526Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-7474a390112f163f` |
1466 | 2023-10-30T04:43:55.528Z | |
1467 | 2023-10-30T04:43:55.533Z | running 2 tests |
1468 | 2023-10-30T04:43:55.536Z | test test_openapi_fuller ... ok |
1469 | 2023-10-30T04:43:55.539Z | test test_openapi ... ok |
1470 | 2023-10-30T04:43:55.542Z | |
1471 | 2023-10-30T04:43:55.545Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1472 | 2023-10-30T04:43:55.547Z | |
1473 | 2023-10-30T04:43:55.550Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-77831129fa92e5ca` |
1474 | 2023-10-30T04:43:55.553Z | |
1475 | 2023-10-30T04:43:55.556Z | running 9 tests |
1476 | 2023-10-30T04:43:55.574Z | test test_paginate_extra_params ... ok |
1477 | 2023-10-30T04:43:55.577Z | test test_paginate_empty ... ok |
1478 | 2023-10-30T04:43:55.579Z | test test_paginate_errors ... ok |
1479 | 2023-10-30T04:43:55.582Z | test test_paginate_with_required_params ... ok |
1480 | 2023-10-30T04:43:55.634Z | test test_paginate_basic ... ok |
1481 | 2023-10-30T04:43:57.025Z | test test_example_basic ... ok |
1482 | 2023-10-30T04:43:57.320Z | test test_paginate_dictionary ... ok |
1483 | 2023-10-30T04:44:00.657Z | test test_example_multiple_sorts ... ok |
1484 | 2023-10-30T04:44:01.141Z | test test_example_multiple_resources ... ok |
1485 | 2023-10-30T04:44:01.150Z | |
1486 | 2023-10-30T04:44:01.153Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.60s |
1487 | 2023-10-30T04:44:01.156Z | |
1488 | 2023-10-30T04:44:01.160Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination_schema-7123ff5f9bea6dda` |
1489 | 2023-10-30T04:44:01.163Z | |
1490 | 2023-10-30T04:44:01.166Z | running 1 test |
1491 | 2023-10-30T04:44:01.171Z | test test_pagination_schema ... ok |
1492 | 2023-10-30T04:44:01.175Z | |
1493 | 2023-10-30T04:44:01.179Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1494 | 2023-10-30T04:44:01.183Z | |
1495 | 2023-10-30T04:44:01.188Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_path_names-408e762255093e73` |
1496 | 2023-10-30T04:44:01.193Z | |
1497 | 2023-10-30T04:44:01.197Z | running 1 test |
1498 | 2023-10-30T04:44:01.201Z | test test_path_names ... ok |
1499 | 2023-10-30T04:44:01.206Z | |
1500 | 2023-10-30T04:44:01.210Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1501 | 2023-10-30T04:44:01.215Z | |
1502 | 2023-10-30T04:44:01.222Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_streaming-632759c52a43dec2` |
1503 | 2023-10-30T04:44:01.227Z | |
1504 | 2023-10-30T04:44:01.232Z | running 3 tests |
1505 | 2023-10-30T04:44:01.238Z | test test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
1506 | 2023-10-30T04:44:01.265Z | test test_streaming_server_streaming_client ... ok |
1507 | 2023-10-30T04:44:01.270Z | test test_streaming_server_buffered_client ... ok |
1508 | 2023-10-30T04:44:01.276Z | |
1509 | 2023-10-30T04:44:01.282Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
1510 | 2023-10-30T04:44:01.285Z | |
1511 | 2023-10-30T04:44:01.288Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_tls-703c256c8ce2dc3a` |
1512 | 2023-10-30T04:44:01.291Z | |
1513 | 2023-10-30T04:44:01.294Z | running 6 tests |
1514 | 2023-10-30T04:44:01.298Z | test test_server_is_http ... ok |
1515 | 2023-10-30T04:44:01.301Z | test test_tls_certificate_loading ... ok |
1516 | 2023-10-30T04:44:01.304Z | test test_server_is_https ... ok |
1517 | 2023-10-30T04:44:01.308Z | test test_tls_aborted_negotiation ... ok |
1518 | 2023-10-30T04:44:01.311Z | test test_tls_only ... ok |
1519 | 2023-10-30T04:44:01.314Z | test test_tls_refresh_certificates ... ok |
1520 | 2023-10-30T04:44:01.319Z | |
1521 | 2023-10-30T04:44:01.322Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
1522 | 2023-10-30T04:44:01.325Z | |
1523 | 2023-10-30T04:44:01.328Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-d34b557c213fd4a5` |
1524 | 2023-10-30T04:44:01.331Z | |
1525 | 2023-10-30T04:44:01.334Z | running 15 tests |
1526 | 2023-10-30T04:44:01.337Z | test tests::test_endpoint_bad_string ... ok |
1527 | 2023-10-30T04:44:01.341Z | test tests::test_endpoint_bad_metadata ... ok |
1528 | 2023-10-30T04:44:01.344Z | test tests::test_endpoint_invalid_item ... ok |
1529 | 2023-10-30T04:44:01.347Z | test syn_parsing::tests::test_busted_function ... ok |
1530 | 2023-10-30T04:44:01.359Z | test tests::test_endpoint_bad_context_receiver ... ok |
1531 | 2023-10-30T04:44:01.363Z | test tests::test_endpoint_no_arguments ... ok |
1532 | 2023-10-30T04:44:01.366Z | test tests::test_endpoint_not_async ... ok |
1533 | 2023-10-30T04:44:01.369Z | test tests::test_endpoint_context_fully_qualified_names ... ok |
1534 | 2023-10-30T04:44:01.374Z | test tests::test_endpoint_content_type ... ok |
1535 | 2023-10-30T04:44:01.377Z | test tests::test_extract_summary_description ... ok |
1536 | 2023-10-30T04:44:01.380Z | test tests::test_endpoint_basic ... ok |
1537 | 2023-10-30T04:44:01.383Z | test tests::test_endpoint_with_doc ... ok |
1538 | 2023-10-30T04:44:01.386Z | test tests::test_endpoint_pub_crate ... ok |
1539 | 2023-10-30T04:44:01.391Z | test tests::test_endpoint_with_query ... ok |
1540 | 2023-10-30T04:44:01.395Z | test tests::test_endpoint_with_tags ... ok |
1541 | 2023-10-30T04:44:01.400Z | |
1542 | 2023-10-30T04:44:01.404Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1543 | 2023-10-30T04:44:01.408Z | |
1544 | 2023-10-30T04:44:01.412Z | Doc-tests dropshot |
1545 | 2023-10-30T04:44:01.416Z | Running `/home/build/.rustup/toolchains/1.73.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-721e3167e6a683a1/out --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f87484b94c81767f.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-f594c4d9add87ecb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-2f72e632a4c23116.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-bdd3f1f9b896a1ed.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ca8016d5d372438b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-4be5d46a90f9cdd7.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-1a382088dc468058.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-996d8c87b29cbf9e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-4e9b523ff338df6e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-715f5d1f6c241a5a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-d311c163f4e4f99f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-16ac820e36d48ef0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2b3adc891f4b8d54.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f3676c720d9dd0cc.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-959af26a97e12d62.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ab0f0d068f97f276.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e1555e3c28e6eb9a.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4394d8612a55181.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-ff6b72581a34e4a0.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-eec26516d559ec36.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-e33e81a658bd6d2f.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-44fa21adf32cfd72.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e0a4082197caad69.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-b6ddad0df0b6ec73.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-b0c4f4eee4002a33.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-ab63210d481369bd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-d103d03967e2c2ba.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-98ca6aa43a4f2618.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-feba68b62241615e.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-0e1c0a304540233f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b9d1980e6d0cccd8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-6df5b6b99021385a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-4211228eabdb794b.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f90ade9fc8a34cdc.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-ee1f43d93272d384.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-31a1358f775650d9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4f5abc1fb03b52f1.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-c97ee27be1d243f1.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e510164b58419924.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54adae222a059b1a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f85056b54722829d.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d6a2726b5aa5565.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-3c8075fe2b0d8329.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-24af3c78761d9f5c.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7fa467ce3897cf89.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-45668e1840ed869a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-856124a088aeb0e9.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1b8a20ccd8d7c22d.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-910ca8f06dae82ef.rlib -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --error-format human` |
1546 | 2023-10-30T04:44:02.128Z | |
1547 | 2023-10-30T04:44:02.138Z | running 13 tests |
1548 | 2023-10-30T04:44:02.145Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored |
1549 | 2023-10-30T04:44:02.148Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored |
1550 | 2023-10-30T04:44:02.151Z | test dropshot/src/lib.rs - (line 187) ... ignored |
1551 | 2023-10-30T04:44:02.155Z | test dropshot/src/lib.rs - (line 210) ... ignored |
1552 | 2023-10-30T04:44:02.503Z | test dropshot/src/lib.rs - (line 44) - compile ... ok |
1553 | 2023-10-30T04:44:04.413Z | test dropshot/src/lib.rs - (line 260) ... ok |
1554 | 2023-10-30T04:44:04.637Z | test dropshot/src/lib.rs - (line 470) ... ok |
1555 | 2023-10-30T04:44:04.801Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 190) ... ok |
1556 | 2023-10-30T04:44:08.874Z | test dropshot/src/test_util.rs - test_util::LogContext (line 355) ... ok |
1557 | 2023-10-30T04:44:09.607Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 345) ... ok |
1558 | 2023-10-30T04:44:09.611Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 320) ... ok |
1559 | 2023-10-30T04:44:10.717Z | test dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok |
1560 | 2023-10-30T04:44:10.971Z | test dropshot/src/lib.rs - (line 118) ... ok |
1561 | 2023-10-30T04:44:10.977Z | |
1562 | 2023-10-30T04:44:10.979Z | test result: ok. 9 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 8.85s |
1563 | 2023-10-30T04:44:10.982Z | |
1564 | 2023-10-30T04:44:11.004Z | Doc-tests dropshot_endpoint |
1565 | 2023-10-30T04:44:11.007Z | Running `/home/build/.rustup/toolchains/1.73.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-721e3167e6a683a1/out --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-97b4825bbd92df61.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-a40ddec8e65efb26.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a8405031a26970f0.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-815c6e2b2234e9b5.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-e16f1b79e6efb3ee.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0a90c1bcbf24b9e7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d53793dfcaf138b5.rlib --extern proc_macro -C embed-bitcode=no --error-format human` |
1566 | 2023-10-30T04:44:11.205Z | |
1567 | 2023-10-30T04:44:11.213Z | running 2 tests |
1568 | 2023-10-30T04:44:11.636Z | test dropshot_endpoint/src/lib.rs - channel (line 155) ... ignored |
1569 | 2023-10-30T04:44:11.651Z | test dropshot_endpoint/src/lib.rs - endpoint (line 101) ... ignored |
1570 | 2023-10-30T04:44:11.658Z | |
1571 | 2023-10-30T04:44:11.664Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1572 | 2023-10-30T04:44:11.669Z | |
1573 | 2023-10-30T04:44:11.672Z | |
1574 | 2023-10-30T04:44:11.675Z | real 4:29.680946611 |
1575 | 2023-10-30T04:44:11.678Z | user 24:21.312431661 |
1576 | 2023-10-30T04:44:11.680Z | sys 3:29.922286242 |
1577 | 2023-10-30T04:44:11.683Z | trap 1.246894758 |
1578 | 2023-10-30T04:44:11.686Z | tflt 0.397148113 |
1579 | 2023-10-30T04:44:11.689Z | dflt 0.670930109 |
1580 | 2023-10-30T04:44:11.691Z | kflt 0.000106213 |
1581 | 2023-10-30T04:44:11.695Z | lock 1:03:22.707194877 |
1582 | 2023-10-30T04:44:11.699Z | slp 1:36:35.597823848 |
1583 | 2023-10-30T04:44:11.702Z | lat 1:24.622435631 |
1584 | 2023-10-30T04:44:11.704Z | stop 20.386232390 |
1585 | 2023-10-30T04:44:11.707Z | process exited: duration 531969 ms, exit code 0 |
|
1586 | 2023-10-30T04:44:11.713Z | found 0 output files |